Every skill verified for safety by SkillShield
Skills for Your AI Coding CLI.
Curated .skill.md files for Claude Code, Codex, Cursor, Windsurf, and Aider. Browse, copy, download, install.
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.
Strict TypeScript Guardian
Enforces strict TypeScript practices: no any, explicit return types, readonly where possible, and discriminated unions over type assertions.
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.
React Component Architect
Designs composable React components with clean prop APIs, proper state management, and performance optimizations using memo, useMemo, and useCallback.
README Generator
Generates comprehensive project READMEs with badges, installation steps, usage examples, API docs, contributing guidelines, and license information.
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.
Strict TypeScript Guardian
Enforces strict TypeScript practices: no any, explicit return types, readonly where possible, and discriminated unions over type assertions.
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.
Git Commit Craftsman
Crafts clean, conventional git commits with atomic changes, meaningful messages, and proper scope prefixes. Keeps history readable and bisectable.
React Component Architect
Designs composable React components with clean prop APIs, proper state management, and performance optimizations using memo, useMemo, and useCallback.
Error Whisperer
Systematic debugging skill: read stack traces methodically, isolate failures with binary search, reproduce before fixing, and verify the fix holds.
Docker Compose Builder
Builds production-ready Docker Compose configurations with proper networking, volume management, health checks, and environment variable handling.
API Endpoint Designer
Designs RESTful API endpoints with proper HTTP methods, input validation, consistent error responses, authentication middleware, and rate limiting.
Code Review Specialist
Reviews code for bugs, security vulnerabilities, performance issues, and readability. Provides actionable feedback with severity levels and fix suggestions.
README Generator
Generates comprehensive project READMEs with badges, installation steps, usage examples, API docs, contributing guidelines, and license information.
Database Migration Planner
Plans safe database migrations with backwards compatibility, rollback strategies, zero-downtime deployment, and data integrity validation at every step.
Performance Profiler
Identifies performance bottlenecks systematically: measure before optimising, profile common antipatterns, and analyse bundle size and runtime behaviour.
CI/CD Pipeline Architect
Designs GitHub Actions CI/CD pipelines with parallel jobs, dependency caching, deployment stages, environment secrets, and automated quality gates.