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.
Multi-Model UI Advisor
Use Kimi and Gemini as design advisors alongside Claude to build production-grade UI with better layout, UX, and accessibility.
Codex Plan Review
Cross-AI multi-agent blind spot detection v2.0. Claude Code sends plans to OpenAI Codex, which spawns parallel sub-agents for code-reality validation and architecture review, with automatic model fallback.
Red-Team Review
Dual-model adversarial review — dispatches Opus 4.6 and Codex GPT-5.3 in parallel to red-team design specs, architecture docs, and implementation plans before you build.
Find Skill
Search 4 registries in parallel (skills.sh + clawhub + skills.lc + optional skillsmp) with 10-category security scanning. TOCTOU-safe install.
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.
Find Skill
Search 4 registries in parallel (skills.sh + clawhub + skills.lc + optional skillsmp) with 10-category security scanning. TOCTOU-safe install.
Repo Map
Auto-scan your projects directory and generate a structured map with tech stacks, git metadata, and cross-repo context for AI coding agents.
Red-Team Review
Dual-model adversarial review — dispatches Opus 4.6 and Codex GPT-5.3 in parallel to red-team design specs, architecture docs, and implementation plans before you build.
Multi-Model UI Advisor
Use Kimi and Gemini as design advisors alongside Claude to build production-grade UI with better layout, UX, and accessibility.
Codex Plan Review
Cross-AI multi-agent blind spot detection v2.0. Claude Code sends plans to OpenAI Codex, which spawns parallel sub-agents for code-reality validation and architecture review, with automatic model fallback.
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.