Find the perfect skill
Systematic Debugging with Root Cause Analysis
Development
Systematic debugging approach with root cause analysis. Four phases: investigate, analyze, hypothesize, implement. No fixes without root cause.
Skill Creator
Development
Author or review AgentSkills: create, repair, validate, or restructure SKILL.md files and bundled resources.
Gemini API Caching Best Practices
Development
Implement robust caching for Gemini API calls to reduce costs and latency, with cache versioning, entity-stable keys, and cache busting.
Gastown Troubleshooting Guide
Development
Diagnoses and resolves issues in the Gastown system by running `gt doctor` and `bd doctor` checks. Interprets error severity (BLOCKER, WARNING, INFO) and automatically fixes problems with `--fix`. Helps maintain system health when work routing or beads tracking fails.
Failure Recovery Agent
Development
Analyzes implementation failures and generates recovery plans for automatic retry or human escalation.
Create a GitHub Pull Request
Development
Complete guide to creating a GitHub pull request with branching, testing, formatting, and documentation.
Code Review
Development
Skill for code review and PR review tasks. Covers methodology, what to flag, and output structure.
Sharding Strategies
Development
Horizontal scaling patterns for multi-tenant databases. Covers shard key selection, consistent hashing, and shard management.
Multiplayer Game Development
Development
Multiplayer game development principles covering architecture selection (dedicated server, P2P, host-based), synchronization techniques (state sync, input sync, lag compensation), network optimization, security, and matchmaking. Helps developers design and implement robust multiplayer systems with low latency and strong server authority.
Generate PR/MR Description
Development
Generate a structured pull request description after code review passes.
Create PR and Check CI Status
Development
Creates a pull request from the current branch, links it to an issue, and monitors CI status. If CI passes, removes the wip label.
Revert by Logical Work Unit
Development
Revert changes by logical work unit (track, phase, or task) with full git awareness. Supports reverting entire tracks, specific phases, or individual tasks.