-
Notifications
You must be signed in to change notification settings - Fork 0
Releases: Democraitus/elons-brain
v4.0.0 — self-contained brain (book + 72 mental models + recipes); pack as derived .zip
The brain is self-contained — ships with the full book text and all 72 mental models bundled. The 72-skill pack is a derived .zip artifact built from the same source.
Downloads
| Artifact | What you get | Size |
|---|---|---|
elons-brain.skill ⬇️ |
The full brain: 1 conversational meta-skill + 72 mental models + full book text + recipes | 547K |
elons-brain-pack.zip ⬇️ |
The 72 mental models as flat individual Claude Code skills | 384K |
Install the brain (recommended)
unzip elons-brain.skill
cp -R elon ~/.claude/skills/One skill installed. It ships with the book text at ~/.claude/skills/elon/corpus/book-of-elon.txt, all 72 mental models at ~/.claude/skills/elon/skills/<name>/MODEL.md, and recipes at ~/.claude/skills/elon/recipes/. The elon skill reads from those paths on demand via Read and Grep tools.
Install the pack (alternative)
unzip elons-brain-pack.zip -d ~/.claude/skills/72 individual skills extracted directly into ~/.claude/skills/, each as a fully-formed Claude Code skill.
Structure
elon/
├── SKILL.md # persona, procedure, full 72-skill catalog
├── corpus/
│ ├── book-of-elon.txt # full book text, 8178 lines, page-marked
│ └── README.md
├── skills/ # 72 mental models (single source of truth)
│ ├── the-algorithm/
│ │ ├── MODEL.md # frontmatter + body (same shape as a Claude Code SKILL.md)
│ │ └── evals/evals.json
│ └── ... (71 more)
└── recipes/
└── founder-go-nogo.md
What /elon actually does
- Identify 1-3 relevant mental models from the inline catalog
Read./skills/<name>/MODEL.mdfor the actual how-to + quotesGrep./corpus/book-of-elon.txtfor book passages with page numbers- Apply lenses to user's specifics, synthesize, cite
The book
Distilled from The Book of Elon by Eric Jorgenson (Scribe Media, 2026). Full plaintext (411KB, 8178 lines, page-marked) ships with the brain under the author's free-distribution release. Buying the physical or digital copy is still encouraged — the included text is for the AI to read, not a replacement for human reading.