Claude Code Just Dropped Workflows (An Actual Game Changer)
A sixteen-minute walkthrough of Claude Code's Dynamic Workflows, where a deterministic script takes over orchestration that the chat window used to carry.
May 29thA 39-minute field guide to Claude skills: structure, description writing, model routing, testing, and a live demo that ships a real workflow.
Claude skills are not prompts. They are persistent SOPs that use progressive disclosure to protect context, route to cheaper models, and execute the same repeatable process with zero re-explanation on every run.
Claude skills are persistent markdown files that teach Claude a workflow once and run it reliably on demand. The core mechanism is progressive disclosure: the frontmatter loads every session for semantic matching around 100 tokens; the full SKILL.md body loads only when triggered; scripts and references load only when a step requires them. This keeps context lean, costs low, and output consistent. The video covers the full anatomy: description writing, invocation control, model routing to Sonnet subagents, degrees of freedom, validate-fix loops, MCP vs Python scripts, five design patterns, three-phase testing, and the A/B iteration method Anthropic recommends.
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 →
Skills as onboarding guides for Claude; persistent markdown files that load on demand; if you repeat a process, make it a skill.

Three-tier loading: frontmatter triggers SKILL.md body on match which triggers linked files on demand.

Directory layout: SKILL.md SOP, scripts executed not loaded, references with examples and schemas, assets. The 97% context reduction example.

Max 1024 chars; third person only; answer WHAT and WHEN; include 3-5 trigger phrases. Bad vs good examples contrasted.

Real-world research-lead skill walkthrough in VS Code; imperative writing style; frontmatter, model spec, allowed tools.

Objective, inputs required, execution steps as numbered pipeline nodes. Specific tool calls with expected output per step.

model: sonnet, context: fork; Opus orchestrates, Sonnet executes; cost implications; allowed-tools scoping per skill.

Default both can invoke, disable-model-invocation:true for human-in-loop on destructive ops, user-invocable:false for background knowledge.

Exact commands with full paths; expected output format per step; dependencies explicit. Vague vs specific imperative steps.

High freedom for multiple valid approaches, medium for preferred pattern with variation OK, low freedom for exact commands do not modify.

Bake validate-fix-repeat into the skill; max 3 rounds; report to user on persistent failure; skills evolve through iteration.

Scripts for fixed deterministic pipelines with zero token overhead; MCP for judgment and external service interaction.

Five patterns from Anthropic: Sequential, Iterative Refinement, Multi-MCP Coordination, Context-Aware Branching, Domain-Specific Intelligence.

Three tests in order: Trigger Test fresh session, Functional Test 4-5 runs subagent variants, Value Benchmark with vs without skill.

Claude A designs, Claude B tests in fresh session. 7-step loop: complete, notice repeated context, create skill, review, test, bring failures back, refine.

VS Code plus Claude Code environment; dot-claude folder; Anthropic GitHub repo for skill creator; skillsmp.com marketplace.

Live conversion of Gamma slides goal file into SKILL.md using the skill creator; correct frontmatter, model routing, scripts output.

Fresh session test; skill triggers correctly on natural language prompt; live generation of The Importance of Salt 11 slides via Gamma API.
A skill is not a better prompt. It is a workflow contract that executes consistently by keeping execution outside the context window.
“3,363 lines of Python just returns us 105 lines of output. There is no bloat, just answers to each of the steps in this process.”
“If I handed this to someone, would they know what to do with this?”
“A bad skill is worse than no skill.”
“You can get it to rewrite its own skill while it is learning. Your skills are evolving.”
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.
Most people discover Claude skills and immediately misfile them as a fancier prompt. They are not. A skill is persistent infrastructure: a workflow written once that executes consistently forever, without spending tokens on re-explanation. This breakdown starts where most tutorials skip: the architecture that makes skills efficient, not just possible.
Each tier loads only when needed. The frontmatter is the catalog; the body is the SOP; the linked files are the execution layer.
Match the constraint level to the fragility of the task.
Baking validation into the skill itself turns probabilistic AI output into deterministic quality gates.
Two-instance development loop that surfaces description and instruction gaps invisible when building and testing in the same session.
Fine-grained control over who can trigger a skill. Destructive operations always require human approval.
“Check out the videos on the screen. I do have a community that just launched if you wanna check that out.”
Soft, no hard sell. Community mention plus suggested videos. Minimal friction.
00:01
00:45
01:15
01:45
02:15
02:45
03:16
03:49
04:22
04:55
05:19
05:33
05:47
06:10
06:40
07:10
07:39
08:09
08:39
09:08
09:36
10:04
10:27
10:44
11:01
11:16
11:28
11:40
11:57
12:18
12:38
13:02
13:29
13:56
14:19
14:37
14:55
15:17
15:43
16:09
16:34
16:58
17:22
17:47
18:13
18:38
19:04
19:32
20:00
20:34
21:15
21:57
22:38
23:12
23:39
24:07
24:34
25:01
25:30
26:01
26:33
27:04
27:35
28:06
28:37
29:07
29:34
30:22
30:45
31:11
31:57
32:57
33:57
34:58
35:57
36:45
37:23
38:01
38:38
39:16A sixteen-minute walkthrough of Claude Code's Dynamic Workflows, where a deterministic script takes over orchestration that the chat window used to carry.
May 29thA 20-minute systems framework for building Claude skills that actually work — starting with the human workflow, not the model.
May 16thHow one developer wired Gmail, Google Calendar, and a bank API into a four-pod Claude Code dashboard that runs every morning and leaves you a tray of pre-researched actions to approve.
May 23rdA 17-minute blueprint for building a six-figure AI consulting funnel starting with a single in-person event.
May 27thA 39-minute unedited head-to-head where Claude Code ships in an hour and Codex never finishes.
February 14thA 16-minute walkthrough of how Anthropic organizes AI skills internally — and how to map that logic to any business.
June 4th