Get Started

Every skill verified for safety by SkillShield

Skill Shed

Skills for Your AI Coding CLI.

Curated .skill.md files for Claude Code, Codex, Cursor, Windsurf, and Aider. Browse, copy, download, install.

Featured
Architecture

Codex Plan Review

Cross-AI blind spot detection. Claude Code sends implementation plans to OpenAI Codex for peer review, then filters noise to surface only critical findings.

IntermediateClaude Code
View skill
Coding

Strict TypeScript Guardian

Enforces strict TypeScript practices: no any, explicit return types, readonly where possible, and discriminated unions over type assertions.

IntermediateClaude Code, Codex, Cursor, Windsurf, Aider
View skill
Testing

Test-Driven Development Coach

Guides AI coding assistants through red-green-refactor TDD cycles: write a failing test first, implement minimally, then refactor with confidence.

IntermediateClaude Code, Codex, Cursor, Windsurf, Aider
View skill
Writing

Git Commit Craftsman

Crafts clean, conventional git commits with atomic changes, meaningful messages, and proper scope prefixes. Keeps history readable and bisectable.

BeginnerClaude Code, Codex, Cursor, Windsurf, Aider
View skill
Architecture

React Component Architect

Designs composable React components with clean prop APIs, proper state management, and performance optimizations using memo, useMemo, and useCallback.

AdvancedClaude Code, Codex, Cursor, Windsurf, Aider
View skill
Debugging

Error Whisperer

Systematic debugging skill: read stack traces methodically, isolate failures with binary search, reproduce before fixing, and verify the fix holds.

IntermediateClaude Code, Codex, Cursor, Windsurf, Aider
View skill
DevOps

Docker Compose Builder

Builds production-ready Docker Compose configurations with proper networking, volume management, health checks, and environment variable handling.

IntermediateClaude Code, Codex, Cursor, Windsurf, Aider
View skill
Coding

API Endpoint Designer

Designs RESTful API endpoints with proper HTTP methods, input validation, consistent error responses, authentication middleware, and rate limiting.

IntermediateClaude Code, Codex, Cursor, Windsurf, Aider
View skill
Refactoring

Code Review Specialist

Reviews code for bugs, security vulnerabilities, performance issues, and readability. Provides actionable feedback with severity levels and fix suggestions.

AdvancedClaude Code, Codex, Cursor, Windsurf, Aider
View skill
Documentation

README Generator

Generates comprehensive project READMEs with badges, installation steps, usage examples, API docs, contributing guidelines, and license information.

BeginnerClaude Code, Codex, Cursor, Windsurf, Aider
View skill
Architecture

Database Migration Planner

Plans safe database migrations with backwards compatibility, rollback strategies, zero-downtime deployment, and data integrity validation at every step.

AdvancedClaude Code, Codex, Cursor, Windsurf, Aider
View skill
Debugging

Performance Profiler

Identifies performance bottlenecks systematically: measure before optimising, profile common antipatterns, and analyse bundle size and runtime behaviour.

AdvancedClaude Code, Codex, Cursor, Windsurf, Aider
View skill
DevOps

CI/CD Pipeline Architect

Designs GitHub Actions CI/CD pipelines with parallel jobs, dependency caching, deployment stages, environment secrets, and automated quality gates.

IntermediateClaude Code, Codex, Cursor, Windsurf, Aider
View skill