leak-learner

Coordinate owner-approved learning candidates for quality rules and lessons.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/asochan-ai/claude-plugins --skill leak-learner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: leak-learner
Source: https://github.com/asochan-ai/claude-plugins/tree/main/plugins/leak-learner/skills/leak-learner
Command: npx skills add https://github.com/asochan-ai/claude-plugins --skill leak-learner

SYSTEM DOCUMENTATION & REQUIREMENTS

## What problem does it solve? Leak Learner provides a semi-automatic learning loop that records owner feedback, guards against persistent mislearning, and ensures human approval before applying updates to rules and lessons.

## Core Features & Use Cases

  • Semi-automatic learning loop: capture owner corrections, generate learning-candidates, and apply changes only after explicit approval.
  • Guardrails for stability: separates global rules, skill lessons, and client lessons with an approval gate.
  • Nightly morning-review integration: presents candidates for owner decision in daily reports to drive governance.

### Quick Start Configure the leak-learner to semi-automatically learn from owner feedback, record corrections, and generate morning-review learning candidates for approval.

Frequently Asked Questions about leak-learner

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

FAQPage Schema
How do I semi-automate learning from owner feedback to improve quality rules?

Semi-automating owner feedback learning involves coordinating correction logging, candidate generation, and gated persistence to global rules. This loop captures corrections and applies updates to quality-rules.yaml and lessons only after explicit owner approval.

How does session-scoped learning prevent persistent mislearning in rule updates?

Session-scoped learning prevents persistent mislearning by enforcing non-persistent memory guardrails. It isolates feedback processing within the current session and requires explicit approvals before applying any updates to global rules or lessons.

What is the best way to manage learning candidates for daily quality rule reviews?

The best way to manage learning candidates is integrating them into a nightly morning-review. This workflow presents generated correction candidates for owner decision in daily reports, driving governance through a structured approval gate.

Do I need explicit owner approval to update quality-rules.yaml and lessons?

Explicit owner approval is required to update quality-rules.yaml and lessons. The semi-automatic learning loop uses an approval gate to separate global rules, skill lessons, and client lessons, ensuring human governance before persistence.

Can I separate global rules, skill lessons, and client lessons when applying corrections?

You can separate global rules, skill lessons, and client lessons using an approval gate. This structure ensures that feedback corrections generate candidates specific to each category before any changes are gated for persistence.

Why does session memory not persist corrections automatically to quality rules?

Session memory does not persist corrections automatically due to non-persistent memory guardrails. These constraints prevent unreviewed updates, requiring a gated process to log corrections and generate candidates for explicit owner approval.