documentationlisted
Install: claude install-skill AnotherSava/claude-code-common
# Update Documentation
Scan project documentation and comments for references that no longer match the code, and fix them.
## Context
- Uncommitted changes: !`git status --short`
- Diff summary: !`git diff HEAD --stat`
- Full diff: !`git diff HEAD`
- GH Pages index present: !`test -f docs/index.md && echo yes || echo no`
## Process
1. **Read `README.md`** (at the repo root) and fix any references to changed paths, APIs, or behavior
2. **Read all files in `docs/pages/`** (if the folder exists) and rewrite any sections that no longer match the code — removed features, changed message protocols, new data flows, renamed concepts
3. **Align README with the GH Pages index** — only if **GH Pages index present** is `yes`. Read `README.md` and `docs/index.md` together and reconcile them so they describe the same product at the same point in time:
- Tagline / one-line description must match (ignoring italics and minor punctuation).
- The set of user-facing features / supported sites / supported games listed in each must match exactly — no feature appears in one but not the other.
- Per-feature blurbs in the README must match the intro paragraph of the corresponding `docs/index.md` section (same facts, same scope claims). Wording may differ slightly; facts must not.
- Install link, beta / access notices, and status blurbs must match.
- If the README contains per-feature blurbs, each feature link must point to `https://<org>.github.io/<repo>/pages/<feature>` (or `/pa