Cross checking
Claude Code skill suite for worldbuilding with scientific rigor. 19 skills, 5 commands, 3 agents, research tool. Includes derivation-chain civilization pipeline, communication medium taxonomy, and epistemological framework.
npx -y skills add alainator/worldcodex --skill cross-checkingAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Cross-references a specific topic, concept, or rule across all files to verify it is used consistently. Use when checking if a term or claim matches its authoritative definition everywhere, or when user says "cross-check", "is this consistent", "verify this term", or "does this match everywhere". Does NOT audit entire directories — use /auditing-physics or /auditing-canon for that.
SKILL.md
1.1 KB, as published. Nobody here has run it
Cross-Checking
Verify that a specific topic or rule is used consistently across the repo.
Process
- Find the authoritative source for the term/rule
grep -rto find all mentions across the repo- Compare each mention against the authoritative definition
- Report matches, additions, and contradictions
Rules
- Cross-civilization differences are NOT contradictions
- In-universe documents may intentionally differ from science documents
- Different eras may have different understandings
Out of Scope
Does NOT audit entire directories (use /auditing-physics or /auditing-canon). Does NOT write or modify files. Report only.