Skills Library
Install reusable agent skills for Claude Code, Cursor, and Codex. Each skill teaches your AI agent a specific workflow or best practice.
Featured skills
Development Process
Brainstorming
Collaborative idea-to-design exploration that asks clarifying questions, proposes approaches with tradeoffs, and iterates toward a design.
View + Install →
Configuration
CLAUDE.md Management
Write and maintain CLAUDE.md project configuration files covering file hierarchy, scoped rules, instruction budgets, and AGENTS.md for Codex.
View + Install →
Code Quality
Code Review
Structured PR and code review workflow covering bugs, security, performance, code quality, test coverage, and project conventions.
View + Install →
Integration
Figma to Code
Translate Figma designs into production-ready code with visual fidelity using Figma MCP, project components, and design tokens.
View + Install →
Development Process
Systematic Debugging
Enforces a structured debugging workflow: reproduce, hypothesize, verify, fix root cause, and audit similar code paths.
View + Install →
Development Process
Test-Driven Development
Enforces the red-green-refactor cycle so every feature starts with a failing test before any implementation code is written.
View + Install →
Framework
Vercel & React Best Practices
React and Next.js performance optimization covering component composition, data fetching, bundle size, and React 19 features.
View + Install →
All skills
Development Process
Brainstorming
Collaborative idea-to-design exploration that asks clarifying questions, proposes approaches with tradeoffs, and iterates toward a design.
View + Install →
Framework
Building Native UI
Guide for building mobile apps with Expo Router covering styling, components, navigation, animations, and native tab bars.
View + Install →
Configuration
Claude Automation Recommender
Analyze a codebase and recommend Claude Code automations: hooks, subagents, skills, custom slash commands, and MCP servers.
View + Install →
Integration
Claude Developer Platform
Build applications with the Claude API and Anthropic SDK covering tool use, streaming, system prompts, and the Agent SDK.
View + Install →
Configuration
CLAUDE.md Management
Write and maintain CLAUDE.md project configuration files covering file hierarchy, scoped rules, instruction budgets, and AGENTS.md for Codex.
View + Install →
Code Quality
Code Review
Structured PR and code review workflow covering bugs, security, performance, code quality, test coverage, and project conventions.
View + Install →
Development Process
Executing Plans
Execute implementation plans task-by-task with verification checkpoints, sequential ordering, and frequent commits.
View + Install →
Integration
Figma to Code
Translate Figma designs into production-ready code with visual fidelity using Figma MCP, project components, and design tokens.
View + Install →
Code Quality
Simplify
Review recently changed code for reuse opportunities, quality issues, and efficiency improvements, then fix what you find.
View + Install →
Development Process
Systematic Debugging
Enforces a structured debugging workflow: reproduce, hypothesize, verify, fix root cause, and audit similar code paths.
View + Install →
Development Process
Test-Driven Development
Enforces the red-green-refactor cycle so every feature starts with a failing test before any implementation code is written.
View + Install →
Framework
Vercel & React Best Practices
React and Next.js performance optimization covering component composition, data fetching, bundle size, and React 19 features.
View + Install →
Code Quality
Verification Before Completion
Run tests, type checks, lint, and build commands before claiming any work is complete. Evidence before assertions.
View + Install →
Framework
Web Design Guidelines
Review UI code for web interface best practices: accessibility, responsive design, semantic HTML, color contrast, and keyboard navigation.
View + Install →
Development Process
Writing Plans
Write comprehensive implementation plans with bite-sized tasks, exact file paths, complete code, and runnable commands.
View + Install →