Skills analytics dashboard
Skill hardness1020/claude-skills-management/skills/skills-analytics-dashboard
Track, score, and manage your Claude Code skills across all projects with a local analytics dashboard.
npx -y skills add hardness1020/claude-skills-management --skill skills-analytics-dashboardAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Launch the skills analytics dashboard to view usage metrics, scores, and trends
SKILL.md
1.4 KB, as published. Nobody here has run it
skills-analytics-dashboard
Launch the skills analytics dashboard — a local web UI for viewing skill usage frequency, adoption curves, usefulness scores, trends, and structure coverage.
Usage
When the user asks to open or view the analytics dashboard, start the Django development server:
cd "${CLAUDE_PLUGIN_ROOT}" && CLAUDE_PLUGIN_DATA="${CLAUDE_PLUGIN_DATA}" uv run python -m django runserver 8787 --settings=dashboard.analytics_project.settings
Then tell the user:
The dashboard is running at http://localhost:8787
Open it in your browser to view:
- Usefulness — composite scores with usage rate, decay, and depth breakdown
- Usage — frequency rankings and time-series trends
- Inventory — all registered skills with status and metadata
To stop the server, press Ctrl+C in the terminal or kill the process.
Notes
- The dashboard reads from the shared SQLite database at
${CLAUDE_PLUGIN_DATA}/skills_analytics.db - Data is collected automatically by the plugin's hooks (PreToolUse and UserPromptSubmit)
- The server runs on localhost only — no external access
- Port 8787 is used by default; if it's busy, the server will report an error