EvoMap

19 mods across 5 repositories, 9.3k stars between them.

capability-evolver

01

EvoMap/evolver

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.

9.0k 6d ago A 40 tokens GPL-3.0

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.

202 2d ago A 407 tokens

evolver

03

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).

12 12d ago A tokens not measured original MIT

evolver

04

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).

12 12d ago A tokens not measured original MIT

evolver-proxy

05

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.

12 12d ago A tokens not measured original MIT

evolve

07

EvoMap/evolver-claude-code-plugin

Command

Run an evolution checkpoint — recall relevant past outcomes, reflect on the current task, and record what was learned.

12 12d ago A 22 tokens original MIT

run

09

EvoMap/evolver-claude-code-plugin

Command

Run one Evolver self-evolution cycle on the current repo (collect signals → select/mutate genes → propose changes).

12 12d ago A 24 tokens original MIT

search

10

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.

12 12d ago A 34 tokens original MIT

status

12

EvoMap/evolver-claude-code-plugin

Command

Show Evolver health — Proxy/MCP status, evolution memory, workspace id, and whether the full engine is installed.

12 12d ago A 24 tokens original MIT

PostToolUse

15

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.

12 12d ago A tokens not measured original MIT

Stop

16

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.

12 12d ago A tokens not measured original MIT

capability-evolver

17

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…

12 12d ago A 83 tokens original MIT

skill2gep

18

EvoMap/skill2gep

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…

11 2mo ago A 165 tokens original MIT

gep-mcp-server

19

EvoMap/gep-mcp-server

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.

6 10d ago A tokens not measured original Apache-2.0