From visual-documentation
Generate HTML technical documentation for an API, library, SDK, or developer service
How this command is triggered — by the user, by Claude, or both
Slash command
/visual-documentation:create-technical-docThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Create Technical Documentation Generate a structured, single-file HTML developer reference for an API, library, or system. ## Step 1 — Extract documentation data Read from the codebase, existing docs, or user description: - System/library name and one-line description - Language, runtime, and framework - Installation command (`npm install`, `pip install`, etc.) - All public endpoints (REST) OR public functions/methods (library) - Request/response shapes or parameter signatures - At least one working code example - Whether an architecture diagram is needed Do not document endpoints tha...
Generate a structured, single-file HTML developer reference for an API, library, or system.
Read from the codebase, existing docs, or user description:
npm install, pip install, etc.)Do not document endpoints that don't exist — read the source.
Apply the technical-doc-creator skill with five sections:
Read references/technical-docs.md in the skill for the full HTML template.
[system-name]-docs.htmlnpx claudepluginhub prakhar625/my-plugins --plugin visual-documentation/doc-generateGenerates API docs with OpenAPI specs, architecture diagrams, READMEs, user guides, and CI/CD automation from codebase analysis.
/documentation-generatorGenerates clear markdown documentation for code functions with examples, API endpoints with schemas, and projects including setup and troubleshooting.
/generate-documentationGenerates or rewrites technical documentation for a file or folder, creating README.md, architecture docs, and Mermaid diagrams.
/sc-documentGenerates focused documentation for components, functions, APIs, and features. Supports inline, external, API reference, or guide types with brief or detailed styles.
/documentGenerates focused documentation for components, functions, APIs, and features. Accepts [target] path with optional --type (inline|external|api|guide) and --style (brief|detailed).