Find the perfect skill
Create a new skill
Development
Create a new skill under .claude/skills with valid frontmatter and index it in CLAUDE.md and README.md.
AI image editing with style transfer
Content
AI-powered image editing with style transfer and object removal.
Multi-Agent Code Review
Development
Multi-agent code review covering correctness, quality, architecture, test coverage, and security. Runs five specialized agents in parallel before pushing changes.
gstack: Headless Browser for QA Testing
Testing
Fast headless browser for QA testing and site dogfooding. Navigate pages, take screenshots, inspect elements, and capture bug evidence.
Python Sandbox Escape
Security
Provides techniques to escape restricted Python eval/exec environments, including basic command execution, class hierarchy traversal, and keyword bypasses using encoding or concatenation. Useful for penetration testing and CTF challenges involving Python jails or sandbox restrictions.
Create a new skill
Development
Add a new skill to the .claude/skills/ directory with valid frontmatter, following conventions, and index it in CLAUDE.md and README.md.
Jetpack Compose Best Practices
Development
Best practices for Jetpack Compose UI development: state hoisting, modifier usage, performance optimizations, theming, and previews.
Vite Configuration, Plugin API, and SSR
Development
Comprehensive Vite skill covering configuration, plugin API, SSR, and Vite 8 Rolldown migration. Includes CLI commands and official plugins.
Exhaustive AI-Powered Code Review
Testing
Triggers on 'review' or '/review' to perform an exhaustive AI-powered code review using OpenAI Codex. It collects issue references from GitHub, Linear, and Sentry, reads any plan or referenced files, then runs a customizable review script on uncommitted changes or a specific branch/commit. Ideal before creating a pull request or after completing feature work.
Ship It!
Development
Finalize and ship your changes with quality checks, commits, and pull request creation.
Gorgias CLI Tool
Productivity
A CLI and MCP server for the Gorgias customer support API, covering 108 endpoints across tickets, customers, messages, and more.
TypeScript Advanced Patterns
Development
Write precise TypeScript with advanced patterns: generic constraints, conditional types, mapped types, branded types, type narrowing, and utility type composition.