error-learner

Community

Learn from errors to prevent repeat issues.

Authorcoopeverything
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill implements continuous learning from session errors to prevent repeated mistakes by updating knowledge or preserving unique errors for cross-session analysis.

Core Features & Use Cases

  • Scans current session errors to identify patterns (TS, build, git, runtime)
  • If 2+ same-type errors occur in a session, performs root-cause research and updates KB
  • If a one-off error, stores in session memory for later review
  • Checks cross-session patterns by reading stored data and promotes patterns to KB when found

Quick Start

After a failed build or runtime error, provide the session transcript and commit SHA, then invoke error-learner. If the same issue repeats later, error-learner will escalate and update the knowledge base.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: error-learner
Download link: https://github.com/coopeverything/TogetherOS/archive/main.zip#error-learner

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository