Find the perfect skill
Create High-Quality Git Commits
Development
Guides creating well-formed Git commits: gathers context via git diff/status/log, runs relevant code-review agents, and decides commit granularity.
Countdown - Pre-Implementation Validation
Development
Runs the 'Oracle' agent to create or refine an implementation plan, then launches parallel review agents (Mission Control, Telemetry, Flight Director) to validate the plan. Agents grade the plan on completeness, test strategy, and architecture; only when all three give an 'A+' grade does the plan proceed to implementation. This skill reduces implementation risk by catching gaps early through structured pre-implementation validation.
Integrate Claude Skill into Project Guidelines
Development
Adapt and integrate Claude global skills into project development guidelines. Updates .trellis spec docs and includes code examples.
Smart Review Dispatcher
Development
Internal review dispatcher that classifies changed files and runs the appropriate reviews automatically. Invoked by /dev and /fix, or standalone after manual coding.
Pull Request Review Command
Development
Comprehensive PR review with approve, request changes, merge, or close actions. Detects contributor type and adapts communication tone.
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.