Brand-Docs: Open-Source Tool for Claude to Generate DOCX, PPTX, XLSX from Templates

Brand-Docs is an open-source tool that enables Claude to generate Office documents (DOCX, PPTX, XLSX) while strictly adhering to your company's existing brand templates — preserving layout, styles, and images without recreating them.
As posted on r/ClaudeAI, the author was tasked with making Claude repeatedly generate Office documents based on company templates with variable content. Testing Claude's official document-generation skills showed good but not reliably consistent results for preserving template design.
Key details from the source
- The solution extracts characteristics from templates and reuses them faithfully when generating new documents.
- After three days of work (accelerated by AI), the tool was built and open-sourced.
- The author emphasizes that AI is good at generating documents, but needs a robust process to extract and replicate template characteristics.
- Repository: github.com/ferdinandobons/brand-docs
Who it's for
Developers building automated document generation pipelines with Claude where company branding compliance is critical.
📖 Read the full source: r/ClaudeAI
👀 See Also

Code retrieval for AI agents: Why vector embeddings fail and per-file LLM graphs win
After a year of building a code indexing system, the team behind Bytebell found that vector embeddings on code chunks and Tree-sitter ASTs both fell short, while per-file LLM summaries stored in a Neo4j graph with semantic fulltext search significantly improved retrieval precision.

AGENTS-COLLECTION: 129 Claude Code Agents Organized in One Repository
A developer has compiled 129 Claude Code agents into a single repository in ~/.claude/agents/ format, ready for installation with a simple copy command. The collection includes the full agency-agents system with 68 personality-driven agents across multiple disciplines, plus additional agents for multi-agent team workflows.

ClawBridge – Safely Expose Your Home Assistant Entities to OpenClaw
ClawBridge introduces a seamless way to expose Home Assistant entities to OpenClaw, enhancing automation while ensuring safety. Discover its features and benefits.

antirez's DS4: Running DeepSeek V4 Flash with 1M Context on Mac Metal and DGX
Redis creator Salvatore Sanfilippo released DS4, a project to run DeepSeek V4 Flash with a 1M context window on Mac Metal hardware and DGX, with OpenAI/Anthropic endpoints for agentic coding tools.