Deep reading
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.From its SKILL.md
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.
SKILL.md
1.1 KB, 155 tokens by cl100k_base, 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).
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.