Skip to content
Development
Command

/analyze-skills

Analyze skills for token usage, dependencies, and optimization suggestions.

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/analyze-skills

Context preview

What this command does when you run it.

Analyze skills for token usage, dependencies, and optimization suggestions.

Command definition

analyze-skills.md
description: Analyze skills for token usage, dependencies, and optimization suggestions.
argument-hint: "[--min-tokens N] [--no-suggestions]"
triggers: analyze skills, skill tokens, skill optimization, skill dependencies, token usage

Analyze Skills

Analyze installed skills using the skrills MCP server.

Use the `mcp__plugin_skrills_skrills__analyze-skills` tool with:

  • `min_tokens`: Only include skills with at least this many tokens
  • `include_suggestions`: Include optimization suggestions (default: true)

Parse `$ARGUMENTS` for:

  • `--min-tokens N` or `-m N`: Filter to skills with N+ tokens
  • `--no-suggestions`: Disable optimization suggestions

Report analysis including:

  • Total skills and aggregate token usage
  • Largest skills by token count
  • Quality score distribution
  • Dependency patterns
  • Optimization recommendations for large/complex skills

Handle errors:

  • If no skills found: Report empty state with setup suggestions
  • If token counting fails: Report which skills failed to parse
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