Loading...
Loading...
Found 104 Skills
Launch multiple sub-agents in parallel to execute tasks across files or targets with intelligent model selection and quality-focused prompting
Iterative PDCA cycle for systematic experimentation and continuous improvement
Comprehensive A3 one-page problem analysis with root cause and action plan
Setup TypeScript best practices and code style rules in CLAUDE.md
Execute a task with sub-agent implementation and LLM-as-a-judge verification with automatic retry loop
Use when working on multiple branches simultaneously, context switching without stashing, reviewing PRs while developing, testing in isolation, or comparing implementations across branches - provides git worktree commands and workflow patterns for parallel development with multiple working directories.
Use when creating or editing any prompt (commands, hooks, skills, subagent instructions) to verify it produces desired behavior - applies RED-GREEN-REFACTOR cycle to prompt engineering using subagents for isolated testing
Use when executing implementation plans with independent tasks in the current session or facing 3+ independent issues that can be investigated without shared state or dependencies - dispatches fresh subagent for each task with code review between tasks, enabling fast iteration with quality gates
Launch a sub-agent judge to evaluate results produced in the current conversation
Systematically add test coverage for all local code changes using specialized review and development agents. Add tests for uncommitted changes (including untracked files), or if everything is commited, then will cover latest commit.
Guide for setup Context7 MCP server to load documentation for specific technologies.
Compare files and directories between git worktrees or worktree and current branch