Skip to content

Skills Catalog

The skills/ directory at the repo root is the versioned collection — what skills.sh publishes. Each immediate child directory containing a SKILL.md is a custom skill. Fleet code alongside it is ignored.

choose-flow

Estimate the size of the current work and recommend whether to use /implement, /to-spec, or /to-tickets next.

skills/choose-flow/SKILL.md

create-plan

Create a numbered implementation plan in `.plans/` when the user asks to plan, outline, or sequence work.

skills/create-plan/SKILL.md

postplan

Publish a plan, proposal, brief, architecture note, or similar document as a static HTML draft on Postplan, or update a draft published earlier. Use when the user asks to publish or upload to Postplan. To read a postplan.dev URL, use the postplan-read skill instead.

skills/postplan/SKILL.md

postplan-read

Fetch and read a document from a postplan.dev URL. Use when the user supplies a postplan.dev URL to read, implement, or act on. For publishing documents to Postplan, use the postplan skill instead.

skills/postplan-read/SKILL.md

ticket-sweep

Implement all local open tickets in dependency order.

skills/ticket-sweep/SKILL.md

worktree-finish

Squash merge a worktree branch into main, then remove

skills/worktree-finish/SKILL.md

worktree-session

Create a Git worktree for the requested task and move the current OpenCode V2 session there before implementation begins.

skills/worktree-session/SKILL.md

  • Each skill lives at skills/<name>/SKILL.md with frontmatter name (falls back to directory name) and description.
  • Fleet discovers customs from the tracked set — every tracked repo’s skills/ collection subdir (explicit repos in list order, then auto-tracked ~/.config/fleet/repos/ checkouts alphabetically) — plus the unversioned fleet-home fallback ~/.config/fleet/skills, plus the canonical store ~/.agents/skills. Precedence is explicit-list order, then fleet-home checkouts alphabetically, then the fallback, then the canonical store.
  • fleet skill ls shows the union (one row per name, winner shown; every collision is doctor drift); fleet skill pull <git-url> clones a customs repo into the tracked set; fleet skill adopt <name> moves a skill from the canonical store into the adopt destination (--into, else the configured adopt target, else a prompt).

This page reads skills/*/SKILL.md frontmatter at build time and lists the collection.