Explore skills
64,955 skills found
pr
Creates or updates a GitHub Pull Request. Activated on "pr", "pull request", "create pr", "update pr", "open pr", or after /gp.
prd
Turns the current conversation and codebase understanding into a PRD, publishes it as a GitHub issue, and saves a local copy in docs/ai. Does not interview — synthesizes what is already known. Activates when the user writes "prd", "create a prd", "write a prd", "turn this into a prd", "product requirements doc", "draft requirements".
sync-docs
Regenerates the public skill catalog from `skills/*/SKILL.md` — per-skill MDX pages under `site/src/content/docs/skills/`, the table between `<!-- yoke:skills:start -->` markers in `README.md`, and the bullet list between the same markers in `CLAUDE.md`. Activates when the user writes "sync docs", "regenerate docs", "update the skill catalog", "rebuild docs", "refresh the catalog", or passes `--ch
task
Drafts a task file for AI implementation. Triggered when the user writes "create a task", "task from ticket", "draft a task", "prepare an implementation prompt", or passes a ticket URL / feature description.
cre-brokerage
CRE Brokerage Investment Sales v1 - 8 specialist skills for U.S. seller-side commercial investment sales brokers, covering assignment intake, broker opinion of value, listing proposal, OM and teaser drafting, buyer process management, bid leveling, negotiation support, and PSA-to-close coordination.
cre-closing
CRE Closing management suite — 2 specialist skills for closing checklist coordination and funds flow preparation for multifamily acquisitions.
judge
Scoring framework for speed-run showdown and any-percent. Invoked at Phase 4 to evaluate implementations using 5-criteria scoring. Do not invoke directly - called by showdown/any-percent.
showdown
Same design, multiple parallel runners compete using hosted LLM for code generation. Each runner creates own plan, generates code via Cerebras, pick the best. Part of speed-run pipeline.
esper:context
Show the current project context. Summarizes active increment, spec root, commands, and suggests the next safe action.
esper:continue
Resume an interrupted session. Reads the active increment, assesses progress, and picks up where the last session left off.
esper:go
Advance the current work stage. If in spec mode, derives an increment plan. If in increment mode, begins implementation.
esper:init
Initialize esper in a project. Interviews the user for workflow preferences, scaffolds the project, and writes the constitution.