Start Here / Prompt Library
/| 02 / Prompts

The actual prompts
from class.

Said out loud or pasted in chat on Sunday. Layered Setup → Recovery, source-tagged by speaker and timestamp.

L0 Setup — before you build anything 3 prompts

The setup prompts that ran in the first hour of Sunday. Don't skip these — the rest of the class assumes your environment is sane.

/personalize
Tyler · main room ~3:00 · the slash command kicked off the 21-question intake; takes 30-60 min to complete
Walk me through this repo from the root. Tell me what's broken, what's stale, and what I should fix first.
Hunter · main room ~2:35 · the "is my setup right" prompt
accept-edits on
Wade · 8D room 2 ~00:02 · tells Claude to not ask before each edit (use cautiously)
L1-L4 Layered demos — Tyler's verbatim walkthroughs 4 prompts

Tyler ran four demos in the main room, each progressively further into the agent stack. The actual prompts:

Build me a CLI that ranks Etsy listings by sales velocity. Use Firecrawl for the data. Rip through three search queries in parallel agents and combine the results.
Tyler · main room ~4:07 · Etsy CLI multi-agent demo
Wire Firecrawl as an MCP. Pull the API key from 1Password using the op:// URI. Don't put the key in .env.
Tyler · main room ~5:53 · Firecrawl + .env + 1Password demo
/remote-control
Tyler · main room ~7:02 · the remote-control slash command
Spin up a Telegram bot via BotFather. The bot should call my agent and return whatever the agent says.
Tyler · main room ~7:14 · Telegram BotFather walkthrough
CAP Capstone — the morning brief build 2 prompts

The two prompts that drove the 4D capstone. Most cohort 1 students used some version of these.

/build-morning-brief
Slack broadcast · the slash command shipped in the repo at .claude/commands/build-morning-brief.md
Take my morning brief and add the gigawatt safety gate from the playbook. Read .claude/safety-gate.md first.
Slack broadcast · the gigawatt safety-gate prompt
DBG Debug — when something is broken 3 prompts
Explain what just happened. Read the last 50 lines of output and tell me where it broke.
Hunter · recovery prompt · the "ask Claude to explain" anchor
What's the state of my agent OS right now? Read .claude/, my CLAUDE.md, and any meta-log files. Tell me what looks healthy and what doesn't.
Hunter · the "state of agent OS" diagnostic
My deploy is failing with [paste error]. What's the most likely cause given my setup? Walk me through the fix step by step.
general pattern · deploy debug prompt
REC Recovery — from Hunter's 2D room 3 prompts

The 2D room (Hunter's impromptu breakout for students who hit hard blockers) developed three recovery patterns. These are battle-tested.

Option A: roll back to the last known-good commit and start from there. Option B: blow it away and re-clone the repo, then walk me through the setup again from scratch. Which is faster given where I am right now?
Hunter · 2D room ~00:04 · option A/B recovery prompt
My origin is pointing at the wrong place. Rewire it to point at the right repo and confirm the change with git remote -v.
Hunter · 2D room ~00:15 · origin rewire prompt
I'm lost. Read my CLAUDE.md, my last 10 git commits, and tell me where I am and what I should do next.
general pattern · the "where am I" recovery prompt

Pasted a prompt and Claude looked confused? The most common cause is missing context — Claude doesn't know your CLAUDE.md, your current directory, or your last command. Run /personalize or update your CLAUDE.md so the next prompt has the context it needs.

← Back to portal