learner

Analyze reflexion episodes to discover causal patterns and reusable skills.

Updated Jul 2, 2025
One-click install
npx skills add https://github.com/dug-21/neural-data-platform --skill learner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learner
Source: https://github.com/dug-21/neural-data-platform/tree/main/.claude/skills/learner
Command: npx skills add https://github.com/dug-21/neural-data-platform --skill learner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyzes reflexion episodes to automatically discover causal patterns, reasoning patterns, and reusable skills.

Core Features & Use Cases

  • Auto-discover causal patterns from episodes
  • Capture reasoning patterns and store them in MCP agentdb pattern store
  • Identify patterns needing review and consolidate successful learnings into reusable skills

Quick Start

Run the learner workflow after completing a feature to surface patterns and prepare for consolidation:

  • agentdb learner run 3 0.6 0.7
  • agentdb skill consolidate 3 0.7 7 true
  • agentdb db stats

Frequently Asked Questions about learner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I auto-discover causal patterns from reflexion episodes?

To auto-discover patterns from reflexion episodes, run the learner skill after completing a feature. It analyzes episode data to extract causal patterns, reasoning patterns, and reusable skills, then stores them in the MCP agentdb patterns store.

What is the process to consolidate learnings into reusable skills in agentdb?

Consolidating learnings into reusable skills in agentdb involves running the learner workflow to surface patterns, followed by the skill consolidate command. This captures successful reasoning patterns and prepares them for reuse in future tasks.

Can I identify which reasoning patterns need manual review in my agentdb patterns store?

Yes, you can identify reasoning patterns needing review within the agentdb patterns store. The learner skill automatically analyzes reflexion episodes and flags specific causal patterns that require manual inspection before consolidation.

How do I prune outdated reflexion episodes after extracting machine learning patterns?

To prune outdated reflexion episodes after extracting machine learning patterns, use the agentdb reflexion prune command. This removes obsolete episode data after the learner skill has successfully captured and consolidated the reusable reasoning patterns.

Does the learner skill require any external dependencies to analyze reflexion episodes?

No, the learner skill requires no external dependencies to analyze reflexion episodes. It operates entirely within the MCP agentdb system, leveraging the legacy and Patterns tables to store and manage discovered causal patterns natively.