// 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.
  1. Scan structure and imports.
  2. Pick 8-10 important modules.
  3. Create docs/wiki/ pages.
  4. 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.

Open this page in the interactive docs