AIGENT Masterclass — Day 4 · Week 2 Session 3

Claude Code
Masterclass

Tonight we stop talking about Claude Code and actually use it. Install, set up, and start building with the exact workflow I use to run my entire business — live, together, step by step.

5
Foundation Setups
3
Tools Covered
1
Live Build
90m+
Action Packed
Where We've Been

Week 2 So Far

Tuesday night we kicked off with the AI Build Session — Claude in the browser, Cowork on the desktop. Tonight we go to the machine.

Claude (Browser)

Live builds, countdowns, voting systems, content generation

Claude Cowork

Your personal AI assistant on the desktop — the "AI works while you sleep" proof

40 Agent Roles

The full AI employee team building up around you

🔥

Tonight: Claude Code

The real weapon — where everything comes together

Missed the replay?

The full Week 2 kickoff replay, bonus video, and catchup slides are all here: learn.lukemaguire.ai/day3-replay/ — access code AIGENT007

The Promise

By 8 PM Tonight
You Will Have

Outcome 1
Claude Code Installed & Running
On your machine. In a friendly terminal. Logged in. Ready to build anything you can describe.
📄
Outcome 2
Your Personal CLAUDE.md File
A file that tells Claude who you are, what you sell, and how you like to be spoken to — forever.
🔌
Outcome 3
Your First MCP Connection
Claude connected to one of your real business tools — Gmail, Calendar, Stripe, whatever you pick.
🧠
Outcome 4
Permanent Memory Installed
Claude-mem plugin configured so Claude never forgets you again. Ever.
🎨
Outcome 5
Your First Skill (Stitch)
Google Labs' brand new design skill installed and tested live — turns Claude into a UI designer.
🚀
Outcome 6
A Real Thing Built Live
A working lead-gen system for a business niche the audience picks — end to end, in under 20 minutes.

The one rule for tonight

No theory. Everything we do is live, with me, on screen, together. Type YES in chat if you're ready to build.

The Big Idea

Browser Claude vs.
Claude Code

Here's the mental shift that makes everything else tonight make sense.

🧠 Think Of It This Way

Browser Claude is a conversation. It's a very smart chatbot, but it lives inside a window and can't touch your files, your tools, or your actual business. When the tab closes, it's gone.

Cowork is a personal assistant. It lives on your desktop and handles tasks for you in the background.

Claude Code is a full development team that lives on your machine. It reads your files. It writes real code. It runs commands. It deploys to the internet. It connects to your Stripe, your Gmail, your database. And it remembers everything across every session.

Why this matters for tonight

Every single thing I'm about to show you only works because Claude Code lives on your machine. It's the foundation. Once this is set up properly, everything we cover the rest of the week builds on top of it.

Installation · 5 min

Install Claude Code
In 2 Minutes

If you already installed it before tonight — great, skip ahead. If not, this is all you need.

  1. 1
    Open your terminal app (Warp if you have it — we'll get to that in a minute, or the default Terminal on Mac / PowerShell on Windows)
  2. 2
    Type this command and hit enter: npm install -g @anthropic-ai/claude-code
  3. 3
    Wait about 60 seconds for it to install
  4. 4
    Type claude and hit enter to launch it
  5. 5
    First time only: log in with your Claude account when prompted

That's it. You're in.

If you see the Claude Code welcome screen, you're ready. Don't worry about what anything means yet — we're going to set up the 5 foundations together next.

The Foundation

The 5 Things To
Set Up FIRST

Most people install Claude Code, skip these, and wonder why it feels underwhelming. Here are the 5 moves I wish someone had shown me on day one.

FOUNDATION 01
Your CLAUDE.md File
Your personal briefing document Claude reads before every session
FOUNDATION 02
Pick Your Default Model
Opus for smart work, Sonnet for speed, Haiku for simple tasks
FOUNDATION 03
Your First MCP Connection
Plug Claude into your real tools — Gmail, Calendar, Stripe, Figma
FOUNDATION 04
Claude-mem (Permanent Memory)
Never re-explain yourself again — Claude remembers forever
FOUNDATION 05
Your First Skill (Stitch)
Google Labs' brand new design skill — professional UIs in seconds

Do these 5 things once — it changes everything

Without these, Claude Code is a smart terminal. With these, it's a full development team. Let's set them up together, one at a time.

Foundation #1 · Your CLAUDE.md File

Claude's Briefing
Document About You

🧠 The Mental Model

Imagine you hired a personal assistant today. Super smart, best schools — but they know nothing about you, your business, or how you like things done. Every morning you'd have to re-explain everything from scratch. That's Claude out of the box.

CLAUDE.md is the fix. It's a simple text file you write ONCE that tells Claude everything about you. Your business, your voice, your tools, your non-negotiables. Claude reads it before every single conversation.

Why This Matters

Without this file, you waste 10 minutes per session re-explaining yourself. With it, every conversation starts with Claude already knowing who you are. This alone 5x's your results.

  1. 1
    Open your terminal (Warp or default)
  2. 2
    Run this command to create and open the file: mkdir -p ~/.claude && nano ~/.claude/CLAUDE.md
  3. 3
    Paste the starter template below and fill in the blanks for YOUR business
  4. 4
    Save: Ctrl+O then Enter, then exit: Ctrl+X
CLAUDE.md Starter Template
# ABOUT ME

I am [your name], running [your business].
I sell [what you sell] to [who you sell to].

# HOW I LIKE TO BE SPOKEN TO

- Lead with the biggest benefit first
- Use bullet points and tables — I'm a visual learner
- Never corporate-speak — talk like a friend
- Always explain WHY before HOW

# MY STACK

- Email: [GetResponse / ConvertKit]
- Payments: [Stripe / PayPal / GHL]
- Hosting: [Netlify / Cloudflare]

# NEVER DO THIS

- Never send to my real list without asking
- Never deploy without showing me the plan
- Never use placeholder text in final output
Foundation #2 · Pick Your Model

Your Three
AI Employees

🧠 Think Of It This Way

Claude has 3 different models, and each is like a different employee:

👩‍🏫 Opus 4.6 — your senior architect. Smartest. Best for complex builds. Slower, more expensive.

👨‍💻 Sonnet 4.6 — your main builder. Fast, smart, handles 95% of daily work. My default.

👱 Haiku 4.5 — your intern. Lightning fast, cheap, great for quick lookups and formatting.

Why This Matters

Using the right model for the job saves you time AND money. Opus for everything burns tokens. Haiku for everything drops quality. The trick is switching between them based on what you're doing.

  1. 1
    Inside Claude Code, type: /model
  2. 2
    Pick Opus 4.6 for tonight — we're building real stuff
  3. 3
    You can switch anytime with the same command

My rule of thumb

Sonnet for daily work. Opus for builds. Haiku for tiny tasks. You'll find your own rhythm in a week.

Foundation #3 · MCP Connections

Plug Claude
Into Your Life

🧠 The Mental Model

MCP stands for Model Context Protocol. In plain English: it's how Claude talks to your other tools. Your Stripe. Your Gmail. Your Google Calendar. Your Figma. Your Canva. Your database.

Without MCP, Claude is trapped in the conversation window. With MCP, Claude can read your revenue, send emails, book meetings, pull designs, deploy sites — all while you're still talking to it.

Why This Matters

I used to have 15 browser tabs open all day. Now I have ONE window — Claude Code — and I ask it everything. "Show me my Stripe revenue. Draft 10 emails. Book a focus block tomorrow." One prompt, everything answered.

  1. 1
    Inside Claude Code, type: /mcp — this shows what's connected
  2. 2
    We'll add Google Calendar together as your first one
  3. 3
    Authenticate with your Google account when prompted
  4. 4
    Test it: "What's on my calendar tomorrow?"

Over 100 MCPs available

Stripe, PayPal, Gmail, Slack, Figma, Canva, Cloudflare, Supabase, Notion, Linear, GitHub, Netlify, Vercel — and more every week. Every connection is another tool Claude can operate for you.

Foundation #4 · Permanent Memory

Give Claude a
Permanent Memory

🧠 The Problem We're Solving

Right now, every time you close a Claude session, it forgets everything. You could have an amazing 2-hour conversation, come back tomorrow, and Claude has no memory of any of it.

Claude-mem is the fix. It's a free plugin that gives Claude a permanent memory across every single session. Once installed, Claude remembers every decision, every win, every preference — forever.

Why This Matters

Before claude-mem I was wasting 20 minutes every morning catching Claude up on what we were doing. Now I open it and it already knows. It's the difference between working with a temp and working with a long-term partner.

  1. 1
    Inside Claude Code, type: /plugin install claude-mem
  2. 2
    Wait about 15 seconds for the install to complete
  3. 3
    Test it: "What did we work on in our last session together?"
  4. 4
    From now on — every conversation builds on the last one, forever
Foundation #5 · Your First Skill

Install Stitch
by Google Labs

🧠 The Mental Model

Think of "skills" like apps for your iPhone. Your phone does a lot out of the box, but each app you install gives it a new superpower. Claude works the same way.

Stitch is a skill from Google Labs that turns Claude into a professional UI designer. You describe a web page or app interface in plain English, and Stitch generates production-grade designs in seconds. Not wireframes. Not sketches. Real, polished, ready-to-launch interfaces.

Why This Matters

Hiring a designer costs $500–$3,000 per page and takes days. With Stitch, Claude generates premium designs in 30 seconds. For anyone who's ever said "I have ideas but I can't design," this changes everything.

  1. 1
    Check the GitHub repo: github.com/google-labs-code/stitch-skills
  2. 2
    Inside Claude Code, install it: /skill install stitch
  3. 3
    Wait 30 seconds for it to download
  4. 4
    Test it by giving it a real design brief (prompt below)
Stitch Test Prompt
Use the Stitch skill to design a modern, mobile-first landing page for a fitness coach who sells a $497 program helping dads over 40 get lean in 90 days. Make it feel premium — think Apple, not Canva template. Dark mode with a green accent. Include a hero, 3 benefit cards, a testimonial grid, and a pricing CTA.
Bonus Upgrade · Warp

Make Your Terminal
Actually Friendly

🧠 Honest Moment

The default terminal on Mac or Windows is UGLY. Black screen, white text, 1990s vibes. When I first opened it, I thought "absolutely not." It scared me off Claude Code for weeks.

Warp is the fix. It's a free terminal built for humans, not engineers. Beautiful interface. AI built in. Commands grouped into clean blocks instead of walls of text. Once you use it, you'll never go back.

The killer feature

Warp has AI built directly into the command bar. If you forget a command, just describe what you want in plain English and Warp writes it for you. You never need to memorise terminal commands again.

  1. 1
    Go to warp.dev and download the free app (Mac, Windows, Linux)
  2. 2
    Install and sign in (free account)
  3. 3
    Launch Claude Code inside Warp: claude
  4. 4
    Try Warp AI: press the AI icon and type "show me all PDFs in Downloads"
Power Move · Multi-Model

Connect Gemini
and Other Models

🧠 The Mental Model

You're not locked into Claude. Inside Claude Code, you can tell Claude to call OTHER AI models — Gemini, GPT, Grok, whatever you need. Claude becomes the conductor of an orchestra.

Why? Because sometimes Gemini is better at certain things (like real-time web search). Instead of switching tools, Claude reaches out to Gemini, gets the answer, and blends it into your conversation.

  1. 1
    Install Gemini CLI: npm install -g @google/gemini-cli
  2. 2
    Authenticate: gemini auth login
  3. 3
    Back in Claude Code, tell Claude to use it (prompt below)
Multi-Model Prompt
Run `gemini -p "What are the top 5 fitness trends for 2026?"` and summarise the response into 3 bullets I can use in a blog post. Then tell me which point you agree with most and why.

Two models, one conversation

Claude runs the Gemini command, pipes the result back, and blends it into your conversation. This is how you turn Claude Code into a multi-model command center.

LIVE BUILD · 20 min

Build Something
Real With Me

Enough setup. Let's build. Someone in the chat — drop a business niche. First one wins. We're building it LIVE.

🎯 What We're Building

From ONE prompt, Claude Code will build the audience's picked niche:

✅ A mobile-first landing page (using Stitch)
✅ A 5-question lead-qualification quiz
✅ A 5-email welcome sequence
✅ An analytics dashboard mockup
✅ Deployed live to Netlify with a real URL

Live Build Master Prompt
I need you to build a complete lead-gen system for a [NICHE FROM CHAT] business. Use the stitch skill for the design. Include:

1. A mobile-first landing page with a free lead magnet offer. Premium look — think Apple, not Canva template.
2. A 5-question lead-qualification quiz that scores visitors and gives personalised recommendations.
3. A 5-email welcome sequence nurturing cold leads into discovery calls.
4. A simple analytics dashboard mockup showing funnel stages.

Build everything as a single HTML file ready for Netlify. Use brand green #22C55E as the accent. Add a footer: "Built with AIGENT in under 20 minutes."

Watch what 20 minutes looks like

This is what my normal weekday looks like. One prompt, one build, live URL, done. Now imagine doing this every day for your own business or for clients.

Real Talk

Everything I Showed
You Took Me 6 Months

🧠 Honest Moment

Everything you just saw — Claude Code, the CLAUDE.md file, MCPs, claude-mem, Stitch, Warp, multi-model, the live build — you can absolutely do all of this yourself. Every tool I showed you is free.

But here's what I didn't tell you. It took me 6 months to find all this. To test it. To break it. To figure out which skills were worth installing. Which MCPs. How my CLAUDE.md should be structured. Which plugins play nice. Six months of trial and error. Probably $2,000+ in subscriptions along the way.

And I'm still learning new things every week.

I don't want you to take 6 months

So I built something for you. Something that skips the 6 months and puts my entire setup on your machine in 10 minutes.

Introducing

The AIGENT
Suit 🧶

Stop using Claude. Start WEARING it. My entire Claude Code install, copied onto your machine in 10 minutes.

⚡ PILLAR 01
The Power Core
Build-to-completion engine — every project ships
🧠 PILLAR 02
The Memory Matrix
Claude-mem preconfigured with my full setup
🎨 PILLAR 03
The Design Arsenal
67 styles, 96 palettes, 57 font pairs, Stitch included
🚀 PILLAR 04
The Skill Loadout
100+ specialist skills ready to install
🤖 PILLAR 05
The Agent Squad
17 AI agents working together on every build
🔧 PILLAR 06
The 15 Protocols
Every engineering rule I follow, as rule files
🔌 PILLAR 07
The Network Uplink
20+ MCP integrations pre-configured
📄 PILLAR 08
My Personal CLAUDE.md
The master file, customisable for you
Founding Operator Pricing

Tonight Only —
Lock It In Forever

● LIVE CALL PRICE
$997
One time · Yours forever
Or 3 x $397 payment plan — no interest
learn.lukemaguire.ai/suit →

Optional: Suit Upgrades — $97/mo (First Month FREE)

Stay on the latest version as I add new skills, agents, and workflows. 2 live webinars/month, weekly community sessions, quarterly "Mark II / III / IV" releases. Cancel anytime, keep your Suit forever.

Founding Operator bonus

Your $997 price is locked for life. Future cohorts pay more. Plus — I'll personally walk you through the install live on Saturday 11am ET. Zoom call, just me and founding operators, ask me anything.

Before Friday 6 PM ET

Tonight's Homework

Set yourself up so you're ready for tomorrow's finale.

Tomorrow is the finale. 6 PM ET. Don't miss it.

I've got one more surprise planned that I haven't told anyone about yet. Friday is going to be the one you remember. See you there. 💚

Day 4 — Claude Code Masterclass
LIVE
1 / 18