Find the perfect skill
Update Pull Request
Development
Updates an existing pull request with new changes, syncs the branch, and refreshes the description.
Python Tech-Debt Audit
Development
Audit maintainability debt across a Python codebase: duplication, dead code, stale docs, stubs, and magic numbers. Focuses on code that works but is costly to change.
React State Management
Development
Master modern React state management with Redux Toolkit, Zustand, Jotai, and React Query. Use when setting up global state, managing server state, or choosing between state management solutions.
Ship It! - Finalize and Ship Changes
Development
Finalize and ship changes with quality checks, commits, and PR creation.
Splitrail MCP Server Guide
Development
Guide for working with Splitrail's MCP server, covering available tools, resources, and how to add new ones.
Package Skill for Distribution
Development
Validate and package a Claude Code Skill into a distributable zip file.
Create Skill Command
Development
Creates a new skill, then reviews and auto-fixes it using other skills.
Install skill from GitHub
Development
Install a skill from a GitHub URL with prior local validation. Anti-inflation: verify structure before globalizing.
Quality Regression Gate
Development
A 'don't make it worse' gate that runs fallow audit scoped to changed files, reporting only introduced issues. Complements typecheck, lint, and tests.
Trust & Reliability Animation
Development
Create animations that build user confidence and credibility with predictable, controlled movements for a professional user experience.
Phase Discussion
Development
Gather phase context through adaptive questioning to clarify implementation decisions and explore gray areas before planning.
Pull Request Creation
Development
Creates a pull request after full verification and rebase. Handles the ship workflow: verify, push, create PR.