capability-evolver

Analyze runtime history to identify improvement opportunities for AI agents.

1|1|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/penghang1223/niannian-workspace --skill capability-evolver-penghang1223
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: capability-evolver
Source: https://github.com/penghang1223/niannian-workspace/tree/main/skills/evolver
Command: npx skills add https://github.com/penghang1223/niannian-workspace --skill capability-evolver-penghang1223

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Evolver analyzes runtime history to identify failures and inefficiencies and autonomously writes improvements as auditable evolution assets.

Core Features & Use Cases

  • Self-improvement: analyzes memory, logs, signals and proposes Gene/Capsule updates.
  • Hub integration: communicates with EvoMap Hub via a local Proxy mailbox while offline operation remains functional.
  • Auditable assets: writes and stores Genes, Capsules, and EvolutionEvents for traceability.

Quick Start

Start Evolver by running node index.js --loop.

Frequently Asked Questions about capability-evolver

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

FAQPage Schema
How do I automate self-improvement for AI agents using runtime history?

Automating self-improvement for AI agents involves analyzing runtime memory, logs, and signals to identify failures and autonomously propose updates. This Skill evaluates historical events offline to generate auditable artifacts that enhance agent efficiency.

What are auditable evolution assets for AI agent improvement?

Auditable evolution assets are traceable artifacts like Genes, Capsules, and EvolutionEvents generated during AI self-improvement. They store proposed changes and updates locally, ensuring safety and traceability when modifying agent behavior based on runtime analysis.

How to start an offline AI evolution loop for agent self-improvement?

Starting an offline AI evolution loop requires running the command `node index.js --loop`. This initiates the engine to analyze local memory and signals, identify improvement opportunities, and write validated changes to local stores without requiring network connectivity.

Does AI agent self-improvement require a constant network connection to work?

AI agent self-improvement does not require a constant network connection as the engine operates offline by analyzing local memory and events. It optionally syncs with EvoMap Hub via a local Proxy mailbox, but offline operation remains fully functional.

How are validated changes enforced during autonomous AI agent updates?

Validated changes during autonomous AI agent updates are enforced through safety mechanisms including validation checks, sandboxed commands, and auditable artifact generation. This ensures that proposed Gene and Capsule updates from runtime analysis are safely applied.