
icm-architect
Claude skill: design any process, idea, or problem into an ICM workspace (folder structure as agent architecture), or restructure an existing folder into one
Install with your AI
Paste into Claude Code, Cursor, or any agent — it reads the repo and wires the tool into your project.
Install and set up icm-architect (claude-skill project) into my current project. Found on https://claudeers.com/icm-architect Repo: https://github.com/RinDig/icm-architect Homepage/docs: — Detected install method: claude-skill → # copy this skill into .claude/skills/icm-architect/ Category: skills. Platforms: api. Read the repo's README for exact setup and env vars, then install it and wire it into my project. Claudeers Health Verdict: active; community-verified: false. Confirm the source before running anything.
# copy the skill dir into your project: # .claude/skills/icm-architect/ (or ~/.claude/skills/icm-architect/ for all projects)
git clone https://github.com/RinDig/icm-architect
// compatibility
| Platforms | api |
|---|---|
| Operating systems | — |
| AI compatibility | claude |
| License | MIT |
| Pricing | open-source |
| Language | — |
icm-architect
A Claude skill that designs any process, idea, or problem into an ICM workspace — folder structure as agent architecture — or restructures an existing folder, repo, or vault into one.
ICM (Interpretable Context Methodology) replaces orchestration code with structure: numbered folders carry sequencing, hierarchy carries context scoping, plain markdown files carry state. One agent, reading the right files at the right moment, does the work of a multi-agent framework — and a human can open any folder and see exactly what state the system is in.
The workspace is a library. The routing files are the catalog: small, stable, they point at everything and store almost nothing. One librarian — one model — walks the building, and the question decides which shelf gets walked to.
- Paper: Interpretable Context Methodology: Folder Structure as Agent Architecture (Van Clief & McDermott)
- Protocol repo: Interpretable-Context-Methodology-ICM
- Community: eduba.io
What it does
Two modes:
- Build — extracts the structure already present in how you describe your work (the stages, the human gates, what's stable vs. per-run), picks one of five proven forms, and scaffolds the smallest workspace that carries it.
- Restructure — audits an existing folder, classifies every file (catalog / contract / factory / product / dead), proposes a migration map for approval, then migrates and validates.
Five forms, one skeleton: Pipeline (production line), Umbrella (portfolio of pipelines), Record library (people/clients/sessions), Knowledge bundle (a navigable brain), Context map (an organization as a graph). They compose and recurse.
Every result is validated with the walk test: an agent with no memory must orient, act, and report status from the files alone.
Install
Claude Code: copy this folder to ~/.claude/skills/icm-architect/ (or .claude/skills/icm-architect/ inside a project), then ask Claude to "ICM this" / "structure this for agents" / "build me a workspace for X".
Claude apps: upload icm-architect.skill (build it with the skill-creator packager, or zip this folder's contents) via Settings → Capabilities.
Layout
icm-architect/
├─ SKILL.md the method: invariants, build mode, restructure mode, walk test
├─ references/
│ ├─ core.md five principles, five-layer hierarchy, naming, token discipline
│ └─ forms.md the five forms in depth: skeletons, moves, failure modes
└─ assets/templates/ copyable starters: CLAUDE.md, CONTEXT.md, stage contract,
node card, schema, setup questionnaire
MIT licensed, like the protocol it serves.
// faq
What is icm-architect?
Claude skill: design any process, idea, or problem into an ICM workspace (folder structure as agent architecture), or restructure an existing folder into one. It is open-source on GitHub.
Is icm-architect free to use?
icm-architect is open-source under the MIT license, so it is free to use.
What category does icm-architect belong to?
icm-architect is listed under skills in the Claudeers registry of Claude-compatible tools.
// embed badge
[](https://claudeers.com/icm-architect)
// retro hit counter
[](https://claudeers.com/icm-architect)
// reviews
// guestbook
// related in Claude Skills
An agentic skills framework & software development methodology that works.
💫 Toolkit to help you get started with Spec-Driven Development
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs,…