From ai-eng-learning
Extracts reusable patterns from work sessions, scores confidence on instincts, and promotes high-confidence ones into durable skills. Also updates workspace memory via subagent.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-eng-learning:continuous-learningThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Learn from sessions in two complementary ways:
Learn from sessions in two complementary ways:
agents-memory-updater subagent (orchestration only in this skill).AGENTS.md (workspace memory)When a pattern is encountered during work:
Pattern: [What was discovered]
Context: [When this applies]
Confidence: [0.0-1.0 based on evidence]
Evidence: [What proves this works]
Before storing an instinct:
Instincts are stored with:
instinct:
name: "descriptive-name"
pattern: "what to do"
context: "when to apply"
confidence: 0.85
evidence: "why this works"
created: "2026-01-15"
usage_count: 3
success_rate: 0.95
When an instinct reaches thresholds:
| Score | Meaning | Action |
|---|---|---|
| 0.9-1.0 | Proven pattern, multiple successes | Promote to skill candidate |
| 0.7-0.9 | Strong pattern, some evidence | Use with confidence |
| 0.5-0.7 | Plausible pattern, limited evidence | Use cautiously, verify |
| 0.3-0.5 | Weak pattern, speculative | Note but don't rely on |
| 0.0-0.3 | Unproven, likely incorrect | Discard |
Export all instincts to JSON: [{name, pattern, context, confidence, evidence}]
Import instincts from JSON. Merge with existing records and update confidence on duplicates.
When transcript mining may produce durable updates—not one-off task context:
agents-memory-updater; return its result unchanged.The updater owns AGENTS.md sections (## Learned User Preferences, ## Learned Workspace Facts), incremental transcript indexes under ~/.cursor/projects/<workspace-slug>/agent-transcripts/, and deduplication (max 12 bullets per learned section).
If no meaningful updates: respond exactly No high-signal memory updates.
| Excuse | Counter |
|---|---|
| "I'll remember this pattern" | Human memory is unreliable. Document it now with context and evidence. |
| "This is too specific to be useful" | Specific patterns become general skills through evolution. Start specific, generalize later. |
| "I don't have time to document" | Two minutes now saves hours of rediscovery later. Use the instinct template. |
| "The confidence score is subjective" | Confidence is a starting point. Usage and success rates provide objective data over time. |
npx claudepluginhub p/v1truv1us-ai-eng-learning-plugins-ai-eng-learningCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
2plugins reuse this skill
First indexed Jul 8, 2026