Find the perfect skill
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.
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.
Technical Design Specification Generation
Development
Generate comprehensive technical design documents that translate approved requirements into actionable architecture specifications. This skill guides you through verifying prerequisites, reviewing requirements, selecting architecture patterns, and documenting components, data models, interfaces, and error handling. Use it after requirements are approved to create detailed design documents for new features.
New Column Conventions
Development
Conventions for adding database columns: snake_case, no booleans, Go struct tags.
Skill Schema v2
Development
Used for creating, auditing, refactoring, or repairing an Agent Skill for reusability, governance, and runtime efficiency.
Authentication & Authorization Patterns
Development
Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure access control systems.