Agent Evolution banner
marvinrichter marvinrichter

Agent Evolution

Productivity community

Description

--- description: "Review high-confidence instincts and promote them to agent-specific overlay files (~/.clarc/agent-instincts/). Closes the continuous-learning-v2 feedback loop by making agents smarter over time." --- # /agent-evolution Promote validated instincts from continuous-learning-v2 into agent instruction overlays. Agents accumulate instincts session by session; this command writes them to `~/.clarc/agent-instincts/<agent>.md` so Claude applies them on every future invocation. ## Usa

Installation

Installs to ~/.claude/skills/marvinrichter-clarc-agent-evolution/SKILL.md

Terminal
mkdir -p ~/.claude/skills/marvinrichter-clarc-agent-evolution && curl -fsSL https://raw.githubusercontent.com/marvinrichter/clarc/HEAD/commands/agent-evolution.md -o ~/.claude/skills/marvinrichter-clarc-agent-evolution/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository