Skip to main content
ClaudeWave
Skill329 estrellas del repoactualizado 5d ago

ablation-execution

The ablation-execution skill systematically removes individual components from a system and documents the resulting changes or impacts. Use this technique when diagnosing system dependencies, identifying critical components, understanding feature importance, or evaluating which elements contribute meaningfully to overall system performance or behavior.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/yogsoth-ai/de-anthropocentric-research-engine /tmp/ablation-execution && cp -r /tmp/ablation-execution/skills/ablation-execution ~/.claude/skills/ablation-execution
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# Ablation Execution

Systematically remove components from a system one by one and record the resulting changes.

## Execution

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

## Why Subagent

Ablation requires careful, systematic removal of each component while tracking cascading effects. Benefits from dedicated context to maintain the full system model during iterative removal.