wiki-digestlisted
Install: claude install-skill litianyi-007/kata
# wiki-digest
Generate a structured digest of the wiki's current state. Unlike `wiki-query` (which
answers a specific question) and `wiki-lint` (which checks structural health),
`wiki-digest` provides a **high-level synthesis**: what has been compiled, how it
clusters, what is missing, and what connections are worth exploring.
Think of it as the weekly editorial meeting for your knowledge base.
## When to use
- User asks "what's in the wiki?", "summarize what we know", "give me an overview"
- After a batch ingest to see what the new sources added
- Periodically to guide what to ingest next
- When starting a new session and wanting to orient quickly
## Implementation
`plugin/scripts/digest.py` produces the mechanical inputs — activity
counts from log.md, inventory by type/tag, tier distribution, recently
updated list, top hubs, stale custom dimensions. **Use the script for
these.** The skill's job is to add narrative layer: theme clustering,
coverage gaps, cross-cutting synthesis, suggested next actions.
```bash
# Default 7-day window
python {plugin_root}/scripts/digest.py --wiki {wiki_path}
# Longer window
python {plugin_root}/scripts/digest.py --wiki {wiki_path} --since 30d
# Focus on a single tag
python {plugin_root}/scripts/digest.py --wiki {wiki_path} --focus moe
```
What the script does NOT do — these stay this skill's job:
- **Theme clustering** — group recently updated pages by topic, identify
the cluster anchor, assess depth.
- **Coverage gaps** — "missin