Find the perfect skill
Next.js App Router Expert
Development
A skill that turns Claude into a Next.js App Router expert.
README Generator
Development
Creates professional and comprehensive README.md files for your projects.
API Documentation Writer
Development
Generates comprehensive API documentation in OpenAPI/Swagger format.
Database Migration Planner
Development
Plans and generates safe database migration scripts.
Vite: Config, Plugin API, SSR, and Rolldown
Development
Comprehensive guide to Vite: configuration, plugin API, SSR, and migration to Vite 8 with Rolldown. Includes detailed references for advanced projects.
RLM Token Savings Dashboard
Development
Displays a dashboard of tokens saved by using RLM patterns instead of raw data in context.
Claw Release Automation
Development
Release automation for Claw skills and website. Guides through version bumping, tagging, and release verification. Helps maintain consistent releases and automate CI/CD pipeline steps.
Pull Request Review Command
Development
Adjudicate a pull request as a maintainer. Reads the CI-posted pinned review as the source of truth and provides an interactive workflow to approve, request changes, or close, with optional auto-merge.
Discovery-First Development Workflow
Development
This skill implements a discovery-first development workflow: before creating worktrees for non-trivial features, it asks clarifying questions, proposes approaches with trade-offs, incrementally validates the design, and generates an executable implementation plan with verification commands. Use it when requirements are unclear, the task touches multiple files, or significant refactoring is needed.
Legacy Code Modernization Workflow
Development
Orchestrate legacy system modernization using the strangler fig pattern, gradually replacing outdated components while maintaining continuous business operations.
Async Python Patterns
Development
Comprehensive guide for implementing asynchronous Python apps with asyncio, async/await, and concurrency patterns for high-performance non-blocking systems.
Stripe Integration
Development
Master Stripe payment processing integration for robust, PCI-compliant payment flows including checkout, subscriptions, webhooks, and refunds.