Help us improve
Share bugs, ideas, or general feedback.
From autonomous-agent
Displays terminal learning analytics dashboard with pattern progress, skill effectiveness, trends, quality charts, top skills, synergies, and actionable insights.
npx claudepluginhub bejranonda/llm-autonomous-agent-plugin-for-claude --plugin autonomous-agentHow this command is triggered — by the user, by Claude, or both
Slash command
/autonomous-agent:analyticslearn/The summary Claude sees in its command listing — used to decide when to auto-load this command
# Learning Analytics Dashboard Display comprehensive analytics about the autonomous agent's learning progress, including: - **Pattern Learning Progress**: Quality trends, learning velocity, improvement rates - **Skill Effectiveness**: Top performing skills, success rates, quality contributions - **Agent Performance**: Reliability scores, efficiency ratings, delegation patterns - **Skill Synergies**: Best skill combinations and their effectiveness - **Prediction System**: Accuracy metrics and model performance - **Cross-Project Learning**: Universal patterns and knowledge transfer - **Lear...
/patternsManage learned patterns: save high-value ones as skills/agents, analyze quality, review usefulness with SM-2, and view statistics.
/learning-statusDisplays learning metrics dashboard showing reviews analyzed, issue trends by category/severity, recurring issues, improvement effectiveness, and recommendations.
/analyzeAnalyzes real learning data from Supabase views on agent success rates, workflows, patterns, feedback, and suggestions to generate insights on successes, failures, optimizations, and recommendations. Supports --period and --focus flags.
/buidl-learningDisplays learning system health report with pattern counts, agent scores, project-type profiles, and prune log. Runs audit script and suggests pruning if patterns are stale.
/skill-reviewAnalyzes skill execution metrics including success rate, duration, worst-case accuracy, and stability gap to identify unstable or underperforming skills with recommendations. Supports --skill, --unstable-only, --top, --recommendations flags.
/aggregate-logsGenerates LEARNINGS.md from skill execution logs by calculating metrics (success rates, durations, ratings), detecting issues, and providing improvement suggestions. Supports --days flag.
Share bugs, ideas, or general feedback.
Display comprehensive analytics about the autonomous agent's learning progress, including:
Generate and display the learning analytics report:
# Auto-detects plugin path whether in development or installed from marketplace
python ${CLAUDE_PLUGIN_ROOT}/lib/learning_analytics.py show --dir .claude-patterns
The command produces a comprehensive terminal dashboard with:
+===========================================================================+
| LEARNING ANALYTICS DASHBOARD - ENHANCED SYSTEM v3.0 |
+===========================================================================+
📊 OVERVIEW
---------------------------------------------------------------------------
Total Patterns Captured: 156
Overall Quality Score: 88.5/100
Success Rate: 92.3%
Recent Quality: 91.2/100 (+2.7)
Activity (Last 7 days): 12 patterns
Activity (Last 30 days): 48 patterns
📈 QUALITY TREND OVER TIME
---------------------------------------------------------------------------
95.0 | ██████████|
| ████████████████|
| ████████████████████ |
| ████████████████████ |
87.5 | ████████████████ |
| ████████████ |
| ████████ |
| ████████ |
80.0 |████ |
+------------------------------------------------------+
106 -> 156
Trend: IMPROVING
🚀 LEARNING VELOCITY
---------------------------------------------------------------------------
Weeks Analyzed: 8
Early Average Quality: 85.3/100
Recent Average Quality: 91.2/100
Total Improvement: +5.9 points
Improvement Rate: 0.74 points/week
Trajectory: ACCELERATING
Acceleration: +0.52 (speeding up!)
⭐ TOP PERFORMING SKILLS
---------------------------------------------------------------------------
1. code-analysis Success: 94.3% Quality: 18.5
2. quality-standards Success: 92.1% Quality: 17.8
3. testing-strategies Success: 89.5% Quality: 16.2
4. security-patterns Success: 91.0% Quality: 15.9
5. pattern-learning Success: 88.7% Quality: 15.1
🤖 TOP PERFORMING AGENTS
---------------------------------------------------------------------------
1. code-analyzer Reliability: 96.9% Efficiency: 1.02
2. quality-controller Reliability: 95.2% Efficiency: 0.98
3. test-engineer Reliability: 93.5% Efficiency: 0.89
4. documentation-generator Reliability: 91.8% Efficiency: 0.95
5. frontend-analyzer Reliability: 90.5% Efficiency: 1.05
🔗 SKILL SYNERGIES (Top Combinations)
---------------------------------------------------------------------------
1. code-analysis + quality-standards Score: 8.5 Uses: 38
Quality: 92.3 Success: 97.8% [HIGHLY_RECOMMENDED]
2. code-analysis + security-patterns Score: 7.2 Uses: 28
Quality: 91.0 Success: 96.4% [HIGHLY_RECOMMENDED]
🎯 PREDICTION SYSTEM STATUS
---------------------------------------------------------------------------
Status: ACTIVE
Models Trained: 15 skills
Prediction Accuracy: 87.5%
[PASS] High accuracy - automated recommendations highly reliable
🌐 CROSS-PROJECT LEARNING
---------------------------------------------------------------------------
Status: ACTIVE
Universal Patterns: 45
Avg Transferability: 82.3%
[PASS] Knowledge transfer active - benefiting from other projects
💡 KEY INSIGHTS
---------------------------------------------------------------------------
[PASS] Learning is accelerating! Quality improving at 0.74 points/week and speeding up
[PASS] Recent performance (91.2) significantly better than historical average (88.5)
[PASS] Highly effective skill pair discovered: code-analysis + quality-standards (8.5 synergy score)
[PASS] Prediction system highly accurate (87.5%) - trust automated recommendations
[PASS] Fastest learning in: refactoring, bug-fix
+===========================================================================+
| Generated: 2025-10-23T14:30:52.123456 |
+===========================================================================+
# Auto-detects plugin path
python ${CLAUDE_PLUGIN_ROOT}/lib/learning_analytics.py export-json --output data/reports/analytics.json --dir .claude-patterns
# Auto-detects plugin path
python ${CLAUDE_PLUGIN_ROOT}/lib/learning_analytics.py export-md --output data/reports/analytics.md --dir .claude-patterns
Review learning progress and identify areas needing attention:
/learning-analytics
Export comprehensive report for documentation:
# Auto-detects plugin path
python ${CLAUDE_PLUGIN_ROOT}/lib/learning_analytics.py export-md --output weekly_analytics.md
Analyze why quality might be declining or improving:
/learning-analytics
# Review Learning Velocity and Learning Patterns sections
Verify which skills and combinations work best:
/learning-analytics
# Review Top Performing Skills and Skill Synergies sections