auto-improvement

Installation
SKILL.md

Overview

The auto-improvement skill implements a self-improving feedback loop that tracks effectiveness metrics, learns from errors, identifies recurring failure patterns, and adapts workflows to prevent repeated mistakes. It enables the agent to become measurably better over time through structured self-assessment rather than ad-hoc adjustments. Without this skill, the same mistakes repeat across sessions — with it, every error becomes a permanent improvement.

This skill is ALWAYS active. It runs automatically on every session and cannot be disabled.


Phase 1: Metric Collection

At the start of every task, instrument key decision points:

  1. Record task start time and initial estimate
  2. Define expected outcome and success criteria
  3. Track each decision point (approach chosen, alternatives considered)
  4. Log revision count (how many times the output was revised)
  5. Track user corrections as improvement signals

Core Metrics

Related skills
Installs
33
GitHub Stars
1
First Seen
Apr 2, 2026