Solve a specific Claude Code problem or implementation question
Spawns a cc-solver agent to research and solve Claude Code problems.
/plugin marketplace add mikkelkrogsholm/cc-expert/plugin install cc-expert@cc-expert<problem>Use the Task tool to spawn a cc-solver agent that will research and solve your Claude Code problem.
IMPORTANT: You MUST use the Task tool with these exact parameters:
subagent_type: "cc-solver"prompt: "Solve this Claude Code problem: $ARGUMENTS"description: "Solve Claude Code problem"The cc-solver agent will:
Example Task tool invocation:
Task(
subagent_type="cc-solver",
prompt="Solve this Claude Code problem: $ARGUMENTS",
description="Solve Claude Code problem"
)
Execute this Task tool call now to solve the problem.