From siftcoder
Generate documentation - code, user-manual, architecture, or technical
npx claudepluginhub ialameh/sift-coder --plugin siftcoder<code|user-manual|architecture|technical> [path]# siftcoder Document - Documentation Generation ## Documentation Type **$ARGUMENTS** ## Available Types ### `code [path]` Generate inline code documentation: - Docstrings for functions/classes - Inline comments for complex logic - README.md for directories - Type annotations ### `user-manual` Generate end-user documentation: - Getting Started guide - Feature descriptions - FAQ section - Troubleshooting guide ### `architecture` Generate architecture documentation: - System overview diagram (Mermaid) - Component diagrams - Data flow diagrams - Dependency graphs - Folder structure with d...
/documentGenerates focused documentation for components, functions, APIs, and features. Accepts [target] path with optional --type (inline|external|api|guide) and --style (brief|detailed).
/documentCreates evidence-based DIVIO-compliant documentation (tutorials, how-tos, references, explanations) via orchestrated research, review, and writing. Outputs reviewed Markdown file.
/documentAudits accessibility of Word, Excel, PowerPoint, and PDF documents using the document-accessibility-wizard agent.
/documentGenerates technical documentation from ADVPL/TLPP source code including Protheus.doc headers, full routine docs, and API docs. Supports --type header|full|api and --output options.
/documentGenerates on-demand documentation including API docs, architecture updates, and user guides for uncommitted changes, git diff ranges, directories, or changed files vs main.
/documentGenerates focused documentation for a specified target component, function, or feature. Supports inline/external/API/guide types and brief/detailed styles.
$ARGUMENTS
code [path]Generate inline code documentation:
user-manualGenerate end-user documentation:
architectureGenerate architecture documentation:
technicalGenerate technical/ops documentation:
Invoke the siftcoder-documenter agent to:
docs/user-guide/docs/architecture/ + diagramsdocs/technical/Architecture diagrams are generated as:
.mmd - Mermaid source (git-friendly).svg - Rendered image (if mermaid-cli available)Based on type $1, invoking appropriate documentation workflow...