compound-learnings

Extract and categorize patterns from session learning cache files.

8|1|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/scooter-lacroix/Maestro --skill compound-learnings-scooter-lacroix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: compound-learnings
Source: https://github.com/scooter-lacroix/Maestro/tree/main/maestro/skills/compound-learnings
Command: npx skills add https://github.com/scooter-lacroix/Maestro --skill compound-learnings-scooter-lacroix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of losing valuable insights and effective patterns discovered during AI coding sessions by providing a structured way to capture, generalize, and operationalize them into reusable skills, rules, or agent improvements.

Core Features & Use Cases

  • Pattern Extraction: Identifies reusable techniques, decision heuristics, and success/failure patterns from session learnings.
  • Artifact Generation: Proposes and helps create new skills, rules, hooks, or agent updates based on extracted patterns.
  • Use Case: After a complex debugging session, this Skill can analyze the "What Worked" and "What Failed" sections of your learnings to suggest a new rule like "Always check artifact integrity before modifying code" or even a new skill for a common debugging sequence.

Quick Start

Use the compound-learnings skill to analyze recent session learnings and suggest improvements.

Frequently Asked Questions about compound-learnings

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

FAQPage Schema
How do I turn session learnings into permanent automation skills?

To turn session learnings into permanent automation skills, you analyze unstructured text from learning cache files to extract and categorize patterns, then use automated generation scripts to create reusable artifacts like rules, skills, and hooks.

What is pattern extraction from AI coding sessions?

Pattern extraction from AI coding sessions is the process of identifying reusable techniques, decision heuristics, and success or failure patterns from unstructured session text to prevent losing valuable operational insights.

How do I create new rules from debugging session insights?

You create new rules from debugging session insights by analyzing the 'What Worked' and 'What Failed' sections of your learnings cache, allowing the system to propose structured rules for future automation.

Can I generate agent updates from unstructured session analysis?

Yes, you can generate agent updates from unstructured session analysis by categorizing extracted patterns based on frequency and type, which facilitates automated proposals for agent improvements and new hooks.

What is the best way to operationalize ephemeral session learnings?

The best way to operationalize ephemeral session learnings is to transform them into structured capabilities by categorizing extracted patterns and running automated generation scripts to produce concrete artifacts.

Do I need structured input to extract patterns from session learnings?

No, you do not need structured input to extract patterns from session learnings because the system directly analyzes unstructured text from learning cache files to identify and categorize reusable techniques.