learn

Capture reusable learning patterns from AI sessions with confidence scoring.

1|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/eroslifestyle/Claude-Orchestrator-Plugin --skill learn-eroslifestyle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learn
Source: https://github.com/eroslifestyle/Claude-Orchestrator-Plugin/tree/main/github-package/skills/learn
Command: npx skills add https://github.com/eroslifestyle/Claude-Orchestrator-Plugin --skill learn-eroslifestyle

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of capturing reusable patterns and knowledge discovered during AI interactions, ensuring that valuable insights are not lost and can be leveraged in future sessions.

Core Features & Use Cases

  • Pattern Capture: Automatically saves user-defined or AI-detected patterns with associated context.
  • Confidence Scoring: Assigns a confidence score to each captured pattern, which increases with repeated confirmation.
  • Tagging: Infers relevant tags from pattern descriptions or allows user-defined tags for better organization.
  • Use Case: After a complex debugging session, you can use /learn to capture the specific sequence of commands and reasoning that led to the solution, making it easily recallable for similar future problems.

Quick Start

Use the learn skill to capture the current session's problem-solving approach as a new pattern.

Frequently Asked Questions about learn

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

FAQPage Schema
How do I capture reusable learning patterns from AI chat sessions?

Capturing reusable learning patterns from AI sessions involves saving user-defined or AI-detected insights with their associated context, preventing valuable problem-solving knowledge from being lost.

What is confidence scoring in knowledge management and how does it work?

Confidence scoring in knowledge management assigns a numerical value to each captured learning pattern, which automatically increases with repeated confirmation to indicate the reliability and usefulness of the stored instinct.

How do I detect duplicate patterns when storing AI learning instincts?

To detect duplicate patterns when storing AI learning instincts, the system applies fuzzy matching logic against existing entries in your JSON storage file to identify and prevent redundant pattern captures.

Do I need a JSON file to store captured AI learning patterns?

Yes, you need a JSON file to store captured AI learning patterns, as this format is required to retain the instincts, context, confidence scores, and inferred tags generated during your continuous learning workflows.

What is the best way to organize captured knowledge patterns for future debugging?

The best way to organize captured knowledge patterns is through automated tagging, which either infers relevant tags directly from pattern descriptions or applies user-defined tags to categorize instincts for easy recall.

Can I use pattern capture for continuous learning workflows within AI interactions?

Yes, you can use pattern capture for continuous learning workflows within AI interactions by extracting specific command sequences and reasoning from complex sessions to apply toward similar future problems.