capability-evolver

Analyze runtime history and apply GEP protocol-constrained changes to AI agents.

9.0k|830|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/autogame-17/evolver --skill capability-evolver
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: capability-evolver
Source: https://github.com/autogame-17/evolver/tree/main
Command: npx skills add https://github.com/autogame-17/evolver --skill capability-evolver

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

The Capability Evolver analyzes runtime history to identify failures, inefficiencies, and opportunities for safe, auditable evolution of AI agents.

Core Features & Use Cases

  • Auto-Log Analysis: scans runtime logs and memory to surface actionable signals for evolution.
  • GEP Protocol Execution: emits a Mutation, a PersonalityState, and an EvolutionEvent, storing assets as auditable, reusable records.
  • Deterministic Evolution Loop: supports mad-dog continuous running and explicit review modes to ensure reproducible improvements.
  • Use Cases: governance of agent prompts, hardening agent loops, and encoding fixes as reusable assets for audits and compliance.

Quick Start

Run node index.js to start the evolution cycle.

Frequently Asked Questions about capability-evolver

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

FAQPage Schema
How do I make AI agent evolution auditable and traceable?

Auditable self-evolution for AI agents is achieved by analyzing runtime history to identify improvements and applying protocol-constrained changes. The engine emits EvolutionEvents and stores assets as reusable records for governance and compliance.

What is the GEP protocol for deterministic mutations in AI agents?

The GEP protocol enforces deterministic mutations by emitting a Mutation, a PersonalityState, and an EvolutionEvent. It uses safety checks to ensure reproducible improvements during the agent evolution loop.

How do I analyze runtime logs to harden AI agent loops?

You can harden AI agent loops by using auto-log analysis to scan runtime logs and memory. This surfaces actionable signals of failures and inefficiencies to trigger safe, protocol-constrained evolution.

Can I run continuous evolution cycles for AI agents without manual review?

Yes, the deterministic evolution loop supports mad-dog continuous running mode alongside explicit review modes. Both ensure reproducible improvements while enforcing safety checks on every mutation.

How do I encode agent prompt fixes as reusable assets for compliance audits?

You encode fixes as reusable assets by storing genes, capsules, and EvolutionEvents through the GEP protocol. This creates auditable records that capture governance changes across AI agents.