Code Simplification Skill Multi-agent code analysis and simplification workflow. Execution Flow Step 1: Determine Scope With Arguments Use provided file/directory path as scope. Without Arguments (Recent Changes) If no git changes, ask user for scope. Step 2: Phase 1 - Analysis Agents (Parallel) Execute 4 agents in parallel (single message with 4 Task calls). Scope Context (Provide to all agents) Parallel Execution | Agent | Role | Output | |-------|------|--------| | complexity-analyzer | Nested ternary, deep nesting, over-abstraction | Issue list with locations | | pattern-checker | Project…