How to Manage Your Context
You can't create the context — it's just there, the moment you open a chat. But you can see how full it is, trim it down, or wipe it clean. Three commands give you full control.
@@ -928,18 +974,18 @@ Fetch the current temperature for Dubai, UAE.
-
+
-
+
Topic 4
📋 CLAUDE.md — The Reporter's Pocket Rulebook
The weather reporter consults this at the start of every shift — even though their brain resets overnight. It's the standing instructions pinned in that brain before you've said a word.
-
+
The Employee Handbook
Think of it like this
@@ -967,7 +1013,7 @@ This is the Q2 marketing campaign brief — targeting small business owners.
-
+
How to Create Your CLAUDE.md
You don't need to write CLAUDE.md by hand. Claude can look at your project and draft one for you.
@@ -1012,7 +1058,7 @@ open, edit, save <
-
+
Grow CLAUDE.md With Every Mistake
Tip from Boris Cherny (creator of Claude Code) — Feb 1, 2026
@@ -1049,7 +1095,7 @@ open, edit, save <
-
+
What Goes in CLAUDE.md
@@ -1077,7 +1123,7 @@ This is a TodoApp with a FastAPI backend and React frontend.
-
+
How CLAUDE.md Loads
Claude Code uses two mechanisms to find CLAUDE.md files:
@@ -1106,18 +1152,18 @@ This is a TodoApp with a FastAPI backend and React frontend.
-
+
-
+
Topic 5
⚡ Commands — The Trigger
One word kicks off the whole chain. /weather-orchestrator → agent → skill → SVG card. Commands are the entry point into any workflow.
-
+
Commands — The Entry Point
Think of it like this
@@ -1161,7 +1207,7 @@ This is a TodoApp with a FastAPI backend and React frontend.
-
+
How to Create Your Own Command
Commands are markdown files too. If you can write a recipe, you can write a command.
@@ -1212,18 +1258,18 @@ This is a TodoApp with a FastAPI backend and React frontend.
-
+
-
+
Putting It All Together
🎼 Workflow — All Five Pieces Together
Watch the weather reporter example run from one keystroke to SVG card output. Five concepts, one orchestrated flow.
-
+
Command → Agent → Skill
This is the core architecture pattern of Claude Code workflows — demonstrated in this very repo by the weather example:
@@ -1250,7 +1296,7 @@ This is a TodoApp with a FastAPI backend and React frontend.
-
+
Two Ways Skills Are Used
The weather workflow demonstrates both skill patterns in a single flow:
@@ -1273,7 +1319,7 @@ This is a TodoApp with a FastAPI backend and React frontend.
-
+
How to Wire Your Own Workflow
A workflow isn't a separate file type. It emerges when one command calls agents and skills in sequence.
@@ -1322,9 +1368,9 @@ This is a TodoApp with a FastAPI backend and React frontend.
-
+
-
+
Journey So Far
Five concepts, one running example
From meeting the weather reporter to wiring the full Command → Agent → Skill chain. The same five pieces compose every workflow you'll ever build.