Skills are slash commands your AI agent runs against your repo.
Not generic prompts — they're scoped to a job, read your domain
context, and produce structured output. Drop your own in
.claude/skills/ and they show up immediately.
/fp-discover Bootstrap domain context for a new repo. 5–10 minutes; outputs L1–L2 of the ladder. /fp-write-prd Interactive PRD authoring. Agent drafts; you redline. /fp-prd-to-erd Reads the PRD, produces entities, relationships, decisions, edge cases. /fp-erd-to-execplan Sizes the work as waves → epics → stories with hour estimates. File Jira/Linear from this. /fp-write-adr Captures an architectural decision with the context that produced it. Adds to L5. /fp-context-score Grade your repo's domain context (0–100) across coverage, freshness, vocabulary, decisions, patterns, learnings. /fp-review Run code-reviewer agent against the current diff. Catches "contradicts ADR-007" issues. /fp-refactor Suggests refactors aligned to your patterns + ADRs. Doesn't propose generic improvements. /fp-test-gen Generates tests against your existing test patterns. Respects your conventions. /fp-pull-issue Pulls a Jira / Linear issue into AI context. Body, comments, linked PRs. /fp-link-commit Annotates a commit with its source ticket ID + AI summary. Comments back on the issue. /fp-pr-summary Generates the PR description from the run manifests + ticket context. No more "wip" PRs. /fp-status One-liner status: AI commits today, reliability, context score, in-flight stories. /fp-explain Why was this AI line of code generated? Walks back through the manifest + prompt hash. /fp-bisect When AI-generated code broke something, find which run manifest produced the regression. /fp-learnings Captures a lesson learned. Adds to fastpace/context/learnings.md (L5). /fp-context-refresh Walks fastpace/context/ for stale references, missing patterns, terminology drift. /fp-doctor Diagnoses your install: identity, manifest, hooks, audit chain. /fp-verify Walks the audit chain; reports tamper status. Exit 0 = pass.
A skill is a markdown file with frontmatter in .claude/skills/.
Per-team conventions, per-stack helpers, per-project workflows —
whatever makes your AI agent specifically useful.