Lamarck
Description
Analyze Claude Code sessions and extract high-signal learnings into MEMORY.md files
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
lamarck
Automatically learns from your Claude Code conversation history and writes what it discovers into `MEMORY.md` files that get loaded into future sessions. Run it once, on a cron, or as a post-conversation hook — it tracks what it's already processed so it never re-scans the same sessions.
Why "Lamarck"?
Jean-Baptiste Lamarck proposed that organisms pass on traits acquired during their lifetime to the next generation. A blacksmith's children inherit strong arms. That's exactly what this tool does — traits Claude acquires during a coding session (patterns, pitfalls, preferences) get inherited by future sessions through MEMORY.md. Darwinian evolution says only random mutations survive; Lamarckian evolution says experience matters. Your Claude gets smarter because of what it lived through.
How it works
Claude Code sessions (.jsonl)
│
▼
┌─────────────────────┐
│ Incremental scan │ Reads only new lines from ~/.claude/history.jsonl
│ (byte-offset cursor)│ using inode + offset tracking
└──────────┬──────────┘
▼
┌─────────────────────┐
│ Per-project queue │ Discovered sessions queued for processing
│ with retry tracking │ Failed sessions retry on next run
└──────────┬──────────┘
▼
┌─────────────────────┐
│ LLM reflection │ Claude extracts diary entries from transcripts:
│ (diary + deltas) │ accomplishments, decisions, preferences, pitfalls
└──────────┬──────────┘
▼
┌─────────────────────┐
│ Quality gates │ Similarity dedup, content filtering,
│ │ category quotas, minimum scores
└──────────┬──────────┘
▼
┌─────────────────────┐
│ Playbook curation │ Add, merge, deprecate, promote/demote bullets
│ │ with conflict detection
└──────────┬──────────┘
▼
┌─────────────────────┐
│ MEMORY.md export │ Writes to each project's mem
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