autogame-17autogame-17Communityยท2 Agent Skills Included

evolver

Self-evolution engine that turns agent experience into reusable improvements

Analyzes AI agent runtime history to find failures and inefficiencies, then applies protocol-constrained improvements automatically. Replaces ad hoc prompt tweaks with auditable, reusable evolution assets called Genes and Capsules. Runs offline in any git repo with rollback safety, review mode, and hooks for Cursor, Claude Code, Codex, and OpenClaw.
npx skills add autogame-17/evolver --all -g -y

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Evolver?โ–ผ

Run `npx skills add autogame-17/evolver --all -g -y` in your terminal to install the skill globally. You need Node.js 18 or newer and git installed.

What does Evolver do for AI agents?โ–ผ

It scans your agent's runtime logs, detects failures and inefficiencies, and generates improvements as reusable Genes and Capsules instead of one-off prompt edits.

Does Evolver work with Claude Code and Cursor?โ–ผ

Yes. Run `evolver setup-hooks` with your platform name to wire it into Cursor, Claude Code, Codex, Kiro, or opencode automatically.

Is Evolver safe to run on my codebase?โ–ผ

Yes. It uses git for automatic rollback on failed changes, and a `--review` mode lets you approve every evolution before it is applied.

Does Evolver require an internet connection?โ–ผ

No. It runs fully offline; connecting to the EvoMap hub is optional and only unlocks skill sharing and network features.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’