abstract-structure
Remove domain surface details to expose transferable relational/mechanistic structure at a chosen abstraction level.
Decompose a system into components/functions and record dependencies relevant to transformation.
$ npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill decompose-components --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/decompose-componentsContext preview
The summary Claude sees to decide when to auto-load this skill.
Decompose a system into components/functions and record dependencies relevant to transformation.
name: decompose-components description: "Decompose a system into components/functions and record dependencies relevant to transformation."
Decompose a system into components and functions, preserving dependencies relevant to transformation.
required: [system_or_design, decomposition_purpose] optional: [component_inventory, dependency_evidence] constraints: [components must have a function or interface and a parent relation]
1. Enumerate observable components and their functions. 2. Split compound components until each unit has a distinct transformation boundary. 3. Link dependencies, interfaces, and affected outcomes.
produces: [component_tree, function_map, dependency_map] delta_fields: [findings, assumption_updates, decisions]
Mark a component unresolved when its function or dependency cannot be evidenced; do not invent subcomponents.
The complete research orchestration system for AI-native science. What It Does Design Philosophy Architecture (v3.2.2) Quick Start Configuration Roadmap License DARE is not a tool that helps you do research. It is the researcher.
Repo: yogsoth-ai/de-anthropocentric-research-engine
Remove domain surface details to expose transferable relational/mechanistic structure at a chosen abstraction level.
Evaluate competing arguments against stated criteria and produce a reasoned verdict with uncertainty.
Move a scientific object up/down in abstraction or narrow/broaden selected scope dimensions (population, mechanism, context, outcome, timeframe, system…
Run structured attack/defense/adjudication over a claim, candidate, criterion set, or current winner. Perspective, target, escalation depth,…
Aggregate criterion or comparison results into an ordered recommendation under an explicit rule.
Abstract relational structure from source domains, map it to the target, validate depth, and instantiate transferable mechanisms.