Skip to main content
ClaudeWave
Skill329 estrellas del repoactualizado 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.

Instalar en Claude Code
Copiar
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
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

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.