From contextstellar
Show ContextStellar scoring statistics, RLM learning progress, and grade distribution for the current project. Use when the user asks about their scoring stats, prompt quality trends, or RLM weight learning.
npx claudepluginhub sunnypatneedi/claude-code-contextstellarThis skill uses the workspace's default tool permissions.
Show scoring statistics and RLM learning progress for the current project.
Generates session analytics including learning patterns, correction trends, heatmaps, and productivity metrics from Claude learnings, session history, and git logs. Use for stats, progress reviews, or dashboards.
Generates usage analytics dashboard from Claude Code sessions with epistemic protocol coverage metrics, friction analysis, growth timelines, and improvement recommendations.
Opens a browser-based analytics dashboard showing personal Claude Code metrics: session activity, tool usage, error rate, parallel work patterns, project focus, and actionable insights. First run installs dependencies (~30s).
Share bugs, ideas, or general feedback.
Show scoring statistics and RLM learning progress for the current project.
Check that CONTEXTSTELLAR_API_KEY is set. If not, tell the user to run /contextstellar:setup.
Fetch the shell stats (lightweight summary):
curl -s "${CONTEXTSTELLAR_BASE_URL:-https://contextstellar.com}/api/v1/hooks/shell-stats" \
-H "Authorization: ${CONTEXTSTELLAR_API_KEY}"
curl -s "${CONTEXTSTELLAR_BASE_URL:-https://contextstellar.com}/api/v1/hooks/stats?projectId=${CONTEXTSTELLAR_PROJECT_ID}" \
-H "Authorization: ${CONTEXTSTELLAR_API_KEY}"
Quick Summary (from shell-stats):
Detailed View (from full stats, if requested):
If RLM confidence is low (< 40%), suggest the user keep using Claude Code to accumulate more samples for better weight learning.
If the average score is below B, suggest running /contextstellar:optimize for improvement tips.