stats
Show vault statistics and knowledge graph metrics. Provides a shareable snapshot of vault health, growth, and progress. Triggers on "/stats", "vault stats", "show metrics", "how big is my vault".
Profile →npx skills add majiayu000/claude-skill-registry --skill stats-lopewale-dev-ignition --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
## Runtime Configuration (Step 0 — before any processing) Read these files to configure domain-specific behavior: 1. **`ops/derivation-manifest.md`** — vocabulary mapping - Use `vocabulary.notes` for the notes folder name - Use `vocabulary.note` / `vocabulary.note_plural` for note type references - Use `vocabulary.topic_map` / `vocabulary.topic_map_plural` for MOC references - Use `vocabulary.inbox` for the inbox folder name - Use `vocabulary.notes_collection` for semantic search collection name 2. **`ops/config.yaml`** — processing depth, automation settings If no derivation file exists, use universal terms (notes, MOCs, etc.). --- ## EXECUTE NOW **Target: $ARGUMENTS** Parse immediately: - If target contains `--share`: output compact shareable format after full stats - If target is empty: output full stats display - If target names a specific category (e.g., "health", "growth", "pipeline"): show only that category **START NOW.** Collect metrics and present them. --- ## Philosophy **Make the invisible visible.** The knowledge graph grows silently. Without metrics, the user cannot tell whether their system is healthy, growing, stagnating, or fragmenting. /stats provides a snapshot t
- Runtime Configuration (Step 0 — before any processing)
- EXECUTE NOW
- Philosophy
- Step 1: Collect Metrics
- 1a. Knowledge Graph Metrics
- 1b. Health Metrics
- 1c. Pipeline Metrics
- 1d. Growth Metrics
- 1e. System Metrics
- Step 2: Format Output
- Full Output (default)
- Interpretation Notes
- Step 3: Shareable Format (--share flag)
- Step 4: Trend Analysis (when history exists)
Note count (excluding MOCs) Connection count (all wiki links across notes/) Average connections per note if [[ "$NOTE_COUNT" -gt 0 ]]; then else fi Topic count (unique values in topics: fields) Link density if [[ "$NOTE_COUNT" -gt 1 ]]; then Orphan count (notes with zero incoming links)
What does the stats skill do?
Show vault statistics and knowledge graph metrics. Provides a shareable snapshot of vault health, growth, and progress. Triggers on "/stats", "vault stats", "show metrics", "how big is my vault".
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill stats-lopewale-dev-ignition --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.