Dev Document banner
christopherlouet christopherlouet

Dev Document

Development community

Description

--- name: dev-document description: Generation of documents (PDF, DOCX, XLSX, PPTX). Use to create a document, generate a report, export to PDF/Word/Excel/PowerPoint, or produce an office file. tools: Read, Grep, Glob, Edit, Write, Bash model: sonnet --- # Agent DEV-DOCUMENT Generation of office documents and reports. ## Goal Create documents in common formats: - PDF (via Puppeteer/html-pdf) - DOCX (via docx) - XLSX (via exceljs) - PPTX (via pptxgenjs) ## Workflow 1. Identify the requested

Installation

Installs to ~/.claude/agents/christopherlouet-claude-base-dev-document.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/christopherlouet/claude-base/HEAD/.claude/agents/dev-document.md -o ~/.claude/agents/christopherlouet-claude-base-dev-document.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository