// bundled skills · 05
code-wiki
Generate a codebase wiki: overview, architecture, module docs, Mermaid diagrams and onboarding.
Metadata
params source bundled Installed by default in the Okami-Agent repository. path file skills/code-wiki/SKILL.md triggers keywords wiki, docs, architecture, diagram, mermaid, onboarding loaded by tool use_skill loads the full SKILL.md when the task matches.
When to use
- Technical onboarding.
- Documenting modules and architecture.
- Diagrams grounded in real code.
When not to use
- Single-file docs.
- Code changing heavily in the same session.
- Generated API reference only.
Recommended workflow
- Scan structure and imports.
- Pick 8-10 important modules.
- Create
docs/wiki/pages. - Verify every diagram node against code.
Completion checks
- The workflow was followed.
- Relevant commands/tests/gates were run.
- The result cites real files or observable evidence when applicable.

