// reference · 05

Skills catalog

Okami ships with 14 packaged skills (skills/), all scanned. Frontend skills are contract-forced and become a gate; the rest appear as a light catalog and are loaded…

Packaged skills

skillwhat it does
frontend-shadcnbuilds UI with ShadCN; installs/inits the lib and respects the contract
frontend-herouisame for HeroUI
claude-designtasteful one-off HTML artifacts
humanizermore human, less robotic responses
proactive-agentproactivity + write-ahead (acts before being chased)
tddtest-driven: writes the test before the code
writing-plansstructured execution plans
communication-131the 1-3-1 communication rule
code-wikidocuments the code as a navigable wiki
page-agentpage navigation and extraction
kanban-orchestratordecomposes and orchestrates subtasks across profiles
honcho-memoryadvanced use of the honcho memory backend
delegate-claudewhen and how to escalate to Claude
delegate-codexwhen and how to escalate to Codex

Install a skill

okami learn downloads to a quarantine, scans, and only promotes to skills/ if it passes. Sources: owner/repo, URL, git and ClawHub (clawhub:<slug>).

okami learn owner/repo        # GitHub
okami learn clawhub:slug      # ClawHub
okami scan ./skills/x         # re-validate on demand
okami skills                  # list active skills

Write a skill

Skills follow the agentskills.io format: a SKILL.md with metadata (name, description, difficulty) + instructions, and optional support files. The description enters the light catalog; the body is loaded when the skill is invoked. Skills with a difficulty metadata auto-expand into more granular guidance for weak models.

Open this page in the interactive docs