Find the perfect skill
Writing Skills
Development
Create structured agent skills with proper SKILL.md files, progressive disclosure, and bundled scripts. Use when writing a new skill or improving an existing one.
Repository Dashboard
Development
Get a quick repository status overview: priority PRs, issues, CI/CD health, and suggested tasks with mode-specific detail.
Feature Loop
Development
Autonomous driver for the feature lifecycle. Generates candidates from GOAL.md, then designs, slices, builds, reviews, and auto-merges.
Mobile Skill
Development
A skill for mobile development. Basic instructions for the agent.
Async SQLAlchemy Patterns for FastAPI
Development
Implement async SQLAlchemy 2.0+ database patterns in FastAPI: sessions, pooling, Alembic migrations, and query optimization.
Dupe Skill
Development
Second skill declaring the same name to trigger the duplicate-name violation.
React Performance Perfection
Development
Strict React re-render discipline and bundle auditing checklist.
Riverpod ProviderObservers
Development
Use ProviderObserver to listen to Riverpod provider lifecycle events for logging, analytics, or debugging. Override methods like didUpdateProvider to track value changes and name providers for clearer logs. Helps when you need to monitor provider state changes in your app.
Manage Agent Skills with gh skill
Development
Learn to discover, preview, install, update, and publish Agent Skills using the gh skill command. Keep your agent's skill set in sync with GitHub repositories.
Stacks Buddy CLI
Development
CLI runtime for the Stacks framework with 50+ lazy-loaded commands for development, deployment, and scaffolding.
Diagnosing Bugs
Development
A systematic discipline for diagnosing hard bugs and performance regressions, focused on building tight feedback loops to isolate and fix root causes.
Angular Spec Auditor
Development
Independently audit an Angular component spec file against the project's migration guidelines.