learner

Capture user corrections and record them as durable learning rules.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/jakechen1/echo-research-framework --skill learner-jakechen1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learner
Source: https://github.com/jakechen1/echo-research-framework/tree/main/skills/learner
Command: npx skills add https://github.com/jakechen1/echo-research-framework --skill learner-jakechen1

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Captures user corrections into durable learning notes and converts feedback into permanent rules that guide future iterations.

Core Features & Use Cases

  • Durable capture of user corrections as actionable learning rules.
  • Automatic updates to learning_notes storage and learning_index.jsonl with audit trail.
  • Notifications to confirm new learning entries.

Quick Start

Run python3 skills/learner/scripts/record.py with --category, --rule, and optional --context to save a durable learning note for a correction.

Frequently Asked Questions about learner

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

FAQPage Schema
How do I save user corrections as durable learning notes for AI training?

You can capture user corrections as durable learning notes by running a Python script with category and rule arguments. This converts feedback into permanent rules for future iterations and updates your project's learning notes storage with an audit trail.

What is the best way to record corrections as permanent rules in a CLI context?

The best way to record corrections as permanent rules in a CLI context is to execute the learning notes script, which applies rule enforcement by updating the learning index and triggering a notification when a new rule is successfully recorded.

How does converting feedback into learning notes improve rule enforcement?

Converting feedback into learning notes improves rule enforcement by durably capturing corrections as actionable rules. This creates an indexed audit trail that guides future iterations and prevents the repetition of past mistakes.

Can I use this learning notes capture workflow in Telegram?

Yes, you can apply this learning notes capture workflow in Telegram or CLI contexts. It records your corrections as permanent rules, updates the workspace storage, and triggers a notification to confirm the new entry.

What inputs do I need to provide to record a learning note for a correction?

To record a learning note for a correction, you need to provide a category and a rule, along with optional context. These inputs allow the script to durably save the correction and update the learning index.

How do I track the audit trail when saving AI training corrections?

You track the audit trail for AI training corrections through automatic updates to the learning index file in your project workspace. This logs every recorded rule and context, ensuring corrections are durably captured for future iterations.