Skip to content
Development
Command

/skill-metrics

Get aggregate statistics about discovered skills including counts, quality, and token usage.

From plugin
skrills
6817 skills17 commands
Install
$ npx -y skills add athola/skrills --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/skill-metrics

Context preview

What this command does when you run it.

Get aggregate statistics about discovered skills including counts, quality, and token usage.

Command definition

skill-metrics.md
description: Get aggregate statistics about discovered skills including counts, quality, and token usage.
argument-hint: "[--include-validation]"
triggers: skill metrics, skill stats, skill statistics, how many skills, skill count

Skill Metrics

Get skill metrics and statistics using the skrills MCP server.

Use the `mcp__plugin_skrills_skrills__skill-metrics` tool with:

  • `include_validation`: Include validation summary (slower but more complete)

Parse `$ARGUMENTS` for:

  • `--include-validation` or `-v`: Include validation stats

Report metrics including:

  • Total skill count by source (Claude, Codex, Copilot)
  • Quality score distribution (excellent, good, fair, poor)
  • Token usage statistics (total, average, max)
  • Dependency patterns (most depended-on skills)
  • Common tags and categories

Handle errors:

  • If no skills found: Report empty state with setup suggestions
  • If validation fails: Report partial metrics with warning
Ships withskrills

Write a skill once, use it everywhere. Skrills validates and syncs skills, commands, agents, MCP servers, and hooks across **Claude Code, Codex CLI, GitHub Copilot CLI, and Cursor**, all from a single Rust binary. Install · User Guide · CLI Reference · FAQ ·

Get the whole plugin, auto-invoked
Stats
68
Stars
0
Views
10
Forks
Maintained
Maintenance
Rust
Language
MIT
License
1mo ago
Last commit
8mo ago
Created

Repo: athola/skrills