Skills reference

Product version 1.0.1 · contract version 4.1.0.

toryo ships skills you use from inside your harness. Most are operator /-commands you invoke by name; some are reference material an agent matches on its description while it works. toryo skills install writes them all into both user-level skills roots, ~/.claude/skills (Claude Code, Cursor) and ~/.agents/skills (codex, Copilot, Cursor), namespaced toryo-<name> and rewritten to call the installed toryo <app> binary. Each is listed below by its installed name.

/toryo-code#

Dispatch a code-task sequence to implement a change in a toryo project from a free-text brief. Use when asked to "/code <project> <brief>", "build X in project Y", or kick off a coding task.

Usage: /toryo-code <project> <brief…>

Installed as /toryo-code; the source command is /code.

/toryo-idea#

Capture an idea into the toryo ideas registry, global or project-scoped. Use when asked to "/idea <text>", "capture an idea", "log a feature/process idea", or note something to revisit.

Usage: /toryo-idea <text…> [--project P] [--kind feature|process|rule-gap]

Installed as /toryo-idea; the source command is /idea.

/toryo-projects#

List, inspect, resolve, or register toryo projects. Use when asked to "/projects", "list projects", "what projects exist", "add a project", or "what project owns this dir".

Usage: /toryo-projects "[list | <ref> | resolve <dir> | add --name N --root P]"

Installed as /toryo-projects; the source command is /projects.

/toryo-research#

Dispatch a research-task sequence on a topic or URL, producing a gated library finding. Use when asked to "/research <topic>", "research X", or investigate a question into the library.

Usage: /toryo-research <topic…> [--url U] [--notes N] [--project P] [--category C] [--tags a,b]

Installed as /toryo-research; the source command is /research.

/toryo-review#

Dispatch a review-task sequence to run a full /review codebase report over a toryo project. Use when asked to "/review <project>", "review the codebase", or kick off a codebase review.

Usage: /toryo-review <project> [--fresh]

Installed as /toryo-review; the source command is /review.

/toryo-schedule#

Create a time-based scheduled task (recurring or one-shot) from a free-form description, a sequence run or a bare worker. Use when asked to "/schedule <description>", "run X every day", "schedule a nightly review", or set up a cron/interval/one-shot job.

Usage: /toryo-schedule <free-form description + project + when>

Installed as /toryo-schedule; the source command is /schedule.

/toryo-sequence-authoring#

Complete reference for toryo's declarative sequence YAML format and the sequence lifecycle CLI. Use when asked to "write a sequence", "create a toryo sequence", "add a step to my sequence", or "why won't my sequence validate", and whenever editing a file under .toryo/sequences/.

Installed as /toryo-sequence-authoring; the source command is /sequence-authoring.

/toryo-status#

Check the status of a toryo sequence run or worker job, or list recent sequence runs. Use when asked to "/status [id]", "what's the status of run X", or "show recent runs".

Usage: /toryo-status "[runId|jobId]"

Installed as /toryo-status; the source command is /status.

/toryo-task#

Enqueue a one-off worker job (a single Claude session) against a toryo project via dispatch. Use when asked to "/task <project> <prompt>", "run a quick agent on X", or kick off a bare worker without the full code-task sequence.

Usage: /toryo-task <project> <prompt…> [--model M] [--orientation O] [--exec-mode interactive|print]

Installed as /toryo-task; the source command is /task.