cli-for-agents
Design or review CLIs so coding agents can run them reliably: non-interactive flags, fast actionable errors, idempotency, dry-run, layered --help. Use when building a CLI or adding commands.
continuous-learning
Extract reusable patterns from sessions, score confidence, and promote high-confidence instincts into durable skills. Use after completing significant work.
control-cli
Build a local harness to drive, inspect, and profile an interactive CLI or TUI. Use for CLI UX checks, startup regressions, hangs, or prompt-flow verification.
control-ui
Build a local browser/CDP harness to drive and inspect a web, IDE, or Electron UI. Use for UI verification, screenshots, perf profiles, or reproducing UI bugs.
cross-repo-refactor
Coordinate a multi-repo refactor by fanning out subagents per repo onto one feature branch. Use for cross-repo changes that touch multiple repositories.
make-pr-easy-to-review
Prepare PRs for review: clean noisy history, improve descriptions, add reviewer guidance without changing behavior. Use when a PR is hard to review.
planning-and-task-breakdown
Decompose specs into small, verifiable tasks with acceptance criteria and dependency ordering. Use when you have a spec and need implementable units.
prompt-refinement
Convert vague requests into compact TCRO prompts with phase-specific constraints. Used by research, specify, plan, and work workflows.
source-driven-development
Ground every framework decision in official documentation. Use when you want authoritative, source-cited code for any framework or library.
unslop
Cut AI tells from any writing. Must always apply.
using-agent-skills
Discovery and invocation of all skills, commands, and agents. Decision tree for task-to-skill mapping. Core operating behaviors for agents. Use when unsure which skill or agent to use.