← Series Hub
⚠  Guide Under Review · Windows Path  ⚠
Mac and Linux paths are safe to follow today. The Windows path is being refined right now from live first-time-user testing to make every stage easier.
✓ Mac · safe ✓ Linux · safe ⚠ Windows · updating Last revised 2026-05-19
Suit Power · 0%
You'll need a laptop. Bookmark this page, open on your computer to start.
Welcome back · You fit 0 of 11 plates last time Pick up where you left off →
Emergency Comms
Stuck? Paste any of these to Claude.
Explain that like I'm 5. I'm not a coder.
Something feels wrong. Can you check what state we're in?
Go back to the last checkpoint.
Press start · Fit the Suit

Fit your own exoskeleton.

Eleven stages. About thirty minutes. Coffee in hand. The cleanest path from blank laptop to a working AI assistant that thinks alongside you.

Yesterday you didn't know you could do this. Today you'll have a suit that thinks alongside you. Tomorrow you'll wonder how you ever did without one.

11 stages~30 minutesFree, no signup beyond Claude
Begin Stage 01 →
▼ scroll for system check
▸ Pre-Flight DiagnosticsOS detectedBrowser modernYou are clear to begin
— System check before fitting begins —
OS detected
Modern browser
Internet reachable
No special access needed

You're cleared for stage 01.

What the suit looks like when fitted

A working stack — yours, on your laptop, with you tomorrow.

Claude Code installed
The AI agent running in your terminal, ready when you open the lid.
Docker running
A clean container surface — same shape as production servers run on.
GitHub connected
Your work backed up to the cloud, identity-signed, share-ready.
Six senses wired
The Cartographer, Archivist, Keeper, Translator, Witness, Visitor — meet them below.
A project workshop
A real running website with CLAUDE.md operating manual, agents, and guards.
The rhythm
Open. Talk. Save. Close. The pattern you'll use every day from here on.
— The transformation, made visible —

Same laptop. Before, and after.

A split-composition image: a closed laptop in cold moonlight on the left, the same laptop open and glowing with code, blueprints, and steam from a coffee mug on the right — separated by a vertical gold seam.
Left → right · cold → warm · dark → live
Yesterday it was a dim screen. By the end of this guide it's a workshop.
— Six senses your suit wakes up with —

Meet your six senses.

Most AI tools have one sense: read what you type, reply with what they know. Your suit gets six — each a specialized expert it can consult. Together they make the AI roughly 10× sharper on real work.

The Cartographer
Reads the map · 01
Sees every file, every dependency, every place a function is used. Knows what breaks if you change X — across the whole project.
aka jCodeMunch
The Archivist
Finds the page · 02
Doesn't read a 1,200-line document whole. Finds the one section the AI actually needs, instantly.
aka jDocMunch
The Keeper
Remembers everything · 03
Stores decisions, bugs, rules. The AI remembers what you fixed last Tuesday and why — across every future session.
aka MemPalace
The Translator
Reads symbols · 04
Doesn't grep for substrings. Goes straight to the function the AI needs, by name. Cuts AI thinking time by ~10×.
aka Serena
The Witness
Sees the data · 05
Queries your live database directly. No more guessing what columns exist — the AI sees ground truth.
aka MariaDB MCP
The Visitor
Clicks like a human · 06
Drives a real browser. Tests your website like a customer would — fills forms, clicks buttons, sees what breaks.
aka Playwright
Your OS:

A note before we start.

Christian and Fefi walking a Miami waterfront at sunset — the couple this whole stack was built for.
The people behind the suits
I built this stack for her. This guide is how you build your own.

Eleven stages. Each one fits a single plate of armor. By the end you're wearing the whole suit.

You can't break anything. Every command is reversible. The worst case is a window closes and we open it again. Pause anywhere — the page remembers where you are.

Your kit.

  • A laptop. Mac, Windows, or Linux — all three work. Windows needs one extra setup step we'll handle in Stage 02.
  • Coffee, tea, water. Something to sip between stages.
  • ~30 minutes. Pause anywhere — progress saves automatically.
  • Willingness to type into a window. Like a recipe. You don't need to understand every ingredient.

At the end you'll have an AI helper that knows your laptop, your project, and you — and that will still be there tomorrow.

01
Stage 01 · The Helmet
≈ 5 min

Install Claude Code.

The helmet is the suit's brain — eyes and ears that see your work. Without it, nothing else has anywhere to live.

Claude Code is the version of Claude that runs on your laptop and can read + write real files. (The "Code" in the name just means "files." Don't let it scare you.)

Get Claude Code Or get Codex CLI (OpenAI)

Click whichever AI you prefer — the exoskeleton skill works with both. (Anthropic and OpenAI agreed on the same skill format in late 2025, so the bundle is dual-target.) The page detects your OS and gives you the right installer. Run it like any normal app install.

When it works
A new app called Claude on your computer. On Mac: Cmd+Space → "claude".
If you get stuck
Free account is fine. If Safari blocks the download, try Chrome. Password prompt during install = normal, it's your laptop login password.
Plate Locked In
The helmet is on. Your suit has eyes.
Helmet equipped
+ 01 / 11
02
Stage 02 · The Visor
≈ 3 min

Open the terminal.

The visor is the window the suit looks through — your text-based interface to it. You'll spend about five minutes total in here for the whole guide.

On macOS: press Cmd+Space, type Terminal, press Enter.

On Windows: press the Start button, type WSL, press Enter. If WSL isn't installed yet, install it first:

Install WSL2 (Microsoft docs)

Or in PowerShell, type:

wsl --install

Reboot when it finishes. Then find WSL in your Start menu.

On Linux: open the app called Terminal from your applications menu. (On most distros, Ctrl+Alt+T also opens one.)

Terminal · the visor ~ $ A QUIET TYPING SURFACE · NOTHING SCARY
When it works
A black or dark window opens with a blinking cursor. That's all a "terminal" is.
Plate Locked In
The visor is mounted. You can see through.
Visor equipped
+ 02 / 11
03
Stage 03 · The Spinal Port · optional
≈ 2 min

Make a folder for your project.

The spinal port is where the suit anchors to one specific task. Every project gets its own port. Or skip this entirely — in Stage 05 the AI will make the folder for you and download the suit itself.

If you want to make the folder yourself:

mkdir ~/Documents/my-project cd ~/Documents/my-project

Press Enter after each line. Change my-project to whatever name you want.

Windows / WSL note
Inside WSL, ~/Documents is the Linux home Documents folder — not your Windows Documents. They're separate. It works fine inside WSL.
When it works
Nothing visible happens. That's correct. The cursor just moves down — you're now "inside" the folder. Or, skip this entirely and let Stage 05 handle the folder for you.
Plate Locked In
Spinal port set. The suit knows where to anchor.
Spinal Port equipped
+ 03 / 11

Three plates in. You've come further than most ever do. The hard plates are next, but you won't feel them — Claude wears the weight.

04
Stage 04 · Power-Up
≈ 1 min

Wake Claude up in the folder.

Until now your AI knows about the world. This command tells it to pay attention to your world — this folder, your project, you.

If you installed Claude Code:

claude

If you installed Codex CLI instead:

codex

Either way, press Enter.

When it works
A friendly banner appears. The cursor is replaced with a prompt like "How can I help?" or >. You're now talking to Claude.
If it says "command not found"
Claude Code didn't install properly. Close the window and try Stage 01 again.
Plate Locked In
Chest plate online. The line is open.
Chest Plate equipped
+ 04 / 11
05
Stage 05 · The Magic Prompt
≈ 1 min · then the AI takes over

One prompt. The AI does the rest.

No more typing for you. Paste the prompt below and Claude (or Codex) will fetch the suit, install it, restart itself if needed, and walk you through the rest — all on its own.

Please install the Two Suits exoskeleton for me from github.com/c-merkel/exoskeleton — clone it into the right skills folder for your CLI (.claude/skills/exoskeleton or .codex/skills/exoskeleton), then read its install SKILL.md and follow it. I'm a first-time user, so walk me through in concierge mode. Thanks!

Paste it into the AI prompt. Press Enter.

That's it. From here, the AI handles every technical thing:

  • Picks the right skills folder for your AI
  • git clones the exoskeleton bundle for you
  • Reads its own SKILL.md to know what to do next
  • Switches into Concierge Mode automatically
  • Asks you four simple questions (next stage)
When it works
The AI runs git clone, you'll see a few lines about "Cloning into '.claude/skills/exoskeleton'..." ending in done. Then it confirms it's switching to concierge mode and asks the first calibration question.
If the clone doesn't work
The repo is public, free, and needs no login — it lives at github.com/c-merkel/exoskeleton. Most common reasons a clone fails: git isn't installed yet on your machine (your AI will spot this and walk you through installing it), no internet, or a typo in the URL. Still stuck? Email hello@christianmerkel.com.
Plate Locked In
Activation panel on. Claude takes the lead.
Activation Panel equipped
+ 05 / 11
06
Stage 06 · Calibration
≈ 5 min

Claude asks. You answer.

Calibration is how the suit learns your shape. Four easy questions. Plain English. You'll never need to know the technical names of the things Claude is configuring.

"What's your project called?"

Just the name. "My Storefront" or "Mom's Bakery". It can change later.

"What does it do?"

One sentence. Plain English. "A website to book my services and remember every client."

"What database do you want?"

Say MariaDB. Free, mature, fast — the canonical default for this stack.

"What programming language?"

Say "you pick — something modern and easy." Claude will choose well.

Why this matters These four answers tell Claude how to wire your entire stack. Everything else — Docker config, database schema, build tools, even which AI models to use as sub-agents — gets decided for you, correctly, based on these four sentences. That's the whole magic.
Plate Locked In
Right shoulder calibrated. The suit fits you now.
Right Shoulder equipped
+ 06 / 11

Six plates in. The longest stage is next, but you're mostly watching. Sip slowly. Claude does the heavy work.

07
Stage 07 · Assembly · the long one
≈ 15 min · mostly waiting

Watch the suit assemble.

Claude does the heavy lifting now. You'll watch a series of green checkmarks accumulate. This is the stage where your laptop becomes a workshop.

The workshop bench — Chris assembling the exoskeleton, blueprints and holographic schematics filling the room.
What your laptop becomes
A workshop. Tools, blueprints, the suit on its stand — all running on the machine in front of you.

The big moves Claude makes:

  • Install Docker — boxes that keep your programs from arguing with each other. Claude links you to Docker Desktop's download page when needed.
  • Set up your GitHub connection — work backed up to the cloud, signed with your identity.
  • Wire all six senses — Cartographer, Archivist, Keeper, Translator, Witness, Visitor. Each gets installed and verified.
  • Build the workshop — your project's actual website with a blank starting page you can visit right away.

A few times Claude will ask you to:

→ Click a link in your browser to authorize something.
→ Type your laptop password.
→ Wait for a green ✓ before continuing.

When it's working well
Lots of green ✓. Little messages from Claude like "That's installed. One down." Sip your coffee. Longest stage — mostly watching.
If you see red or an error
Don't panic. Click below to copy the unstick prompt — paste it to Claude.
Copy the unstick prompt
🏆
Major Plate Locked In
Left shoulder secured. The suit has weight now.
Left Shoulder equipped · 6 senses online
+ 07 / 11
08
Stage 08 · First Walk
≈ 2 min

Step into your new workshop.

First time the suit moves. Claude will point you to a link — that's your project running on your laptop, your private rehearsal stage.

An empty workshop at sunset — the exoskeleton suit on its stand, tools laid out, blueprints glowing on the walls. Waiting for you to step in.
The workshop is ready
The suit on its stand. Tools laid out. Blueprints glowing. Waiting for you to step in.
Open localhost:8080

This link works only on the laptop running your workshop — not the public internet.

🔒 http://localhost:8080 Welcome to your workshop. Built · Live · Yours
When it works
A web page appears. Could be blank, or have a small welcome message. The fact that it loads at all is the win.
Plate Locked In
Right arm engaged. The suit reaches forward.
Right Arm equipped
+ 08 / 11
09
Stage 09 · First Commands
≈ 5 min

Speak to your suit.

Until now Claude was setting itself up. Now you ask for something real. The suit responds — that's the moment everything changes.

Go back to your terminal. Try one of these (click to copy):

  • "Add a welcome page that says my business name."
  • "Make me a form where someone can leave their name and email."
  • "What can you help me with on this project?"

Press Enter. Watch.

What happens
Claude reads, thinks, then writes. Sometimes asks a clarifying question. Sometimes just goes. Refresh your localhost:8080 tab after a few seconds.
🏆
Major Plate Locked In
Core power on. The suit moves with you.
Core equipped
+ 09 / 11

Nine plates in. The hard work is behind you. Two more — small ones — and the suit is yours forever.

10
Stage 10 · Memory Bank · important
≈ 1 min

Save your work.

The memory bank is the suit's checkpoint system. Save state every time you finish something — and you'll never lose a day's work.

Claude can save a snapshot any time:

save what we've done so far

Do this often — once a session, end of day, after a big change.

When it works
Claude writes back: "saved checkpoint: added welcome page and form." Your work is safe — come back next week and find it exactly where you left it.
Plate Locked In
Right leg armored. Future-you just got a gift.
Right Leg equipped
+ 10 / 11
11
Stage 11 · Field Ready
whenever you're ready

Close it. Come back tomorrow.

The final plate is the rhythm itself. The suit will be exactly where you left it whenever you put it on.

Christian and Fefi standing together in their finished exoskeletons against the Miami skyline at sunset — both suits fully assembled.
Field Ready
Two of us did this. So can you. The rhythm starts now and never really stops.

Close the terminal. Close the browser tab. Shut your laptop. It's all saved.

Tomorrow, or whenever:

Coming back
1. Open the terminal again.
2. cd ~/Documents/my-project
3. claude
4. Just start talking. Claude remembers everything.

That's the rhythm. Open. Talk. Save. Close.

🏆
Final Plate Locked In
Left leg armored. The suit is yours. Field ready.
Left Leg equipped · suit complete
+ 11 / 11
You finished. Now what?

Three first missions for the suit.

Pick one. Paste the prompt to Claude. See what happens. None takes more than 20 minutes — and each one teaches you something different.

Mission 01 · Easy
A simple landing page
Build me a landing page with a hero image, my business name as the headline, three feature boxes below, and a "contact me" button at the bottom. Pick a color palette that feels warm and trustworthy. Show me when it's done.
Click to copy. Paste into Claude.
Mission 02 · A bit deeper
A contact-collecting form
Add a contact form to my landing page. When someone submits it, save their name and email to the database, and show a thank-you message. I should be able to see the list of everyone who signed up by visiting /admin/contacts. Make it look elegant — match the rest of the site.
You'll see how database, admin, and public site connect.
Mission 03 · A real thing
Your actual business
I run a business that does [TYPE OF SERVICE]. Help me build a public booking page where customers can pick a date, fill in their details, and request a quote. The request lands in an admin inbox I can review. Walk me through the design choices, ask what I prefer, and build it.
Replace the bracketed part. This is where your suit becomes a tool for your real life.
Emergency Comms

When something feels off — three magic prompts.

You won't always know what to type. Expected. Normal. Three prompts that always get you unstuck. Click any to copy. Bookmark this page — you may want them tomorrow.

When something doesn't make sense
"Explain that like I'm 5. I'm not a coder."
When you broke something (or think you did)
"Something feels wrong. Can you check what state we're in?"
When you want to undo the last thing
"Go back to the last checkpoint."

One more thing: Claude is never offended. Not a person, doesn't get tired. Ask the same question seven ways if you need to. The thing bends to you.

Suit Complete · 11 / 11 Plates · Field Ready

You did this.

An hour ago you'd never opened a terminal. Right now you wear an AI exoskeleton on a real project on a real laptop. That's not nothing. That's everything.

11
Plates Locked
6
Senses Wired
Date Field Ready
— Roster of things you now own —
Claude Code installed
Terminal mastered
Docker running
GitHub connected
Six senses live
Workshop built
First conversation done
Checkpoint saved
Read the story → Builder's guide →