24 skills, one per job
Each skill is a structured workflow - steps, verification gates, and anti-rationalization tables - not a loose prompt. Filter by phase or search by what you’re doing.
npx skills add addyosmani/agent-skills using-agent-skills
Maps incoming work to the right skill and defines shared operating rules.
interview-me
One-question-at-a-time interview that extracts what you actually want.
idea-refine
Structured divergent/convergent thinking to sharpen a vague concept.
spec-driven-development
Write a PRD covering objectives, structure, style, testing and boundaries - before code.
planning-and-task-breakdown
Decompose specs into small, verifiable tasks with acceptance criteria and ordering.
incremental-implementation
Thin vertical slices - implement, test, verify, commit. Rollback-friendly changes.
test-driven-development
Red-Green-Refactor, the test pyramid, DAMP over DRY, the Beyoncé Rule.
context-engineering
Feed agents the right information at the right time - rules files, context packing, MCP.
source-driven-development
Ground every framework decision in official docs - verify, cite, flag the unverified.
doubt-driven-development
Adversarial fresh-context review of every non-trivial decision, in-flight.
frontend-ui-engineering
Component architecture, design systems, state, responsive, WCAG 2.1 AA accessibility.
api-and-interface-design
Contract-first design, Hyrum’s Law, the One-Version Rule, error semantics.
browser-testing-with-devtools
Chrome DevTools MCP for live runtime data - DOM, console, network, profiling.
debugging-and-error-recovery
Five-step triage: reproduce, localize, reduce, fix, guard. Stop-the-line rule.
code-review-and-quality
Five-axis review, ~100-line change sizing, severity labels, review-speed norms.
code-simplification
Chesterton’s Fence, the Rule of 500 - cut complexity while preserving behavior.
security-and-hardening
OWASP Top 10 prevention, auth patterns, secrets, dependency auditing.
performance-optimization
Measure-first - Core Web Vitals targets, profiling, bundle analysis, N+1 fixes.
git-workflow-and-versioning
Trunk-based development, atomic commits, ~100-line changes, commit-as-save-point.
ci-cd-and-automation
Shift Left, Faster is Safer, feature flags, quality-gate pipelines.
deprecation-and-migration
Code-as-liability mindset, compulsory vs advisory deprecation, zombie-code removal.
documentation-and-adrs
Architecture Decision Records, API docs, inline standards - document the why.
observability-and-instrumentation
Structured logging, RED metrics, OpenTelemetry tracing, symptom-based alerting.
shipping-and-launch
Pre-launch checklists, feature-flag lifecycle, staged rollouts, rollback procedures.
No skills match that search.