← ClaudeAtlas

statslisted

Assess wiki health — page counts, orphans, graph connectivity, staleness, community clusters, and structural topology. Interpret metrics and decide what to fix next.
geronimo-iia/llm-wiki-skills · ★ 1 · AI & Automation · score 68
Install: claude install-skill geronimo-iia/llm-wiki-skills
# Stats Wiki health dashboard. One call returns all metrics — page counts, graph shape, staleness buckets, community clusters, structural topology, and index health. ``` wiki_stats() ``` Target a specific wiki: ``` wiki_stats(wiki: "research") ``` ## Reading the output ### Page counts `pages` — total indexed pages. If lower than expected, the index may be stale: check `index.stale`. Rebuild with `wiki_index_rebuild` if needed. `sections` — section index pages. Excluded from most metrics (orphan check, staleness, structural rules) to avoid noise. `types` / `status` — facet distributions. High `draft` count → run `wiki_lint(rules: "stale")` or audit drafts manually. ### Orphans and connectivity `orphans` — pages with zero inbound edges. Any orphan is a candidate for a new link or deletion. Run `wiki_lint(rules: "orphan")` for the full list with paths. `avg_connections` — mean edges per node. Below ~1.5 on a wiki with many pages signals sparse linking. Run `wiki_suggest` on isolated pages. `graph_density` — edges / (n·(n-1)). Low density is expected on large wikis. Only concerning when combined with high orphan count and low `avg_connections`. **Triage rule:** `orphans / pages > 0.2` → link audit needed. ### Staleness ``` "staleness": { "fresh": 30, "stale_7d": 8, "stale_30d": 4 } ``` - `fresh` — updated within 7 days - `stale_7d` — updated 7–30 days ago - `stale_30d` — older than 30 days or no date High `stale_30d` alone is not a problem — stable knowledge doe