Skip to content

Skills catalog

@worktreeos/skills (packages/skills) is a versioned, documentation-only catalog of SKILL.md playbooks that teach AI agents how to operate the wos CLI safely and effectively. It ships no runtime commands and changes no CLI behavior.

  1. Read index.json to discover the available skills, their descriptions, tags, and entry-file paths.
  2. Load the SKILL.md for the workflow at hand (for example, starting services or checking readiness).
  3. Follow the skill’s instructions, preferring documented wos commands and the safety guidance each skill provides for destructive operations.

wos-cli is the recommended orientation entry point; the others focus on specific workflows.

SkillPurpose
wos-cliGeneral orientation: command map, global options, daemon-backed behavior.
wos-service-lifecycleStarting and stopping services: wos up, wos up -d, selective startup, --force, wos down.
wos-service-statusInspecting state and waiting for readiness: wos status, wos wait --timeout.
wos-daemonDaemon start, stop, restart, and foreground diagnostics.
wos-web-uiOpening the web UI: wos web, wos web --no-open, worktree detail URLs.
wos-worktreeWorktree-scoped execution, the global --cwd option, and safe wos worktree remove.
wos-troubleshootingCommon failures and a diagnostic order to follow before retrying.
wos-configThe deploy-config concepts an agent needs to operate the CLI.

The catalog teaches how to use the wos CLI. It does not document internal implementation details, daemon HTTP APIs, or web UI APIs beyond what an agent needs to drive the CLI. Skills are written in English so they stay portable across agent runtimes.

The catalog lives at packages/skills/ in the repository, alongside its index.json and README.md.