← ClaudeAtlas

wiki-digestlisted

Generate a digest of the wiki: recent activity summary, key themes by cluster, tier distribution (active/archived/frozen), coverage gaps, cross-cutting synthesis, stale custom dimensions, and suggested next actions. The weekly health report for your knowledge base.
litianyi-007/kata · ★ 0 · AI & Automation · score 73
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