From driftwiki
Generates wiki documentation for the current repository from its code structure. Supports generating only a table of contents, building from an existing TOC, or doing incremental updates.
How this command is triggered — by the user, by Claude, or both
Slash command
/driftwiki:genThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Wiki Document Generator **Your response MUST be written in the language specified by the locale code (default: en-US).** ## Command Usage ## Arguments | Argument | Description | |----------|-------------| | `<toc.yaml>` | Path to existing TOC file | | `--structure` | Generate only TOC structure, stop before docs | | `--update` | Incremental update mode (requires TOC file) | | `--output <dir>` | Output directory (default: `./docs/wiki/`) | | `--language <locale>` | Output language (default: `en-US`) | | `--include <pattern>` | Include files matching pattern | | `--exclude <pattern>` ...
Your response MUST be written in the language specified by the locale code (default: en-US).
/deepwiki-local:gen # Automatic mode: full pipeline
/deepwiki-local:gen --structure # Structure-only model: generate TOC only
/deepwiki-local:gen <toc.yaml> # TOC-based model: generate from existing TOC
/deepwiki-local:gen <toc.yaml> --update # Incremental update model: update based on changes
| Argument | Description |
|---|---|
<toc.yaml> | Path to existing TOC file |
--structure | Generate only TOC structure, stop before docs |
--update | Incremental update mode (requires TOC file) |
--output <dir> | Output directory (default: ./docs/wiki/) |
--language <locale> | Output language (default: en-US) |
--include <pattern> | Include files matching pattern |
--exclude <pattern> | Exclude files matching pattern |
Parse argument and use wiki skill to generate wiki document for current repository.
npx claudepluginhub dpviivqb/driftwiki --plugin driftwiki/genGenerates wiki documentation for the current repository from its code structure. Supports generating only a table of contents, building from an existing TOC, or doing incremental updates.
/generateGenerates a complete wiki for the current repo as a VitePress site with catalogue, onboarding guides, pages, dark-mode Mermaid diagrams, and citations.
/indexGenerates project documentation, knowledge base, API docs, structure analysis, or README for a target path. Supports --type (docs|api|structure|readme) and --format (md|json|yaml).
/devkit.generate-documentGenerates structured technical/business documents (assessment, feature, analysis, process, custom) from codebase analysis. Supports --lang (en/it/es/fr/de/pt), --type, --format (markdown/html/pdf).
/sc-indexGenerates project documentation and knowledge base from a target directory with structure analysis, organization, cross-referencing, validation, and maintenance. Supports --type docs|api|structure|readme and --format md|json|yaml.
/genGenerates an image directly from the provided prompt. Auto-enhances short prompts (<10 words), delegates to image generator agent, and adds a one-line creative comment.