continuous-learning

Extract reusable debugging patterns into pending SKILL.md files.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Adeitasuna/mibestat --skill continuous-learning-adeitasuna
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuous-learning
Source: https://github.com/Adeitasuna/mibestat/tree/main/.claude/skills/continuous-learning
Command: npx skills add https://github.com/Adeitasuna/mibestat --skill continuous-learning-adeitasuna

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Autonomous skill extraction from debugging discoveries. Activates when agents find non-obvious solutions through investigation, experimentation, or trial-and-error, capturing these discoveries as reusable skills for future sessions.

Core Features & Use Cases

  • Autonomous extraction of reusable patterns from debugging discoveries to prevent knowledge loss across sessions.
  • Writes structured documents that inform future work and improve agent recall.
  • Integrates with Loa architecture, trajectory logging, and NOTES.md cross-references to avoid duplicates.

Quick Start

Instruct the system to transform a debugging insight into a reusable skill and store it in the pending queue for review.

Frequently Asked Questions about continuous-learning

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

FAQPage Schema
How do I save debugging insights as reusable skills for future agent sessions?

To save debugging insights as reusable skills, you extract non-obvious solutions found during investigation and store them as structured documents. This prevents knowledge loss by preserving hard-won patterns for future agent recall and cross-session learning.

What is continuous learning in autonomous agent debugging?

Continuous learning in autonomous agent debugging is the process of extracting reusable patterns from trial-and-error discoveries. It captures non-obvious solutions during debugging sessions or retrospectives to prevent the loss of hard-won knowledge across sessions.

How do I extract reusable patterns from a debugging discovery?

You extract reusable patterns from debugging discoveries by instructing the system to transform the insight into a skill. It writes a pending SKILL.md file, tags it with the extracting agent, and logs trajectory data for auditing and retrieval.

Does this skill extraction method work with end-of-sprint retrospectives?

Yes, skill extraction works with end-of-sprint retrospectives. It activates when insights emerge from investigation, experimentation, or trial-and-error, capturing these discoveries as reusable skills to inform future work and improve agent recall.

How are extracted skills stored to prevent duplicate agent memory notes?

Extracted skills are stored as pending SKILL.md files in the grimoires/loa/skills-pending directory. The system integrates with trajectory logging and NOTES.md cross-references to avoid duplicates and ensure proper retrieval.