learning-analyzer

Solid

Analyze collected learning data from Supabase to identify success patterns, failure patterns, optimization opportunities, and agent performance trends.

AI & Automation 24 stars 3 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
47
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

> **AI-consumed reference.** Optimized for Claude to read during execution. > Human-readable explanation: see [docs/architecture/HIERARCHICAL_PLANNING.md](../../../docs/architecture/HIERARCHICAL_PLANNING.md) > or [docs/getting-started/](../../../docs/getting-started/) depending on topic. # Learning Analyzer Skill Analyze learning data from Supabase: success/failure patterns, optimization opportunities, agent performance. --- ## Usage ```bash /af learn analyze # Full analysis /af learn analyze --period 30d # Last 30 days /af learn analyze --focus agents # Agent performance /af learn analyze --focus workflows # Workflow patterns /af learn analyze --focus feedback # User feedback ``` --- ## Process ### 1. Query Supabase Views ```toon views[5]{view,purpose}: v_agent_success_rates,Agent performance by task type v_common_patterns,Identified patterns v_improvement_suggestions,Actionable suggestions v_workflow_trends,Weekly workflow trends v_feedback_summary,Feedback statistics ``` ### 2. AI Pattern Recognition Identify: Top 3 success patterns, top 3 failure patterns, top 3 optimization opportunities, agent recommendations. ### 3. Output Report ```markdown ## Learning Analysis Report Generated: {timestamp} | Period: {dates} ### Success Patterns 1. **Pattern:** {description} — Frequency: {N}, Confidence: {%} ### Failure Patterns 1. **Pattern:** {description} — Impact: {severity}, Suggested Fix: {fix} ### Optimization...

Details

Author
nguyenthienthanh
Repository
nguyenthienthanh/aura-frog
Created
9 months ago
Last Updated
1 weeks ago
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

learn

Provides autonomous project pattern learning by analyzing the codebase to discover development conventions, architectural patterns, and coding standards, then generates project rule files in .claude/rules/. Use when user asks to "learn from project", "extract project rules", "analyze codebase conventions", "discover project patterns", or wants to auto-generate Claude Code rules for the current project.

344 Updated yesterday
giuseppe-trisciuoglio
AI & Automation Listed

learn

Extracts lessons learned from conversations and persists them to AI assistant config files (CLAUDE.md, GEMINI.md, AGENTS.md, Cursor, Copilot, Windsurf, Continue) or creates new skills from discovered workflows. Use this skill whenever: a command failed then succeeded (especially with a flag or env change), debugging revealed a workaround, an assumption proved wrong, undocumented behavior was discovered, a multi-step pattern was invented on the fly, or the user says "/learn", "remember this", "save this", "add this to CLAUDE.md", "don't forget this", or "make a skill for this". Also invoke proactively after any complex troubleshooting session where notable lessons emerged, even if the user didn't explicitly ask.

2 Updated 2 weeks ago
WhatIfWeDigDeeper
AI & Automation Listed

analyze

Strategic analysis of a decision, idea, or plan. Triggered by 'analyze this', 'evaluate/assess this', 'deep dive', 'strategic read', 'your full take', 'should we X or Y'. NOT quick factual lookups.

24 Updated today
tomcounsell