From skills-analytics
Launch the skills analytics dashboard to view usage metrics, scores, and trends
How this skill is triggered — by the user, by Claude, or both
Slash command
/skills-analytics:skills-analytics-dashboardThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Launch the skills analytics dashboard — a local web UI for viewing skill usage frequency, adoption curves, usefulness scores, trends, and structure coverage.
Launch the skills analytics dashboard — a local web UI for viewing skill usage frequency, adoption curves, usefulness scores, trends, and structure coverage.
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.
${CLAUDE_PLUGIN_DATA}/skills_analytics.dbnpx claudepluginhub hardness1020/claude-skills-management --plugin skills-analyticsGenerates usage reports for Claude Code skills from tracked JSONL data. Provides CLI reports and HTML visualizations (bar charts + heatmaps) filtered by time period.
Displays dashboard overview of singularity-managed skills with scores, maturity levels, trends, alerts, and summary stats via /singularity-dashboard.
Generates an interactive HTML dashboard visualizing installed Claude Code skills, plugins, MCP servers, usage statistics, and martial arts belt levels. Opens in browser to review setup.