Claude Evolve
Description
Self-evolving learning system for Claude Code — learns from your corrections and behavior, auto-writes rules to CLAUDE.md with Darwinian fitness scoring
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
claude-evolve
Claude Code watches what you do. This watches what Claude Code does, and makes it better at working with you.
Most "memory" tools for AI assistants just store and retrieve. claude-evolve **evolves** — it spots your mistakes before you correct them, learns patterns you never explicitly teach, prunes rules that stop helping, and gets sharper every session. After enough sessions, it graduates from rules to full **Claude Code skills** that capture how you think.
See it in action (2 minutes to set up, 10 minutes to see)
Don't want to read docs? Just pick a profession and watch the system learn:
git clone https://github.com/jack60810/claude-evolve.git
cd claude-evolve
node demo.js analyst # or ios-engineer, game-developer, ml-ops, random...
The demo:
- Asks Claude (sonnet) to generate realistic deep work sessions for that profession
- Runs each session through the learning pipeline (just like a real user would)
- Observes patterns, scores rules, promotes mature ones to a skill
- Prints the final
CLAUDE.mdand.claude/skills/auto-*.mdfor you to read
You'll see, in real output, the skill the system learned — the user's **thinking model**, not just their steps. Different profession = different skill. No hardcoded templates.
Two example outputs (not for programmers)
To show this isn't just a coding tool — here are two skills the system produced, each from 3 simulated sessions of someone doing their real job. No code involved, no hardcoded templates, no pre-written rules.
Example 1: Kindergarten Principal — admin work (scheduling, classroom observations, budgets)---
name: auto-kindergarten-ops-discipline
description: >
This user thinks in terms of "verify before commit" — never finalize anything
without cross-checking all dependencies first. They prioritize correctness and
accountability over speed, and expect proactive conflict detection, not reactive fixes.
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11