The Aigent Lab — AI Learning Curriculum
AL
Full Course Curriculum

The Aigent Lab
AI Learning
Curriculum

10 Parts
65 Lessons
4+ Hours
11 Bonus Files
Join the Lab
Scroll to explore
Part 01

Foundation + Setup

11 lessons · ~30 min · install → CLAUDE.md → Plan Mode

1.1

Install Claude Code

  • Desktop app download
  • Terminal install path
  • First-run + API key
1.2

The interface tour

  • Sidebar + settings
  • Terminal vs GUI
  • Antigravity vs VS Code
1.3

Free vs Pro vs Max

  • What each plan gets you
  • Which one you actually need
  • When to upgrade
1.4

Permission modes

  • Before Edits (safe default)
  • Edit Automatically (speed)
  • Bypass (live builds only)
1.5

The 5 Claude surfaces

  • Chat · Cowork · Claude Code
  • Managed Agents · API
  • When to reach for which
1.6

Daily slash commands

  • /context /compact /clear
  • /model /cost
  • Decision tree for each
1.7

Organize your desktop

  • Ask Claude what you work on
  • Auto-create folder structure
  • 30 seconds, done
1.8

Connect your tools

  • Supabase, Gmail, Pinecone
  • YouTube, Notion, Drive
  • When to build a custom connector
1.9

Folder structure

  • Hard-coded folders: Code vs Cowork
  • Where Skills live
  • Where CLAUDE.md goes
1.10

Git + GitHub backup

  • Why you need it from day 1
  • 2-minute setup
  • Bitwarden for secrets
1.11

CLAUDE.md + Plan Mode

  • The two biggest unlocks
  • Walk through my production CLAUDE.md
  • Plan Mode live demo
02 / Website Build Competitor Intel → Design → Host
Part 02

Build a Real Website (Zero to Deployed)

10 lessons · the 3-step system: Competitor Intel → Design → Host

2.1

The 3-step website system

  • Competitor Intel → Design → Host
  • Why spec-first always wins
  • What we're actually building today
2.2

Scraping competitors

  • Pick targets · scrape with Firecrawl + Apify
  • Capture structure + copy + styling
  • Turn scrape into structured output for Claude
2.3

Structured design brief

  • Research → spec
  • What Claude actually needs
  • The brief template (yours to keep)
2.4

UI UX Pro Max Skill

  • What this Skill does
  • Live run
  • Yours to keep
2.5

Parallel agents

  • Build 3 versions at once
  • Compare side-by-side
  • Pick and iterate
2.6

SEO baked in

  • Meta + schema markup
  • Sitemap + robots.txt
  • Core Web Vitals
2.7

UI Sniping

  • Steal proven design patterns
  • Which sites to study
  • How to adapt without copying
2.8

Deploy to Vercel

  • Connect the repo
  • Environment variables
  • Live URL on camera
2.9

Verify Claude's work

  • The #1 beginner mistake
  • What to check and when
  • How to reject bad output
2.10

Debug like a pro

  • Read the error first
  • Git stash + reset patterns
  • Re-prompt with context
03 / Power Features Skills · Hooks · MCP · Subagents · Critic Loop · Dispatch
Part 03

Power Features

12 lessons · Skills, Hooks, MCP, Subagents, Critic Loop, Dispatch

3.1

Skills from scratch

  • What Skills actually are
  • The SKILL.md structure
  • Your first working Skill
3.2

Skill marketplaces + security

  • Cowork + skills.sh
  • What to install (and what not to)
  • Security vetting checklist
3.3

Build your own Skill

  • Live walkthrough
  • Yours to keep
  • Reusable patterns
3.4

Token management

  • What things actually cost
  • Model routing (Opus/Sonnet/Haiku)
  • Claude vs Codex efficiency
3.5

Context rot explained

  • When conversations go bad
  • /compact vs /clear decision tree
  • Short focused sessions always win
3.6

Routines (24/7 agents)

  • What Routines are
  • Building your first one
  • Real use cases
3.7

Hooks automation

  • Pre/post tool calls
  • Auto-format, auto-test
  • Contact form live demo
3.8

MCP in plain English

  • What MCP actually is
  • Pre-built vs custom
  • Why you'd need one
3.9

Build a custom MCP

  • Live server build
  • Deploy + share
  • Wire to Claude Code
3.10

Subagents + worktrees

  • Delegate focused work
  • Parallel builds without clashes
  • When to use each
3.11

Autonomous critic loop

  • LLM-as-judge quality pattern
  • Self-correcting output
  • Advanced orchestration
3.12

Dispatch · Scheduled · Plugins

  • Dispatch (the newer way)
  • Scheduled Tasks
  • The Plugin marketplace
04 / Memory System Pinecone · NotebookLM · Granola · Obsidian RAG
Part 04

Memory System

6 lessons · Pinecone + NotebookLM + Granola + Obsidian RAG — 3 levels of recall

4.1

The 3 levels of memory

  • Context (right now)
  • Project (per-project)
  • Long-term (forever)
4.2

NotebookLM

  • Knowledge that persists
  • Query everything you've made
  • Audio overviews as bonus
4.3

Pinecone

  • Vector memory, infinite recall
  • Wire to Claude Code
  • Real queries on camera
4.4

Granola meetings

  • Auto-transcribe every call
  • Turn meetings into memory
  • Query what was said
4.5

CSV folder memory

  • Structured long-term data
  • Claude queries it directly
  • When this beats Pinecone
4.6

Obsidian RAG (Karpathy)

  • Vault-as-second-brain, fully local
  • Embed notes, query with Claude
  • The Karpathy workflow, end-to-end
05 / Hermes Agent Build your own AI operator
Part 05

Hermes Agent

2 lessons · build your own AI operator and wire it to memory

5.1

Build your Hermes agent

  • What a Hermes agent is
  • Why you'd want one
  • How to build it
5.2

Connect to memory system

  • Wire Hermes to Pinecone
  • Unified interface
  • Query anything across sources
06 / Apps BLAST · Stripe · Auth · Resend
Part 06

Apps

5 lessons · BLAST framework + Stripe payments + auth + Resend email

6.1

App architecture

  • Front-end
  • Back-end (DB, auth, APIs)
  • Automations + integrations
6.2

BLAST Framework

  • What BLAST stands for
  • When to use it
  • Live walkthrough
6.3

Sign-in flows

  • Modal + Claude Routines
  • Auth that actually works
  • User management patterns
6.4

Resend email marketing

  • Wire up Resend in minutes
  • Transactional + broadcast emails
  • Capture leads · trigger sequences
6.5

Stripe payments

  • Wire up Stripe
  • Live payment on camera
  • Handle edge cases
07 / Build Anything First Principles · Lead Gen · Agency Stack
Part 07

Build Anything

3 lessons · first principles · lead-gen pipeline · marketing agency stack

7.1

First-principles system design

  • The Musk framework
  • Break any problem down
  • Rebuild it systematically
7.2

Lead scraping → Instantly

  • Find targets with Apify + Firecrawl
  • Enrich the data via Claude
  • Push to Instantly in minutes
7.3

Marketing agency stack

  • Full agency setup
  • Client delivery flow
  • Packaging for scale
08 / Design Systems HTML Decks · 3D · Video · Images · Logos
Part 08

Design Systems

7 lessons · Claude Code Design · HTML decks · 3D · video · images · logos

8.1

Claude Code Design New

  • The brand-new design feature
  • When to use it vs Figma / Stitch
  • Live design walkthrough
8.2

HTML presentations

  • Like this workbook
  • Animations baked in
  • Export and share
8.3

Animated graphics

  • Drop-in for any website
  • CSS-only + GSAP patterns
  • Motion that converts
8.4

Spline 3D

  • When 3D is worth it
  • Performance tradeoffs
  • Integration walkthrough
8.5

ElevenLabs + Higgsfield

  • Voice generation
  • Video generation
  • Combined pipeline
8.6

Nano Banana images

  • Best prompt patterns
  • Production workflow
  • Quality control
8.7

Auto-fetch brand assets

  • Scrape any logo from any URL with Firecrawl
  • Build a live asset library in minutes
  • Drop straight into your builds
09 / Compliance HIPAA · GDPR · API Hygiene · Monitoring · SDK
Part 09

Compliance & Maintenance

5 lessons · HIPAA · GDPR · API hygiene · monitoring · SDK

9.1

HIPAA · GDPR · API keys

  • What you cannot share with Claude
  • Self-hosting options
  • API key hygiene
9.2

Safer build prompts

  • Prompts that catch bugs
  • Security audit workflow
  • Before you ship
9.3

Must-have stack

  • RAG · Claude · Antigravity
  • Vercel · GitHub
  • What each piece does
9.4

Monitor in production

  • What to actually track
  • Error recovery patterns
  • Uptime + alerts
9.5

SDK + certification

  • Anthropic SDK basics
  • The certification path
  • How to stay current
10 / Revenue Pricing · Packaging · Proposals · Build & Sell
Part 10

Turn This Into $$$

4 lessons · pricing · packaging · proposals · the Build & Sell system

10.1

Principles that save 5 years

  • Mindset shifts
  • What actually matters
  • The patterns I'd steal first
10.2

$30K–$50K deals, zero outbound

  • How I land them
  • Positioning that works
  • The follow-up system
10.3

The Build & Sell system

  • My actual playbook
  • Client delivery + Stripe invoicing
  • Pricing framework
10.4

Where to go next

  • Skool community
  • Weekly live builds
  • How to keep learning
Bonus Files

Bonus Files I'm Sharing

11 freebies

Links go live the moment the video publishes. Bookmark this page.

📄 Bonus 01 CLAUDE.md Production Template The exact file I use in every build. Copy it, fill in your context, and you're running.
🔧 Bonus 02 5 Production Skills Ready-to-install Skills for the five workflows you'll use most. Drop them in and go.
🪝 Bonus 03 Hook Configurations Pre-built pre and post tool call hooks. Auto-format and auto-test without thinking about it.
🔌 Bonus 04 Custom MCP Server Starter A working server scaffold you can wire to any API in under an hour.
Bonus 05 Plan Mode Prompt Library The prompts I use to activate Plan Mode for complex builds. Stop winging it.
🌐 Bonus 06 Website Build Prompt Chain All 3 steps: competitor intel, design brief, and deploy. The full chain in one file.
💸 Bonus 07 Token Optimization Cheatsheet Know what you're spending before you spend it. Model routing decisions made simple.
🧭 Bonus 08 Decision Tree Code vs Cowork vs Chat vs Managed Agents vs API. The right tool for every situation.
💰 Bonus 09 Real Cost Breakdown The actual dollar amount it cost to run a full build. No guessing, no surprises.
🧾 Bonus 10 Pricing Framework + Invoice Templates How to price your work and send invoices that get paid. Tested on real client deals.
💎 Bonus 11 $30K+ Proposal Script The script I use to close large deals. Word for word, start to finish.
Ready to go deeper

Get the full system. Join the community. Build with us live every week.

The Aigent Lab is where real estate professionals learn to build, deploy, and profit from AI automation. Weekly live builds, direct access, and a library that grows every week.

Join the Lab
The Aigent Lab Full Course Curriculum · 2026 ↑ Top