Cross checking
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.From its SKILL.md
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.
2 things 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.
- runs commandsInstructs the agent to run 1 command, including `grep -r`.
SKILL.md
1.1 KB, 139 tokens by cl100k_base, 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.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.