Find the perfect skill
Git Workflow
Development
Provides guidelines for commit messages, branch naming, and pull requests following industry conventions. Helps structure Git workflows with templates and ready-to-use commands.
Pulumi Package Addition
Development
Guided workflow to add a new provider package to the Pulumi Registry, with validation and sequential steps.
Review and Merge Pull Requests
Development
Reviews PRs as maintainer: detects contributor type, applies appropriate tone, then guides approve/merge/request changes workflows.
Sentry Known Pitfalls
Development
Identify and fix common Sentry configuration and SDK mistakes to prevent missing errors, alert fatigue, and other issues.
Self-heal brepjs-cad skills
Development
Autonomously self-heal a brepjs-cad pipeline skill by running eval, diagnosing, fixing, and verifying RED→GREEN before shipping.
Scaffold a dbt-lineage product skill
Development
Create a new product skill under skills/dbt-lineage/ following repo conventions, including slug, type, description, and README updates.
Gemini API Caching Strategy
Development
Implement robust caching for Gemini API calls with versioning, entity-stable keys and cache busting to reduce cost and improve latency.
Thread Spawner for Claude Threads
Development
Spawn and manage parallel threads on a running claude-threads orchestrator, enabling parallel execution of epics and stories from a Claude Code session.
Programming Ruby
Development
Covers idiomatic Ruby style and best practices including naming conventions, parentheses usage, control flow idioms, and block styles. Helps Ruby developers write code that is concise, readable, and follows community standards.
Spec Kit Implementation Review
Development
Review completed implementation work against specifications, run tests, and update task status in tasks.md.
Feature Development Workflow
Development
Automated 7-phase feature development workflow with specialized agents for exploration, architecture, and review. Handles ambiguous requirements and architectural decisions.
Upgrade Flake Inputs
Development
Updates flake.lock to the latest commits for all flake inputs without changing the NixOS release channel. It runs nix flake update, then optionally builds and verifies before applying. Use this to get newer package versions while staying on the same NixOS version.