formated-results
Closing skill for the research-executor, loaded as the last step of formated-specs. Summarize the design just produced into one research-result JSON fenced…
SOP for detecting and resolving concept aliases — merge duplicate pages,
$ npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill alias-resolution --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/alias-resolutionContext preview
The summary Claude sees to decide when to auto-load this skill.
SOP for detecting and resolving concept aliases — merge duplicate pages,
name: alias-resolution description: SOP for detecting and resolving concept aliases — merge duplicate pages, redirect edges. execution: sop
Detect when two concept pages refer to the same thing under different names. Merge into canonical page.
`vault_search` + CC file operations + `vault_add_edge`
1. Search vault for the concept name and common synonyms 2. If multiple pages cover the same concept: choose canonical name 3. Merge content from duplicate into canonical page 4. Redirect all edges from duplicate to canonical 5. **Inline wikilinks:** After edge redirection, ensure the canonical page body contains `[[dir/slug]]` for all targets (dir/slug = target path minus `.md`). Place inline at semantically relevant locations. Skip if already present. 6. Delete duplicate page 7. Update index
<HARD-GATE> Before merging, verify the pages truly refer to the same concept (not related but distinct concepts). </HARD-GATE>
Returns: `{ merged: boolean, canonical: string, aliases_resolved: string[] }`
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
Closing skill for the research-executor, loaded as the last step of formated-specs. Summarize the design just produced into one research-result JSON fenced…
Spec-slot skill for the research-executor. Emit the 4-layer DARE orchestration of the assigned topic as one research-graph JSON fenced block in your reply.…
Loss-1 judge (codex role). Given one sample's de-identified dialogue and its PolicyCard, decide axis-by-axis whether the user-simulator enacted the card's…
Loss-2 judge (codex role). Over one topic's 6 shuffled research-design samples, pairwise-rank by quality using the D1–D5 standard. Emit the pairwise log; the…
The optimizer brain for the ladder-foundry pretraining loop. Runs the two-level nested batch loop, delegates gating to gate_eval, attributes a failing batch to…
Tactic: Extract atomic units from one paper and score how much of a caller-supplied summary covers. Use for ACU-style binary or Nugget-style ternary recall…