Claude Code Beginners banner
regardo911 regardo911

Claude Code Beginners

Development community

Description

The starter kit from the book Claude Code for Beginners: the six files you copy into every new project, plus the prompts from all twelve chapters. Educational companion resources from youcanbuildthings.com.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

The starter kit from *Claude Code for Beginners*

**Six files you copy into every new project, plus the prompts from all twelve chapters.**

Companion repository to *Claude Code for Beginners: Zero to Shipping in 48 hours*, from [youcanbuildthings.com](https://youcanbuildthings.com).

In plain English: this is the folder of files the book has you build. You copy them into a new project so Claude Code knows your rules, your colors and your file layout before you type anything. You don't need to know what a CLAUDE.md or an effort level is yet. Pick your line below.

[Read the disclaimer](DISCLAIMER.md) before you use the security checklist or the revenue numbers.

Start here

**"I finished the book and I want the kit in my project."**

git clone https://github.com/regardo911/claude-code-beginners.git
cd claude-code-beginners
./install.sh ~/my-project

On Windows, `.\install.ps1 C:\code\my-project`. Six files land in your project root and it prints what it wrote. Anything you already have is left alone and reported as skipped.

**"I'm partway through and I want one chapter's prompts."** Open `chapters/` and pick the number. Each folder has that chapter's artifacts and a README saying what to run.

**"I haven't read the book and I want to see what this is."** The picture below is the 48-hour arc, and every rung has a folder in here.

Where each file goes

Chapter In this repo Where it goes in your project
10 starter-kit/ (all six) your project root, via ./install.sh
2, 3, 8 chapters/*/CLAUDE.md*.example CLAUDE.md
4 chapters/04-fix-the-ugly/design-system.md design-system.md
3, 9 chapters/*/.env.local*.example .env.local, never committed
5 chapters/05-cut-the-token-bill/.gitignore .gitignore
12 chapters/12-what-comes-next/SKILL.md.example styling.md in your skills folder
5, 12 the two worksheets anywhere you'll fill them in
all `chapters/*/[prompts