Skip to content
Automation
Skill

/claim-page-creation

SOP for creating a claim page in the vault — atomic proposition with

From plugin
de-anthropocentric-research-engine
393200 skills
Install
$ npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill claim-page-creation --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/claim-page-creation

Context preview

The summary Claude sees to decide when to auto-load this skill.

SOP for creating a claim page in the vault — atomic proposition with

SKILL.md

claim-page-creation.SKILL.md
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 }`

Ships withde-anthropocentric-research-engine

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.

Get the whole plugin
Stats
393
Stars
34
Forks
Active
Maintenance
HTML
Language
Apache-2.0
License
20h ago
Last commit
6mo ago
Created

Repo: yogsoth-ai/de-anthropocentric-research-engine