This repo IS the course. You don't read it. You talk to it.
Paste this URL into Claude Code and ask it anything:
https://github.com/Samin12/claude-course
Claude Code clones it, loads the tutor, and you start a conversation. That's the whole UX.
Open Claude Code (terminal, desktop, or VS Code) and say:
Hey, can you clone https://github.com/Samin12/claude-course and walk me through it.
Claude pulls the repo, reads the CLAUDE.md tutor file, and you can immediately ask things like:
- "What day should I start on?"
- "I'm on Day 6 — which skills do I need installed?"
- "Use the Website Cloner skill on
awwwards.com/sites/dinosaur-museum." - "Show me the prompts from Day 11."
- "Run today's worksheet for me."
- "I finished Day 4. Mark it done and tell me what's next."
No menus. No cd-ing through folders. Just talk to Claude.
Claude reads PROGRESS.md, figures out the first unchecked day, and tells you.
Claude opens ALL-RESOURCES.md, finds your day, and lists every tool, connector, and skill — with direct links into skills/.
Claude reads the skill's SKILL.md and either:
- copies it into your
~/.claude/skills/so it's installed locally, or - runs the skill right in the conversation if you want it to use it now.
Claude loads the skill instructions and executes against whatever you point it at. The skills in this repo are designed to be ran directly:
| Ask Claude to… | Skill it'll use |
|---|---|
| Clone any website | skills/clone-website/ |
| Make 4 e-com ad creatives | skills/ecom-adds/ |
| Produce an Instagram reel | skills/ai-reels-pipeline/ |
| Render with Remotion correctly | skills/remotion-best-practices/ |
| Push course content to Skool | skills/skool-cli/ |
| Write copy in a real voice | skills/ralph-wiggum-marketer/ |
Claude pulls up that day's lesson.md, walks the steps, and stays scoped — it won't spoil later days unless you ask.
Claude updates PROGRESS.md and tells you exactly what's coming on Day 5.
- Week 1 (Days 1–6) — Understand Claude. Set up. Run your first real project.
- Week 2 (Days 7–12) — Put work on autopilot. Scrape the web. Meet Claude Code.
- Week 3 (Days 13–18) — Real pipelines. Second brain. Talk to Claude from your phone.
- Week 4 (Days 19–24) — Step back. You have an AI OS. Build apps overnight.
- Bonus (Days 25–28) — AI ads. Video clone. Edit with plain English.
Full day-by-day map: INDEX.md. Every tool, link, and skill in one list: ALL-RESOURCES.md.
- days/ — 28 day folders. Each has a
CLAUDE.mdtutor, alesson.md, aresources.md, aworksheet.html, and anartifact/folder for what you build. - skills/ — the actual slash-command skills from the course. Ready to install or run from inside Claude Code.
- CLAUDE.md — the root tutor file. Claude Code reads this first.
- PROGRESS.md — checkbox list. Claude updates it as you go.
- ALL-RESOURCES.md — every tool / connector / skill referenced in the course, organized by day.
Videos live on YouTube + Skool. Too big for git (~8GB). The repo is the conversation you have while watching.
git clone https://github.com/Samin12/claude-course
cd claude-course
claudeThen ask Claude what to do next. It knows.
MIT. Fork it, ship it, sell what you build with it.