evolver
Self-evolution engine that turns agent experience into reusable improvements
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core