Find focused refactor hotspots.
Complexity Skill YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Analyze code complexity to identify refactoring targets. Execution Steps Given /complexity [path]: Step 1: Determine Target If path provided: Use it directly. If no path: Use current directory or recent changes: git diff --name-only HEAD~5 2>/dev/null | grep -E '\.(py|go)$' | head -10 Step 2: Detect Language
don't have the plugin yet? install it then click "run inline in claude" again.