wiki-lintlisted
Install: claude install-skill punkscience/agent-skills
# Wiki Lint
Audit the wiki for structural and content issues — contradictions, stale claims,
orphan pages, missing cross-references, and gaps the existing pages imply but
don't fill.
Read `AGENTS.md` first for the wiki's conventions.
## Phase 1 — Inventory
Read `wiki/index.md` to get the full page list, organized by section. Follow
every link and note each page's existence, type, and cross-references (scan for
`[[...]]` links). Build an internal map:
- Which pages link to which
- Which pages have zero inbound links (orphans)
- Which pages have the `contradiction` or `stale` tag
- Pages whose `updated:` date is more than 60 days old and tagged `draft`
**Completion criterion**: the agent has read every wiki page listed in the index
and built the cross-reference map.
## Phase 2 — Lint passes
Run each pass over every page. Do not stop at the first issue found in a pass —
complete the pass across all pages before moving to the next.
### Pass A: Contradictions
For each pair of pages where both make factual claims on the same topic, compare
them. A contradiction exists when two pages assert incompatible facts. Relevance
test: trivial disagreements (e.g. one page says "~50" while another says "~52")
are not contradictions unless precision matters. Genuine conflicts (opposing
conclusions, contradictory timelines, incompatible interpretations) are.
Check pages already tagged `contradiction` — has the conflict been resolved by
later sources?
### Pass B: Staleness
For each p