Find the perfect skill
Create High-Quality Git Commits
Development
Analyze pending changes, run relevant code quality agents, and create well-structured Git commits with consistent message style.
uv: Python dependency management
Development
Manage Python dependencies, lock files, and project environments with uv: add/remove packages, sync, and run commands.
Keyboard Navigation Tester
Development
Assistance for testing keyboard navigation in frontend applications, with guides and best practices.
Create Git Commits
Development
Create high-quality Git commits by gathering context, running analysis agents, and structuring changes.
Workflow Patterns for TDD
Development
Guide for implementing tasks using Conductor's TDD workflow, managing phase checkpoints, git commits, and the verification protocol.
Python dependency management with uv
Development
Manages the Python dependency lifecycle with uv: add/remove packages, sync environments, lock files, and run commands in the project environment.
ChatGPT Voice Agent Prompt Builder
Development
Creates structured prompts for ChatGPT voice agents, including personality, tone, and conversation state machines. Helps when building voice agents with the OpenAI Realtime API or defining complex dialogue flows.
Build - Implement Next Task
Development
Build a project by implementing the next task from the plan and specs. Create tests and verify the code.
Creating Slash Commands
Development
Build custom slash commands in Claude Code with YAML frontmatter, permissions, and best practices to automate workflows and standardize repetitive tasks.
Scaffold a new Cobra CLI command
Development
Scaffold a new Cobra CLI command following project patterns. Reads an existing command to match style, then registers it, handles errors, and verifies the build.
Update Existing Pull Request
Development
Push follow-up changes to an existing pull request and sync its description. Handles rebasing, conflict resolution, and updating PR metadata via GitHub CLI.
MCP Server Patterns
Development
Build MCP servers with the Node/TypeScript SDK: tools, resources, prompts, Zod validation, and stdio/HTTP transports.