Agent Skills by kevindree
Showing 23 vetted skills indexed across 1 GitHub repositories.
idea-refine
Refine raw ideas into actionable plans with structured thinking and markdown one-pagers.
debugging-and-error-recovery
Diagnose software failures by reproducing, localizing, and reducing to root cause.
using-agent-skills
Discover the appropriate agent skill and route work to the correct workflow.
test-driven-development
Write failing tests before implementation using a red-green-refactor workflow.
planning-and-task-breakdown
Break large requirements into ordered implementation tasks with dependencies and acceptance criteria.
incremental-implementation
Break large implementation work into safe incremental slices with testing and verification.
api-and-interface-design
Design stable REST and GraphQL API contracts with consistent error semantics.
ci-cd-and-automation
Design and harden CI/CD pipelines with quality gates and deployment automation.
context-engineering
Prioritize project rules, specs, and source files for AI context.
add-orchestrated-route
Add config-driven orchestrated routes to an API gateway.
frontend-ui-engineering
Build accessible, responsive React-style interfaces with design-system adherence.
shipping-and-launch
Plan and validate safe production launches with launch checklists and rollback paths.
spec-driven-development
Create structured specifications before implementation begins.
code-review-and-quality
Review code changes for correctness, readability, architecture, security, and performance.
security-and-hardening
Harden web application code against OWASP security vulnerabilities and unsafe external input.
deprecation-and-migration
Plan and execute deprecation and migration of legacy systems.
code-simplification
Simplify complex JavaScript, TypeScript, Python, and React code while preserving behavior.
doubt-driven-development
Review decisions for risky assumptions using adversarial fresh-context analysis.
source-driven-development
Verify framework-specific implementation decisions against official documentation with source citations.
performance-optimization
Measure application performance bottlenecks and verify fixes with metrics and budgets.
browser-testing-with-devtools
Inspect live DOM, console, network, and accessibility data via Chrome DevTools MCP.
git-workflow-and-versioning
Structures git branching, committing, conflict resolution, and workflow for reviewable code changes.
documentation-and-adrs
Record architectural decisions with context, alternatives, and consequences.