What problem does it solve? Slow coding agents, bloated context windows, and redundant build or test runs waste time and tokens. This Skill provides a structured checklist for finding the real bottleneck before optimizing, so you avoid wasted micro-optimizations. ## Core Features & Use Cases - Bottleneck Identification: Classify whether slowness comes from I/O, build tooling, context size, or algorithmic work. - Overhead Reduction: Cut broad scans, redundant tool calls, and oversized payloads from agent workflows. - Targeted Validation: Prefer focused test runs over full-suite reruns when safe, and verify behavior is unchanged. - Use Case: A coding agent takes minutes per task because it re-reads the entire repository each turn. Use this Skill to narrow context surfaces and validate the speedup without changing behavior. ## Quick Start Use the performance skill to diagnose why my build pipeline and coding agent workflow feel slow and suggest targeted fixes.