Agent skill

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".

majiayu000534★ · 1 repos on radarProfile →
claude-codecan modify filesMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 12 KB
Bundled scripts: none
Version: 1.0
Allowed tools: ReadGrepGlobBash
Path: skills/analysis/stats-lopewale-dev-ignition/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

## 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

What's inside
Steps it walks through
  1. Runtime Configuration (Step 0 — before any processing)
  2. EXECUTE NOW
  3. Philosophy
  4. Step 1: Collect Metrics
  5. 1a. Knowledge Graph Metrics
  6. 1b. Health Metrics
  7. 1c. Pipeline Metrics
  8. 1d. Growth Metrics
  9. 1e. System Metrics
  10. Step 2: Format Output
  11. Full Output (default)
  12. Interpretation Notes
  13. Step 3: Shareable Format (--share flag)
  14. Step 4: Trend Analysis (when history exists)
Ships with 1 file
  • metadata.json
Commands it runs
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)
More from claude-skill-registry
All skills →
About this skill
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.

Keep going