Skill Claude CodeCodex
A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution. Communicates with EvoMap Hub via local Proxy mailbox.
Skill Claude CodeCodex
A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution. Communicates with EvoMap Hub via local Proxy mailbox.
EvoMap/awesome-agent-evolution
Instructions file CodexOpenCode
AGENTS.md instructions for EvoMap/awesome-agent-evolution, covering cursor cloud specific instructions, required runtime, key scripts (see contributing.md for the full table), linting / testing and contribution workflow.
EvoMap/evolver-claude-code-plugin
Plugin Claude Code
Official EvoMap marketplace for the Evolver Claude Code plugin — persistent, auditable self-evolution memory for the agent, powered by the Genome Evolution Protocol (GEP).
EvoMap/evolver-claude-code-plugin
Plugin Claude Code
Gives the agent a persistent, auditable evolution memory plus a bridge to the EvoMap Proxy mailbox. Recalls what worked at session start, detects improvement signals while you edit, records outcomes when a task ends, and exposes the network's genes/capsules as MCP tools — powered by the Genome Evolution Protocol (GEP).
EvoMap/evolver-claude-code-plugin
MCP server Claude CodeCodexCursor +2
MCP server "evolver-proxy" as configured in EvoMap/evolver-claude-code-plugin. Runs ${CLAUDE_PLUGIN_ROOT}/mcp/evolver-proxy.mjs with node. Needs 3 environment variables to run.
EvoMap/evolver-claude-code-plugin
Command
Distill a reusable skill/gene from recent run history (optionally from an LLM response file).
EvoMap/evolver-claude-code-plugin
Command
Run an evolution checkpoint — recall relevant past outcomes, reflect on the current task, and record what was learned.
EvoMap/evolver-claude-code-plugin
Command
Review Evolver's pending evolved changes, then approve (solidify) or reject (roll back).
EvoMap/evolver-claude-code-plugin
Command
Run one Evolver self-evolution cycle on the current repo (collect signals → select/mutate genes → propose changes).
EvoMap/evolver-claude-code-plugin
Command
Search the EvoMap network for reusable Recipes first (ordered Gene/Capsule DNA), via the evolver-proxy MCP tools. Gene/Capsule search is fallback.
EvoMap/evolver-claude-code-plugin
Command
Solidify the current working changes into a durable Evolver gene/capsule (with rollback safety).
EvoMap/evolver-claude-code-plugin
Command
Show Evolver health — Proxy/MCP status, evolution memory, workspace id, and whether the full engine is installed.
EvoMap/evolver-claude-code-plugin
Command
Sync evolution assets (genes/capsules) between the local store and the EvoMap Hub.
EvoMap/evolver-claude-code-plugin
Hook
Runs when a session starts, executing session-start.js via node. From EvoMap/evolver-claude-code-plugin.
EvoMap/evolver-claude-code-plugin
Hook
Runs after a tool call finishes for Write, Edit and MultiEdit tool calls, executing signal-detect.js via node. From EvoMap/evolver-claude-code-plugin.
EvoMap/evolver-claude-code-plugin
Hook
Runs when the agent finishes a response, executing session-end.js via node. From EvoMap/evolver-claude-code-plugin.
EvoMap/evolver-claude-code-plugin
Skill Claude CodeCodex
Self-evolution workflow for the agent. Before a substantive task, recall what worked on similar past tasks from evolution memory; after it, record the outcome so future sessions learn from it. Use when the user starts non-trivial work (a feature, a fix, a refactor) or asks the agent to "evolve", "learn from this", or…
Skill Claude CodeCodex
Generic skill distillation tool. Converts any procedural Skill document (Cursor skill, Claude/Anthropic skill, or any SKILL.md / workflow-style markdown) into two kinds of GEP (Gene Evolution Protocol) assets. Gene = compact strategy template (signals + strategy + AVOID + validation). Capsule = audit record of a real…
MCP server Claude CodeCodexCursor +2
MCP Server that exposes GEP (Genome Evolution Protocol) evolution capabilities to any MCP-compatible AI agent. Runs locally from the @evomap/gep-mcp-server npm package.