learn

Extracts root causes from failures and writes structured lessons to a centralized rules repository.

2|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/TMI-apps/boilerplate-vite-supabase-mui-cursor --skill learn-tmi-apps
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learn
Source: https://github.com/TMI-apps/boilerplate-vite-supabase-mui-cursor/tree/main/.cursor/skills/learn
Command: npx skills add https://github.com/TMI-apps/boilerplate-vite-supabase-mui-cursor --skill learn-tmi-apps

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Extracts and codifies lessons from recent changes, failures, and conversation mistakes into durable guidance that reduces repeating errors and accelerates rule improvement.

Core Features & Use Cases

  • Automated retrospectives: summarize symptoms, root causes, and fixes from loops, CI failures, and user corrections to feed a single trustworthy lessons database.
  • Changelog-style lessons: generate concise, versioned guidance entries and link them to related rules to avoid duplication.
  • Cross-linking and consolidation: reuse existing guidance rather than duplicating content, ensuring consistent best practices across sessions.

Quick Start

Summarize the latest loop failure and generate a durable lesson, then persist it in the repository for future reference.

Frequently Asked Questions about learn

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

FAQPage Schema
How do I extract lessons from failed CI runs and conversation mistakes?

To extract lessons from failures, the Skill inspects context such as diffs, logs, and dialogue history to identify root causes, then generates structured guidance entries. This process transforms missteps into durable, actionable guidance that prevents repeat mistakes across sessions.

What is an automated retrospective for rule improvement?

An automated retrospective summarizes symptoms, root causes, and fixes from after-action reviews or failed attempts. It feeds this data into a centralized knowledge base to codify lessons and accelerate rule improvement without manual documentation overhead.

How do I consolidate duplicate guidance entries across different sessions?

You consolidate duplicate guidance by cross-linking and reusing existing knowledge base entries rather than creating new ones. The Skill generates versioned, changelog-style lessons linked to related rules to ensure consistent best practices across sessions.

Can I persist actionable lessons to a centralized rules repository?

Yes, you can persist actionable lessons to a centralized rules repository. The Skill extracts root causes from recent changes and rule misconfigurations, storing them as durable guidance for future reference and execution.

Does this approach work for analyzing both code diffs and dialogue history?

Yes, this approach works for both code diffs and dialogue history. The Skill's core scope covers inspecting execution logs, code changes, and user corrections to extract actionable lessons from various failure contexts.