Companion repo for Adam's Builder Club. Prompts, skills, CLAUDE.md templates, and demo projects from the Claude Code Beginners video series.
buildThe companion repo for Adam’s Builder Club and the Claude Code Beginners YouTube series.
Everything I show in the videos lives here: prompts, CLAUDE.md templates, starter skills, demo projects.
Set me up using github.com/Adam-s-Builder-Club/build.
Steps:
1. Clone the repo to ~/Documents/GitHub/build
2. Run ./install.sh from the repo root
3. After install, invoke the /setup skill to walk me through personalization
Claude clones the repo, runs the installer, then hands off to the interactive /setup skill which asks you 6-8 questions (your role, tools, tone, optional add-ons) and writes a personalized ~/.claude/CLAUDE.md based on your answers.
Total time: ~5 minutes. The installer never overwrites anything without backing it up first.
Prefer to do it manually? See
SETUP.mdfor the terminal one-liner and the full step-by-step.
build/
├── install.sh Idempotent installer
├── SETUP.md Three install paths (Claude / terminal / manual)
├── setup-skill/ The interactive /setup skill
└── claude-code-beginners/
├── 00-installation/ Mac + Windows Claude Desktop setup
├── 01-claude-md/ Global + project CLAUDE.md templates
├── 02-prompts/ Every prompt I use in the video
├── 03-skills-starter/ Starter skills (drop into ~/.claude/skills/)
├── 04-routines/ Scheduled tasks (/daily-brief, /morning-prep)
├── 05-context-capture/ How my agents get smarter every week (architecture)
├── 06-portfolio-website-demo/ The portfolio site demo project
└── tools-i-use.md My current toolchain
Claude Code Beginners: Episode 1 on YouTube.
MIT: use anything in here for any purpose, no attribution required (but appreciated).
Adam Badar · @adam_badar_ on X · founder of Bavlio, BaviMail, and SapienEx.
Found a typo? Built a skill that should be in here? Open a PR. The repo is meant to be a living artifact: every contribution makes the next person’s first day easier.