Find the perfect skill
Database Connection Pooling Optimization
Development
Process for managing database connections. Provides connection pooling and management with comprehensive guidance and automation.
Async Python Patterns
Development
Comprehensive guide for implementing asynchronous Python apps with asyncio, async/await, and concurrency patterns for high-performance non-blocking systems.
Build Check
Development
Execute builds for Kotlin shared layer and iOS/Android, report errors and warnings.
Riverpod ProviderObservers
Development
Use ProviderObserver to listen to Riverpod provider lifecycle events for logging, analytics, or debugging. Override methods like didUpdateProvider to track value changes and name providers for clearer logs. Helps when you need to monitor provider state changes in your app.
GitHub CLI (gh) Setup and Usage
Development
Install and configure the GitHub CLI (gh) for AI agent environments where gh may not be pre-installed and git remotes use local proxies instead of github.com.
Solana Subscriptions
Development
Manage recurring payments on Solana using a Dynamic MPC wallet: plan creation, subscription, payment collection, and cancellation.
Service Worker Skills
Development
Service worker implementation patterns for offline support, caching strategies, and PWA functionality.
Writing Optimized React Effects
Development
Guides writing React components by avoiding unnecessary useEffect calls. Helps when creating or reviewing React components, refactoring effects, or when code uses useEffect to transform data or handle events instead of external system synchronization.
Architectural Pattern Analyzer
Development
Analyzes a single architectural pattern implementation in the codebase, calculates 4 scores (compliance, completeness, quality, implementation), and identifies gaps. Used by coordinator or standalone.
Ship a Curaye specification
Development
Graduate a completed Curaye spec from planned/ to shipped/, update the current/ layer, and propose updates to stack.md and CLAUDE.md.
Review a Skill
Development
Review a skill folder for clarity, trigger quality, and maintainability. Return findings and proposed edits.
GraphQL Schema Generator
Development
Generate GraphQL schemas, resolvers, and type definitions. Use when designing GraphQL APIs or documenting GraphQL schemas.