Targeted Claude Code problem solver for specific issues and implementation questions. Use when the user has a specific problem to solve, needs help with a particular feature, is debugging an issue, or wants to implement something specific with Claude Code. Triggers on phrases like "how do I", "I'm trying to", "not working", "error with", "configure", "implement", "create a hook", "set up MCP", "fix this", "why isn't".
This skill triggers targeted problem-solving when Claude Code issues are detected.
This skill should activate when the user has specific problems or questions about Claude Code, such as:
When this skill is triggered, use the Task tool to spawn the cc-solver agent:
Task(
subagent_type="cc-solver",
prompt="Solve this Claude Code problem: [user's problem]",
description="Solve Claude Code problem"
)
The cc-solver agent will:
Return the agent's focused solution to the user, including: