Find the perfect skill
OpenCode Skill Router
Development
Create or update OpenCode skills via one unified command with operation routing.
Checkpoint
Development
Save and restore task state before risky operations (refactors, migrations). Use /checkpoint for mid-task rollback points.
Stack-Aware ESLint Rule Research
Development
Research ESLint rules from live docs and bootstrap stack-specific rules with verified provenance. Follows a tiered trust model and L4-expressibility filter.
Sentry Known Pitfalls
Development
Run common Sentry pitfalls and how to avoid them. Use when troubleshooting Sentry issues, reviewing configurations, or preventing common mistakes.
Integrate Claude Skill into Project Guidelines
Development
Learn how to integrate Claude skills into project development guidelines, updating docs and examples rather than generating code directly.
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.
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.