Find the perfect skill
Diagnosing Bugs
Development
A disciplined workflow for diagnosing hard bugs and performance regressions, centered on building a tight feedback loop. Use when something is broken, throwing, failing, or slow.
Interact with GitHub Issues
Development
Create, list, and view GitHub issues using the gh CLI with a guided workflow.
Modern Python 3.12+ Expert
Development
Master Python 3.12+ with modern features, async programming, and cutting-edge tools (uv, ruff, Pydantic, FastAPI) for production-ready applications.
Investigate run telemetry
Development
Investigate failed or suspicious agent runs using production telemetry in D1. Pull run lifecycle and LLM call logs to find root causes.
AXEL Skill Definition File Structure
Development
Technical reference for defining AXEL skills: role, capabilities, templates, workflows, and triggers.
Scaffold MBG skill under .ai/skills
Development
Create a new canonical MBG skill under .ai/skills with strict naming and frontmatter rules, then prepare for platform sync.
Implement Decisions
Development
Implements one or more proposed decisions by making code changes, adding @decision annotations, and updating decision records. Useful for turning planned decisions into actual code modifications while following project practices and conventions.
React Native and Expo Best Practices
Development
Best practices for building performant mobile apps with React Native and Expo. Covers 35+ rules for animations, lists, state management, and native UI patterns.
Convex Cron Jobs
Development
Scheduled function patterns for background tasks including interval scheduling, cron expressions, job monitoring, retry strategies, and best practices for long-running tasks.
Logging System Guide
Development
Complete guide to implementing logging, including application logs, script logs, error monitoring, and request logging.
SVM Warp ALT Management
Development
Create, check, and read on-chain Sealevel (SVM) Address Lookup Tables (ALTs) for Hyperlane warp routes. Essential for fee-enabled transfers that exceed Solana's 1232-byte limit.
Create Pull Requests with Automated Review
Development
Creates a pull request for the current branch with pre-flight checks, automated review via subagents, and stacked PR support.