From workflow-skills
Auto-generate documentation for curriculum projects including OpenAPI specs, Instruqt lab guides, architecture docs, tutorials, and README files. Use when creating project documentation or training material docs.
npx claudepluginhub arosenkranz/claude-code-config --plugin workflow-skillsThis skill uses the workspace's default tool permissions.
Automatically generate comprehensive documentation for curriculum projects and training materials.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
Automatically generate comprehensive documentation for curriculum projects and training materials.
/doc-generate [doc-type] [target] [options]
api - OpenAPI/Swagger documentation (see references/api-docs.md)lab - Instruqt lab guides (see references/lab-guides.md)architecture - System architecture docs (see references/architecture.md)tutorial - Step-by-step tutorialsreadme - Project README filesCode Analysis
Content Generation
Format & Publish
--format - Output format (markdown/html/pdf)--interactive - Generate interactive documentation--include-examples - Include code examples--diagrams - Generate architecture diagrams--api-spec - Include OpenAPI specifications/doc-generate api ./src --format html --interactive
/doc-generate lab ./instruqt-config --include-examples
/doc-generate architecture ./project --diagrams mermaid
/doc-generate tutorial ./curriculum --format markdown