Claude Mental Models
Description
How Claude Code's evolving surface guides users to build new mental models: a triangulated, persona-aware analysis of 17 months of releases (Apr 2025–Aug 2026), refreshed incrementally. Live notebook: https://vishalsachdev.github.io/claude-mental-models/
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 Code Mental Models
Analysis of how Claude Code's changelog and Anthropic's blogs reveal the evolving mental models of Claude Code use — 4,919 changelog entries across 380 releases (v0.2.21 – v2.1.251, April 2025 – August 2026) and 45 blog posts. The 13 themes were derived on the corpus through 2026-05-23 and extended by an incremental refresh (`cmm.refresh`, see `docs/methodology.md` §5). See the design spec and plan in `docs/superpowers/`, and findings in `docs/findings.md`.
Run the pipeline
uv sync
# LLM calls use the local `claude` CLI (subscription auth) — no API key needed.
uv run python -m cmm.collect_changelog
uv run python -m cmm.collect_blogs
uv run python -m cmm.tag_and_join
uv run python -m cmm.embed_cluster
uv run python -m cmm.thematic_coding
uv run marimo run notebooks/analysis.py
To extend the corpus to the latest upstream release **without** re-deriving the themes (incremental refresh — themes and clusters stay fixed, only new entries are assigned):
uv run python -m cmm.collect_changelog # checks out origin/main, re-parses
uv run python -m cmm.collect_blogs # carries previous URLs forward
uv run python -m cmm.tag_and_join
uv run python -m cmm.refresh # writes refresh_report.json; stops if a trigger fires
All network and LLM calls are cached in `data/cache/`.
Deliverable
`notebooks/analysis.py` — a marimo notebook: feature-volume / churn / blog-coverage / mental-model-emergence charts, an interactive cluster explorer, a themes reference table, and a RAG chat panel grounded in the corpus.
Licensing
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