SOP for creating a claim page in the vault — atomic proposition with
Scanned 9/5/2026
Install to Claude Code
npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill claim-page-creation --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Claim Page Creation?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yogsoth-ai-claim-page-creation)More formats (shields.io, HTML) on the badges page.
---
name: claim-page-creation
description: SOP for creating a claim page in the vault — atomic proposition with
type classification, source attribution, and initial confidence.
execution: sop
---
# Claim Page Creation
Create a claim page in the vault representing a single atomic proposition.
## Tool
CC file write + `vault_add_edge`
## Protocol
1. Write `wiki/claims/<claim-slug>.md` with frontmatter:
- `type: claim`
- `claim-type:` one of [empirical, definitional, causal, normative, existential]
- `confidence:` initial confidence (0.0-1.0) based on source quality
- `source:` attribution to the originating source page
2. Body: the claim stated clearly in one sentence, followed by brief context
3. Add edge: `derived_from` (claim → source page)
4. If related claims exist, add `related_to` edges
5. **Inline wikilinks:** For each edge created, ensure the claim page body contains `[[dir/slug]]` pointing to the target (dir/slug = target path minus `.md`). Place inline at semantically relevant location. Skip if already present.
## HARD-GATE
<HARD-GATE>
Claim must be atomic — one proposition only. If it contains "and", "but", "because", or multiple independent assertions, it must be decomposed first.
</HARD-GATE>
## Yield
Returns: `{ path: string, claim_type: string, confidence: 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!