learn

Extract CLI corrections and review patterns from Claude Code session JSONL files.

6|3|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/vinhnxv/rune --skill learn-vinhnxv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learn
Source: https://github.com/vinhnxv/rune/tree/main/plugins/rune/skills/learn
Command: npx skills add https://github.com/vinhnxv/rune --skill learn-vinhnxv

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Extracts CLI corrections, review recurrences, and meta-QA patterns from recent Claude Code session history to improve Rune Echoes memory and long-term workflow quality.

Core Features & Use Cases

  • Runs detectors over session JSONL and TOME findings to surface patterns like CLI corrections, recurring reviews, and meta-QA insights.
  • Persists high-confidence patterns to .rune/echoes for future automation and workflow improvements.
  • Supports real-time detection via --watch and targeted detectors.

Quick Start

Invoke /rune:learn to scan recent session history, run detectors, and persist patterns to Rune Echoes memory.

Frequently Asked Questions about learn

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

FAQPage Schema
How do I extract CLI corrections and review recurrences from session JSONL files?

You can extract CLI corrections and review recurrences from session JSONL files by running targeted detectors over recent Claude Code session history to surface high-confidence patterns. The process scans JSONL data and persists findings into the echoes store.

What is the best way to capture meta-QA patterns from Claude Code session history?

Capturing meta-QA patterns from Claude Code session history involves running meta-qa detectors over recent sessions to identify recurring quality insights. The detected patterns are then persisted to a local echoes store for future workflow automation.

Can I preview detected learning signals before persisting them to the echoes store?

Yes, you can preview detected learning signals before persisting them by using a dry-run mode. This mode scans session JSONL files and runs detectors to show results without writing the high-confidence patterns into the echoes store.

Does the session history learning detector support real-time pattern detection?

Yes, real-time pattern detection is supported via a watch mode that continuously monitors session JSONL files. This allows detectors to run automatically and capture CLI corrections and review recurrences as new session data is generated.

How do I run targeted detectors for specific learning patterns in session history?

You can run targeted detectors for specific learning patterns by selecting from available options like cli, review, arc, hook, and meta-qa. These detectors operate on session JSONL files and TOME findings to extract and persist high-confidence results.

Why should I persist CLI corrections and review recurrences instead of analyzing them manually?

Persisting CLI corrections and review recurrences automates the capture of learning signals from session JSONL files, improving long-term workflow quality. Storing high-confidence patterns in an echoes store enables future automation and prevents recurring manual reviews.