Prompts.
How To Use These
Each prompt below is designed to be pasted directly into Claude (UI or CLI). They guide AI step-by-step so you don't have to figure out the right words every time. Think of them as SOPs for your AI.
Copy the prompt using the copy button on each block
Paste it into Claude (chat or CLI) and hit enter
Follow along as AI guides you through each step
These are starting points, not scripts. Modify them for your context. Add your name, your domain, your specific needs. The more specific you are, the better AI performs.
Claude Code CLI Setup Guide Popular Demand
This is the master prompt for setting up Claude Code (CLI) from scratch. It walks you through everything: GitHub account, CLI installation, MCPs, hooks, best practices, and your first run. Paste this into Claude UI and it becomes your setup coach.
Before Session 4? Run this prompt now. Come to the session with CLI already installed and you'll be ahead of the room. Takes 20-25 minutes.
What this prompt covers
GitHub account verification — ensure your account and repo are ready
Claude Code CLI installation — through your Claude subscription (not npm)
GitHub MCP connection — so CLI can read and write to your repos
Best practices setup — CLAUDE.md, Security.md, status line
Pre and post hooks — automated guardrails for safety
First demo run — a sample prompt to see CLI in action
When To Use CLI vs UI
Claude Code (CLI) and Claude Chat (UI) are the same AI, different modes. Here's when to use each.
Use Claude Code (CLI) for
Reading and writing code in your repos
Creating commits, branches, and PRs
Running tests and build commands
Research within codebases
File operations and automation
Hooks and safety guardrails
Connecting tools via MCPs
Use Claude Chat (UI) for
Brainstorming and ideation
Writing documents and reports
Image generation and visual work
Conversations and Q&A
Artifacts (interactive previews)
Research on the web
Quick one-off tasks
The simple rule: If you're working with files and code, use CLI. If you're thinking and writing, use UI. When in doubt, start in UI and move to CLI when you need to take action.
First Things To Try in CLI
Once you have Claude Code installed, try these to see what it can do. Each one is a single prompt you can paste.
Read your own repo
Check your setup
Create a PR from a change
Research your codebase
CLAUDE.md Template
Your AI's onboarding document. Copy this, fill it in, commit it to the root of every repo. Your AI starts learning about you the moment you do.
Start small. Even 5 bullet points is a massive upgrade over starting from zero. You can always add more.
Security.md Template
The non-negotiable safety standard. This goes in every repository — personal and organisation. It tells AI what it must never do.
Builder Protocol — FRD-First Project Setup — Session 5 pattern
Kashish’s ATMA build in Session 5 proved one rule: the FRD is the build. If your functional requirements are crisp in markdown, Claude Code can scaffold a Frappe project end-to-end — doc types, workflows, web forms, roles, permissions — straight to staging. This is the prompt skeleton she started from.
What this unlocks: the same thing Kashish unlocked — a full Frappe project, built by a PM, deployed direct to staging, with the FRD as the spec. Customise the phases for your project. The discipline (stop-and-verify between phases) is the part that keeps it from running away.
Skills Template — SOPs for AI
A skill is a cheat sheet you give your AI. Write it once, use it forever. It's your domain knowledge in a format AI can understand and follow every time.
A properly structured skill has three parts: frontmatter (Tier 1 — always loaded), instructions (Tier 2 — loads when relevant), and optionally a resources folder with scripts or reference docs (Tier 3 — zero token cost until accessed). The frontmatter trigger is the most important line — it decides when the skill activates.
The one rule: If you correct AI for the same mistake twice on the same task type — that correction belongs in a skill, not in your next prompt. Write it once. Save it forever.
Quick References
CheatsheetClaude Code Cheatsheet — commands, shortcuts, and tips for daily CLI useHow We PlayHow We Play — what the Thursday sessions become after S6: open build, bring a problemSession 6Of Chaos and Craft — four-layer AI pipeline, Skills Portal, Design Library MCP, the pivotSession 5Open Build & Problem-Solving — Skills vs. MCP vs. Plugin vs. Agent explained, three live builder spotlights, skill anatomy, mGrant design system coaching momentSession 4CLI & Hooks — detailed session guide for setup and hooksSession 3Hands On — original templates with walkthroughs and screenshotsReadingsReadings — curated learning resources on Claude Code, GitHub, and AI