Deep reading
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 deep-readingAssembled 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
Reads an entire file and produces a structured content map showing sections, entities, claims, and gaps. Use when needing to understand a file before editing, checking conversion completeness, or when user says "what is in this file", "content map", "deep read", "read the whole thing", or "check completeness". Does NOT modify files — read-only analysis only.
SKILL.md
1.1 KB, as published. Nobody here has run it
Deep Reading
Read a file completely and produce a structured content map.
Process
- Read the ENTIRE file (no cutoff)
- Produce content map: sections, named entities, standalone content
- Gap analysis: compare against repo for missing files/entries
Output
## Content Map: [filename]
### Sections
1. [Heading] (lines X-Y) — [one-line summary]
### Named Entities
- Characters: [list]
- Locations: [list]
- Concepts: [list]
### Gaps
[Missing entries, truncated content, orphaned sections]
Out of Scope
Does NOT modify files. Read-only analysis. Does NOT audit for contradictions (use /auditing-physics).