Browse Skills
11972 skills across 8 categories
๐
2026/08/17
Skill Writing
Skill Writing applies test-driven development to creating and refining AI agent skills. Use it when creating new skills, editing existing ones, or verifying skills work before deployment.
AI Engineering
2.8K345
๐ค
2026/08/17
Subagent-Driven Development
Subagent-Driven Development executes implementation plans by dispatching a fresh implementer subagent per task, reviewing each task, and performing a final whole-branch review. Use it when tasks are independent and you want to stay in the current session.
AI Engineering
2.8K344
๐
2026/08/17
Systematic Debugging
Systematic Debugging guides a root cause investigation before attempting any fix for bugs, test failures, or unexpected behavior. Use it to avoid symptom fixes and ensure fixes address the underlying issue.
Quality
2.8K344
๐งช
2026/08/17
Test-Driven Development
Test-Driven Development enforces writing failing tests before implementation code for any feature, bugfix, or behavior change. It guides a strict Red-Green-Refactor cycle and rejects rationalizations for skipping tests.
Quality
2.8K344
๐ฟ
2026/08/17
Using Git Worktrees
Using Git Worktrees sets up an isolated git worktree for feature work, ensuring changes stay separate from the current workspace. Use it when starting feature work or before executing implementation plans, preferring native worktree tools and falling back to manual git worktrees.
Automation
2.8K344
๐ฆธ
2026/08/17
Using Superpowers
Using Superpowers requires invoking relevant skills before any response or action, including clarifying questions, and establishes skill priority, red flags, and platform adaptation rules. Use it at the start of every conversation in a Superpowers-enabled environment.
AI Engineering
2.8K344
๐
2026/08/17
Verification Before Completion
Verification Before Completion enforces running verification commands and confirming output before claiming work is complete, fixed, or passing. Use it before committing or creating PRs.
Quality
2.8K344
๐
2026/08/17
Writing Plans
Writing Plans turns specs and requirements into detailed, task-by-task implementation plans for coding agents. Use it before touching code to decompose work into bite-sized TDD steps with exact files, tests, and commits.
AI Engineering
2.8K344
๐ก
2026/08/17
Brainstorming
Brainstorming turns ideas into fully formed designs and specs through collaborative dialogue, asking clarifying questions and proposing approaches before implementation. Use it before any creative or coding work to align on requirements and get approval.
AI Engineering
2.8K344
๐งช
2026/08/17
Code Review Reception
Code Review Reception establishes a verification-first workflow for responding to code review feedback, requiring technical evaluation and clarification before implementation rather than performative agreement. Use it when receiving feedback from humans or external reviewers to avoid blind implementation and ensure changes fit the codebase.
Quality
2.8K344
๐ค
2026/08/17
Dispatching Parallel Agents
Dispatching Parallel Agents delegates independent tasks to multiple concurrent subagents to investigate and fix issues in parallel. Use it when you have 2+ independent tasks that can be worked on without shared state or sequential dependencies.
AI Engineering
2.8K344
๐
2026/08/17
Executing Plans
Executing Plans loads a written implementation plan, reviews it critically, executes all tasks with verification, and reports when complete. Use it when you have a written implementation plan to execute in a separate session with review checkpoints.
Automation
2.8K344