Skip to main content

Skills

Agent slash commands that implement Anchor process: plans, fleet watchers, scaffold/upgrade, CLI install, and local-model fit. Same idea on Claude Code and Grok Build; install paths differ.

Where each skill is best used

SkillBest usedDefault project / focusScaffolded?
/anchorIn a project: keep this tree current. In Anchor: scaffold/reconfigure another project (path required).Project: CWD/git root. Anchor base: explicit path.Scaffolded: yes (claude/grok). Anchor: base skill only.
/draftAny project with .plans/ when you are planning, not implementing.Current repo’s .plans/drafts/Yes (dual-use base + scaffold)
/workAny project with ready plans under .plans/bugs/ or features/ when you want interactive execution.Current repo’s .plans/Yes
/fleet-watchTurn on background pullers for a project’s .plans/ (often from Anchor CWD with a sibling name, or from the project itself).CWD if it has .plans/, else named path / ../appYes
/install-anchorAnywhere anchor is missing or broken on PATH (first machine setup or new shell).Locates Anchor checkout; not project-specificYes
/local-modelsInside a project when choosing/installing a lean local executor for this machine.This host + optional reconfigure draft for this projectScaffolded only (platforms/…)

Quick chooser

CommandBest usedNotes
/commit-prepBefore any git commit in Anchor-using projectsPrep only (tests, CHANGELOG, blog-if-warranted); does not commit. See platform docs.
/configFrom the Anchor checkout (or with Anchor checkout available)Saves global platform/fleet/model-priority defaults via config.sh.

Packaging reminder

KindExamplesLives in
Dual-use (Anchor base and scaffolded into projects)/draft, /work, /fleet-watch, /install-anchorAnchor .grok/skills / .claude/commands (and scaffolded copies)
Scaffolded into projects (source under platforms/)/local-models, project /anchorplatforms/claude-code/…, platforms/grok-build/…
Anchor base only (path-required /anchor)Anchor /anchorAnchor checkout base skills — not the project CWD-default variant

CLI reference for scaffold/upgrade without an agent: The anchor CLI.