SOP for linking evidence pages to causal claims — creates supported_by
Scanned 9/5/2026
Install to Claude Code
npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill evidence-linking --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Evidence Linking?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yogsoth-ai-evidence-linking)More formats (shields.io, HTML) on the badges page.
---
name: evidence-linking
description: SOP for linking evidence pages to causal claims — creates supported_by
or contradicts edges.
execution: sop
---
# Evidence Linking
Link evidence pages to the causal claims they support or contradict.
## Tool
`vault_add_edge`
## Protocol
1. Identify the claim (causal edge or claim page) that the evidence addresses
2. Determine relationship: supported_by or contradicts
3. Call vault_add_edge from evidence page to claim page
4. Set weight based on evidence strength (hierarchy: RCT > observational > theoretical)
5. **Inline wikilink:** Ensure the evidence page body contains `[[dir/slug]]` pointing to the claim (dir/slug = target path minus `.md`). Place inline at semantically relevant location. Skip if already present.
## HARD-GATE
<HARD-GATE>
Evidence must be linked to a specific claim, not to a general topic.
</HARD-GATE>
## Yield
Returns: `{ claim: string, evidence: string, relationship: string, weight: number }`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!