How to FINALLY Use Local AI in 45 Minutes
A 44-minute walkthrough of the five-layer stack behind running open-weight AI on your own hardware — and the trick of using Claude Code itself to build the whole thing for you.
July 22ndOne line in a skill file chains five Claude Code slash commands into a single orchestrated pipeline -- no human glue between steps.
Adding context_fork to any Claude Code skill file creates an orchestrator that runs multiple sub-skills sequentially, with each step reading the previous step output, collapsing a five-command workflow into a single slash command.
Claude Code skills can orchestrate other skills when you add context_fork to the frontmatter of a parent skill file. The orchestrator runs each named sub-skill in its own context window, each step reads from a shared output folder, and the final step synthesizes everything into one artifact. The demo shows a five-skill launch pipeline producing a market scan, sales page, email sequence, social posts, and a PDF brief from one command, plus a three-skill Obsidian brain-brief that retrieves vault notes, extracts insights, and synthesizes a topic summary in about sixty seconds.
Sign in and you get 23 free chat messages on us — ask for the hook, quote a framework, find the exact transcript moment, generate a markdown action plan. Bring your own key when you want unlimited.
Create a free account →
Sets up the discovery story: asked at a workshop whether skills can chain, said no, went back and found the answer. Promises to show the most powerful way to use Claude Code skills that nobody is talking about.

Runs /launch-offer with a workshop pitch as the input. Watches in real time as Claude executes market-scan, sales-page, email-sequence, social-announce, and launch-brief in sequence. Each step completes and immediately triggers the next.

Opens the consolidated launch brief PDF. Shows executive summary, pricing tiers, competitive landscape, gaps, sales copy, email sequence, social media copy -- all generated from one command.

Brief mention of the brain-brief chain to come later in the video.

Pitches a living course in his skool community that updates as Claude Code changes. Framed as the responsible alternative to static courses that are obsolete before shipping.

Explains the problem: each skill is useful alone, but the creator is the glue between them. Chaining preserves human-in-the-loop nuance while removing the copy-paste steps. Chained skills produce contextually better output because each step is aware of preceding outputs.

Shows the actual SKILL.md file in the terminal. Walks through the frontmatter: name, description, context_fork, agent, allowed-tools. Then the body: Step 1 runs /market-scan, Step 2 /sales-page, etc. The folder is the shared brain. Walks the data flow diagram.

Runs /brain-brief with a query about Claude Code workshop structure. Shows /brain-search combing the Obsidian vault, /brain-extract pulling key insights, /brain-synthesize writing the comprehensive brief. 33 relevant notes found, 25 key insights extracted, full output in ~60 seconds.

Recap: (1) keep building individual skills normally, (2) when you see leverage, create an orchestrator skill with context_fork, (3) list the sub-skill commands in order and specify what output to return.

Points to the free Skill Chaining Kit (link 2 in description) and the Claude Code Magic Course community (link 1). Standard like/comment/subscribe outro.
context_fork is the missing abstraction between running one skill at a time and building full agents -- it chains your existing skill files into a sequence without any new code.
“There is one line that you can add to any skill that lets you execute a series of skills in sequence from one single source.”
“Instead of using an army of agents, you are using a pseudo army of skills to create a cohesive output.”
“Running it in that window gives it a separate context window, a narrow focus on running these all one after the other, and then bringing back the output, which is all you care about at the end of the day.”
“Continue building your skills as you have been on their own, but where it makes sense and where you see opportunities for leverage, you can then combine them into one unified super skill.”
See every word as it's spoken — crank it to 2× and still catch all of it. The same dual-channel trick behind Amazon's Kindle + Audible.
Mark opens with a confession: he was wrong in public, told a room full of workshop attendees that skill chaining was not possible, then went home and proved himself wrong. The hook works because the mistake is credible -- even an expert can miss a one-line feature buried in the documentation -- and the payoff is proportionally satisfying: one line unlocks the entire thing.
The orchestrator file runs in its own context window, invokes each sub-skill in sequence, and passes a shared output folder as the persistent memory each step reads from and writes to. No API calls, no vector store -- just files.
Three skills, one /brain-brief topic command, ~60 second execution. Works against any local vault with no special Obsidian plugin required.
Chained skills are not agents. They run sequentially with human-in-the-loop at the end, not in parallel with autonomous decision-making mid-run. The trade-off: less autonomy, more determinism, lower cost, easier to debug.
“I will make both of these skills available to you in the second link in the description below so you can use it, take advantage of it, and pretty much emulate my style and apply it to your processes.”
Two CTAs: mid-video sponsor for the Claude Code Magic Course (skool, link 1), end-video gift pitch for the free Skill Chaining Kit (gumroad, link 2). The free kit as a second link is smart -- lower friction close on a how-to video where viewers want the files, not the course.
00:00
00:16
00:17
00:29
00:36
00:44
00:53
01:02
01:11
01:20
01:29
01:38
01:46
01:55
02:04
02:13
02:22
02:31
02:40
02:49
02:58
03:02
03:12
03:14
03:17
03:24
03:31
03:43
03:45
03:55
04:03
04:10
04:19
04:27
04:36
04:44
04:52
05:00
05:08
05:16
05:24
05:32
05:40
05:46
05:55
06:03
06:10
06:18
06:25
06:33
06:40
06:48
06:52
07:05
07:15
07:22
07:30
07:38
07:49
07:54
08:02
08:10
08:18
08:26
08:34
08:42
08:50
08:56
09:01
09:07
09:13
09:22
09:31
09:43
09:47
09:55
10:02
10:07
10:19
10:25A 44-minute walkthrough of the five-layer stack behind running open-weight AI on your own hardware — and the trick of using Claude Code itself to build the whole thing for you.
July 22ndA 24-minute Earth-layers framework for building AI operating systems that don't decay.
June 30thA 36-minute blueprint for moving a personal AI agent stack into a locked-down, compliance-ready AWS environment — built over a month and nearly 10 million tokens.
June 25thA 9-minute system for mining your JSONL session logs, measuring the behavioral gap between Fable and any other model, and injecting a distilled playbook at every session start.
June 14thA breakdown of why maxing out effort settings on Claude, GPT, Grok, and Gemini rarely makes the output better — and the framework for picking the right level every time.
July 13thHow one developer replaced every productivity tool with a single Claude Code-built Obsidian dashboard that actually stuck.
May 24th