lesson

Capture user corrections and route lessons to update behavioral rules.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/aetherrigstudio-art/Primordial-viz --skill lesson-aetherrigstudio-art
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lesson
Source: https://github.com/aetherrigstudio-art/Primordial-viz/tree/main/.claude/skills/lesson
Command: npx skills add https://github.com/aetherrigstudio-art/Primordial-viz --skill lesson-aetherrigstudio-art

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill solves the issue of repeating the same mistake by capturing lessons durably for future reference.

Core Features & Use Cases

  • Correction Capture: Allow for capturing a lesson from a user's correction after an error or assumption.
  • Route Lessons: Provide the functionality to route lessons to where they can have an impact on future behavior.
  • Behavioral Rule Sharpening: Allow for updating always-loaded rules, such as accuracy rules in CLAUDE.md or scoped .claude/rules/*.

Quick Start

Invoke the 'detect-correction' hook after a user correction or use it directly to capture the lesson.

Frequently Asked Questions about lesson

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

FAQPage Schema
How do I capture lessons from user corrections to prevent repeating mistakes?

To capture lessons durably, you can invoke a hook to detect user corrections after an error or assumption, routing them to update behavioral rules and source-of-truth documents for future reference.

What is behavioral rule sharpening for durable learning?

Behavioral rule sharpening is the process of updating always-loaded rules, such as accuracy rules in configuration files or scoped rule directories, to ensure corrections permanently alter future behavior.

How do I route captured lessons to impact future behavior?

You route captured lessons by applying structured routing logic to send corrections to source-of-truth documents and behavioral rules, ensuring the learning is applied to prevent future mistakes.

Does lesson capture work without existing source-of-truth documents?

Lesson capture requires structured routing logic and existing rule updating capabilities to function, meaning source-of-truth documents or behavioral rule files must be present for durable learning.

When do I need to update behavioral rules with captured corrections?

You need to update behavioral rules when a user correction occurs after an error or false assumption, capturing the lesson to durably prevent the same mistake from repeating in future interactions.