// operations · docs 01
Generate and audit docs
The landing repo now includes a script that reads the local Okami-Agent repository and checks skills, tools and slash commands against the loaded docs.
OKAMI_AGENT_PATH=/Users/marcos/Documents/Git/Okami-Agent \
node scripts/generate-docs-data.mjs --check
node scripts/generate-docs-data.mjs --snapshot > docs/generated/okami-docs-snapshot.json| source | extraction |
|---|---|
| skills/*/SKILL.md | frontmatter, title, triggers and path |
| okami/core/tool_registry.py | ToolSpec metadata |
| okami/commands.py | CommandDef metadata |
| src/data/docs/*.js | loaded sections and coverage |

