What problem does it solve? Identifying which attention heads and edges inside a transformer actually drive a behavior is slow and manual; this Skill automates attribution patching and circuit pruning so researchers can isolate the components responsible for tasks like indirect object identification. ## Core Features & Use Cases - Edge Attribution Patching: Computes attribution scores across layers and heads, then iteratively prunes low-importance edges with configurable thresholds. - IOI Dataset Generation: Builds Indirect Object Identification prompts with template, name, and noun variation, plus flipped control prompts for causal intervention analysis. - Multi-Task Support: Ships configurations for IOI, greater-than comparison, and docstring generation tasks, with results saved as JSON summaries. - Use Case: A mechanistic interpretability researcher studying GPT-2's IOI circuit generates paired original and flipped prompts, runs attribution patching, and obtains a pruned circuit with a performance score. ## Quick Start Ask the agent to run the attribution patching experiment on the IOI task with gpt2-small and report the pruned heads and final circuit score.