Find the perfect skill
CCXT Python: Crypto Exchange APIs
Development
Guide to using CCXT in Python: installation, connection, market data, orders, WebSockets, and error handling.
MCP Server Patterns
Development
Build MCP servers with the Node/TypeScript SDK: tools, resources, prompts, Zod validation, and stdio vs Streamable HTTP. Check current API via Context7 or official docs.
Cross Code Review
Development
Run a cross-review using the opposite CLI reviewer for proposal review and change assessment.
WebF Controller Management
Development
Manage WebF controllers safely with WebFControllerManager: lifecycle, reuse, pre-render, and multi-page integration.
Verify change conformance
Development
Verify that an implementation matches change artifacts (specs, tasks, design) using the openspec CLI.
Open Prefab Edit Stage
Development
Opens the prefab edit stage for a prefab instance or asset, allowing changes to propagate to all instances. Pair with assets-prefab-close to exit.
Visual Prototype Command
Development
Create interactive HTML prototype for user approval before coding. Bridges discovery and implementation planning.
Credit Optimizer
Development
Automatically optimize AI agent credit usage by routing tasks to the most cost-efficient execution path. Reduce costs by 30-75% without quality loss.
Create Pull Request
Development
Create a pull request with proper title, description, and test plan. Validates tests and type checks before creation.
Push Configuration Changes to GitHub
Development
Pushes local configuration changes to a GitHub repository. Checks for a git remote, commits with an optional custom message (defaults to 'Update Claude Code configuration'), and pushes the current branch. Helps when you need to manually sync your Claude Code settings to a remote repository.
GitHub Expert for Calculadora BMC
Development
Operational guide for branches, PRs, CI, and reviews in the Calculadora BMC repo. Use it to create PRs, diagnose failing CI, or manage releases.
Code Quality
Development
Enforces a 500-line limit per file and mandatory JSDoc/Docstring comments for all functions and complex logic. Helps maintain consistent code quality and prevents overly long or under-documented files.