// 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
sourceextraction
skills/*/SKILL.mdfrontmatter, title, triggers and path
okami/core/tool_registry.pyToolSpec metadata
okami/commands.pyCommandDef metadata
src/data/docs/*.jsloaded sections and coverage

Open this page in the interactive docs