Track which Skills your local agents actually use.
Skill Usage Manager records Claude Code and Codex Skill invocations in a local SQLite database, then shows usage and inventory in a desktop dashboard. It is built for people who have many Skills installed and want to know which ones are active, stale, duplicated, or never used.
Install the CLI:
cargo install --git https://github.com/DreamEnding/skills_is_all_you_need --package skill-meter --locked
Check that it is available:
skill-meter --version
skill-meter doctor
Install the Claude Code plugin:
claude plugin marketplace add DreamEnding/skills_is_all_you_need
claude plugin install skill-usage-manager@skills-is-all-you-need
Install the Codex plugin marketplace:
codex features enable plugin_hooks
codex plugin marketplace add DreamEnding/skills_is_all_you_need
Restart Claude Code or Codex after installing hooks. New Skill calls will be recorded automatically.
Show usage totals:
skill-meter summary
skill-meter summary --format json
Scan installed Skills:
skill-meter scan
skill-meter scan --format json
Check hook/database health:
skill-meter doctor
Run the desktop dashboard from a cloned repo:
git clone https://github.com/DreamEnding/skills_is_all_you_need.git
cd skills_is_all_you_need
pnpm --dir apps/desktop install
pnpm --dir apps/desktop dev
| Platform | Signal | Confidence |
|---|---|---|
| Claude Code | PreToolUse for the Skill tool | confirmed |
| Claude Code | direct /skill invocation | confirmed |
| Codex | prompt mentions like $research-lit | explicit-hint |
| Codex | transcript reads of */SKILL.md | inferred |
Claude Code has a direct Skill hook, so its counts are high confidence. Codex does not currently expose an equivalent stable Skill-specific hook, so Codex events are confidence-labeled.
By default, all data is stored locally:
~/.skill-usage-manager/
usage.db
events/*.jsonl
Override the data directory when testing:
SKILL_USAGE_MANAGER_HOME=/tmp/skill-meter-dev skill-meter summary
PowerShell:
$env:SKILL_USAGE_MANAGER_HOME="D:\tmp\skill-meter-dev"
skill-meter summary
SKILL.md paths; it does not store transcript text.If you want another AI coding agent to install this repo for you, give it AGENT_INSTALL.md. It contains a copy-pasteable installation task with verification steps.
skill-meter is not foundMake sure Cargo's binary directory is on PATH:
echo $PATH
Common locations:
~/.cargo/bin%USERPROFILE%\.cargo\binRun:
skill-meter doctor
Then check:
skill-meter is on PATH.ingest errors is 0.explicit-hintCodex inferred usage depends on Stop hook transcript access. If a Codex build does not provide transcript_path, only explicit $skill prompt hints can be counted.
Clone and verify:
git clone https://github.com/DreamEnding/skills_is_all_you_need.git
cd skills_is_all_you_need
cargo test
cargo clippy --all-targets --all-features -- -D warnings
pnpm --dir apps/desktop test
pnpm --dir apps/desktop build
rusqliteVersion: 1.0.0
Implemented:
Still planned:
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub dreamending/skills_is_all_you_need --plugin skill-usage-managerMulti-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.