Skip to main content
ClaudeWave
Skill389 estrellas del repoactualizado 19d ago

abp-vulnerability-classification

This Claude Code skill classifies assumptions along two dimensions, load-bearing importance and vulnerability to falsification, to identify which assumptions most critically need testing. It prioritizes assumptions that carry high explanatory weight while being likely to be false, directing analytical effort toward the highest-risk gaps in reasoning.

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

SKILL.md

# ABP Vulnerability Classification

Classify assumption vulnerability to prioritize testing.

## Execution

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

## Budget

One unit = one vulnerability classification pass.

<!-- BEGIN available-tables (generated) -->

## Available SOPs

Optional, no fixed order; the final leaf is always a sop.

| SOP | When to use |
| --- | --- |
| spawn-agent | Spawn a customized CC subagent with full MCP tool access. Used by SOPs that declare execution: subagent. |

<!-- END available-tables (generated) -->