Agent Skills by bubblebuffer
Showing 16 vetted skills indexed across 1 GitHub repositories.
test-driven-development
Enforces test-driven development with failing tests first and minimal production code.
systematic-debugging
Enforce root-cause investigation before patching software issues.
dispatching-parallel-agents
Dispatch independent tasks to specialized agents for parallel execution.
using-git-branches
Create an isolated feature branch and validate a clean test baseline.
finishing-a-development-branch
Offer four options to merge, push a PR, keep, or discard a development branch.
root-cause-tracing
Trace errors from deep call stacks to their original trigger.
condition-based-waiting
Wait for a predicate condition with configurable timeout and polling.
using-superpawers
Select the governing SuperPawers skill for new tasks before action.
brainstorming
Guide structured ideation to produce a design brief and decision log.
writing-plans
Create end-to-end implementation plans with tasks, files, tests, and commit history.
requesting-code-review
Dispatch a code-review subagent using a reviewer template and focus area.
receiving-code-review
Verify incoming code-review feedback against the codebase before implementing changes.
writing-skills
Write and verify Skills using RED-GREEN-REFACTOR test-driven cycles.
verification-before-completion
Run verification commands fully before reporting task completion with evidence outputs.
subagent-driven-development
Dispatch plan tasks to fresh subagents with per-task spec and code-quality reviews.
defense-in-depth
Enforce multi-layer validation across APIs, business logic, and runtime environments.