Skip to main content
ClaudeWave
Skill329 repo starsupdated 5d ago

ablation-component-mapping

Ablation-component-mapping identifies and catalogs removable system components for ablation studies by analyzing architecture dependencies, defining removal procedures, and predicting performance impacts. Use this skill when designing experiments to measure individual component contributions to a system's overall performance or when decomposing complex architectures into testable units.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/yogsoth-ai/de-anthropocentric-research-engine /tmp/ablation-component-mapping && cp -r /tmp/ablation-component-mapping/skills/ablation-component-mapping ~/.claude/skills/ablation-component-mapping
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# SOP: Ablation Component Mapping

Map the system architecture to a set of ablatable units, identifying dependencies, removal strategies, and expected impact for each component.

Subagent — spawned via subagent-spawning/spawn-agent skill.