How this command is triggered — by the user, by Claude, or both
Slash command
/zenflow:docsThe summary Claude sees in its command listing — used to decide when to auto-load this command
Load and follow the zenflow:docs skill. Pass any user arguments as context.
Load and follow the zenflow:docs skill. Pass any user arguments as context.
npx claudepluginhub brewpirate/zen-flow --plugin zenflow/docsFetches up-to-date documentation and code examples for any library via <library> [query]. Supports Context7 IDs for precise and version-specific lookups.
/docsGenerates and exports documents in PPTX, DOCX, PDF, and Markdown formats from natural language descriptions. Supports technical specs, presentations, reports, and user guides.
/docsUpdates or generates YAML documentation for dbt SQL models with descriptions and tests inferred from SQL code and upstream files.
/docsUpdates or generates YAML documentation for dbt SQL models with descriptions and tests inferred from SQL code and upstream files.
/docsGenerates structured Markdown documentation for a specified code scope, including API reference, code overview, user manual, developer handbook, and appendices.
/docsFetches Rust crate API documentation from docs.rs for a given crate and optional item (function, struct, trait, macro, or module). Returns formatted overview with key types, functions, and traits.