One-click install
npx skills add https://github.com/alvarovillalbaa/plugins --skill auto-improve
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-improve
Source: https://github.com/alvarovillalbaa/plugins/tree/main/learning-system/skills/auto-improve
Command: npx skills add https://github.com/alvarovillalbaa/plugins --skill auto-improve

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It helps reduce the recurring 30% of weak or inconsistent outputs by running an evidence-driven improvement loop over skills, memory, agents, and documentation, while also auditing and repairing “silent” memory drift.

Core Features & Use Cases

  • Evidence-based self-improvement: Performs eval-loop style scoring and targeted mutation based on recent failures, file changes, corrections, and repeated friction.
  • Memory audit and repair: Detects staleness, gaps, redundancy, and inconsistencies, then rewrites or consolidates memory entries and produces an audit report and changelog.
  • Background conversation review (Hermes pattern): Every 10 turns (and when durable preferences appear), reviews the conversation and saves only genuinely durable insights without interrupting the main task.
  • Eval-loop production workflow: Creates dashboards, results tracking (results.json/results.tsv), and a structured, binary eval suite to measure improvement over multiple runs.

Quick Start

Ask your agent to run auto-improve to audit recent evidence, score results with an eval loop, and update the most leverageful skill, documentation, or memory files.

Frequently Asked Questions about auto-improve

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

FAQPage Schema
How do I audit AI agent memory for staleness and contradictions?

To audit agent memory for staleness and contradictions, you run an evidence-driven eval loop that scores recent outputs, detects silent memory degradation, and rewrites or consolidates inconsistent memory entries while generating an audit report.

What is the best way to prevent documentation drift in iterative agent workflows?

Preventing documentation drift in iterative agent workflows requires running an evidence-driven improvement loop that detects file changes, evaluates repeated friction, and applies targeted mutations to documentation based on structured severity and frequency rankings.

How does a conversation review loop capture durable user preferences?

A conversation review loop captures durable user preferences by triggering a background review every 10 conversation turns, extracting genuinely durable insights, and saving them to memory without interrupting the primary task execution.

How do I measure AI agent performance improvements over multiple runs?

You measure AI agent performance improvements over multiple runs by executing a structured binary eval suite that generates dashboards and tracks results in JSON or TSV formats to quantify output scoring across iterative execution cycles.

Can I run a memory audit on agent workflows without interrupting the main request?

Yes, you can run a memory audit using safe non-request-routed activation logic, which allows background conversation review and memory repair to execute without disrupting the primary request routing or main task workflow.

When should I apply an eval loop to fix weak or inconsistent agent outputs?

You should apply an eval loop to fix weak or inconsistent agent outputs when repeated execution failures, silent memory degradation, or documentation drift account for a recurring portion of degraded performance across iterative sessions.