Find the perfect skill
Project Management with Claude Tasks
Productivity
Tracks project progress using persistent plan files and Claude Tasks. Hydrates tasks from plans, updates statuses, generates reports, and coordinates doc updates. Helps maintain cross-session continuity and verify milestone completion.
Solidity Security
Security
Master smart contract security best practices to prevent common vulnerabilities and implement secure Solidity patterns. Use for writing, auditing, or securing blockchain applications.
Finish - Review Dispatcher
Testing
Smart review dispatcher that classifies Git changes and spawns the right reviews based on changed files, skipping already-completed ones.
Quality Assurance for ZIL Adventures
Testing
Coordinate independent technical, blind functional, artistic, and audience-accessibility release passes for a packaged ZIL adventure.
LeIndex-Code: Token-Efficient Code Analysis
Development
LeIndex-Code provides token-efficient code analysis via a 5-layer stack (AST, Call Graph, CFG, DFG, PDG), achieving 82% token savings in balanced mode with full semantic completeness for LLMs. It helps when you need to generate, refactor, or understand code while minimizing token usage in AI-assisted workflows.
Generate Image
Development
Generate images using OpenAI or Google Gemini APIs. Requires an API key.
Add Provider to Pulumi Registry
Development
Guided workflow to add a new provider package to the Pulumi Registry, including validation and community package listing.
Prisma ORM CLI Reference
Development
Reference for Prisma ORM CLI commands: init, generate, migrate, db, dev, etc. For database and ORM workflows.
Skill Manager
Development
Analyzes session changes to detect missing verification skills, update skill references, and maintain CLAUDE.md consistency.
Pull Request Command
Development
Create a GitHub Pull Request with an AI-generated summary, categorizing changes as trivial or non-trivial. Includes local CI checks and code health analysis.
CCXT for C# and .NET
Development
Comprehensive guide to using CCXT in C# and .NET: connect to crypto exchanges, REST and WebSocket APIs, place orders, and stream real-time market data.
Projection Patterns
Development
Build read models and projections from event streams for CQRS systems, materialized views, and optimized queries.