Claude Code Starter Guide - the setup layer every Claude Code project needs
Suitable for all levels
CLAUDE.md SKILL.md MEMORY.md Docs folder Hooks guide Setup instructions APL guide AAL guide AOL guide
Claude Code Starter Guide

The Setup That Makes Claude Code Actually Work

Claude Code is powerful. Without the right configuration files, that power is inconsistent. This guide installs the instruction layer - CLAUDE.md, MEMORY.md, a /docs folder - that keeps your agent reliable across every session.

CLAUDE.md - the instruction layer Claude reads before every session
MEMORY.md - decisions that survive session resets and model updates
SKILL.md - reusable commands you trigger with one word
Docs structure - a folder your agent navigates without explanation
Hooks guide - automated checks that catch errors before they compound
Setup guide - exact prompts that configure your system in one session
+ Bonus

3 framework guides that map where your AI setup actually stands - and what the next step looks like.

Free

No credit card. No spam. Files live in your account.

How to set up Claude Code

Proper Claude Code setup requires three files in your project root: CLAUDE.md (your project rules and coding standards), MEMORY.md (decisions that persist across sessions), and a /docs folder (structured project context). Without these, your agent starts every session without memory, drifts from your standards, and requires constant re-explanation. This guide provides the templates, the setup prompts, and 13 video lessons that walk through each layer.

  • CLAUDE.md is read by Claude Code automatically before every response - your rules stay in place across every session without re-explaining them
  • MEMORY.md stores decisions that survive session resets, model updates, and new conversations
  • Skills and Hooks are the advanced layers - reusable commands and automated checks that eliminate manual supervision

What breaks when Claude Code has no setup

Your agent starts every session without memory of your project rules
Context and decisions you established disappear when the session ends
Your coding standards reset every time a new conversation starts
You spend the first part of every session re-explaining the same things

The result

Your output changes between conversations. Your standards drift. You become the only thing holding your Claude Code workflow together.

One file changes all of that.

CLAUDE.md is a file Claude Code reads before every response - not a prompt, but a persistent instruction layer. Set it up once and your rules survive every session reset, model update, and new conversation.

The 5-layer setup framework

The Agent Orchestration Layer (AOL) maps the five stages of Claude Code integration - from zero context to fully automated systems. This guide walks you through all five.

AOL 1

No setup

Claude has no context. Every session starts from zero. You re-explain the project every time.

AOL 2

CLAUDE.md

Claude reads your project rules before every session. Your standards stay in place without prompting.

AOL 3

/docs folder

Claude navigates structured project knowledge on demand. You stop explaining and start building.

AOL 4

Skills

Complex multi-step instructions become single-word commands. Your workflow is reproducible.

AOL 5

Hooks

Automated checks fire on every tool call. No supervision needed. Your rules enforce themselves.

What you learn

13 video lessons - available in your account after signing up.

01

Welcome to the Starter Guide

What is inside the Guide and what to do first

02

How to Activate Claude

The 3-step sequence that connects Claude to your project rules from the first message

03

The Builder's Roadmap

APL, AAL, and AOL explained - three maps that tell you where your setup stands today

04

CLAUDE.md - The Project Constitution

The file Claude reads before every response - it keeps your rules in place across every session

05

The /docs Folder

Why your agent needs structured project memory beyond a single configuration file

06

Advanced /docs Patterns

How to organize documentation so Claude loads only what it needs, when it needs it

07

Claude Skills

Write a complex instruction once and trigger it with a single word from any session

08

Claude Hooks

Automated rule enforcement that fires on every tool call - no manual supervision required

09

MEMORY.md

How to make Claude carry your decisions and preferences across every session reset

10

Setup Complete

Your system is active - what to build from here and how the layers compound over time

11

Agent Power Levels (APL)

4 levels from browser chat to multi-agent orchestration - find which stage your setup is at

12

Agent Access Levels (AAL)

5 levels that map how deeply your agent reaches into your data and systems

13

Agent Orchestration Layers (AOL)

From stateless chat to fully automated systems - the 5 layers and where you currently sit

What's inside

Seven files. Each one eliminates a specific failure mode that makes Claude Code unreliable without it.

MD

ABA Setup Instructions

Read this first - exact prompts that configure your entire system from zero in one session

MD

CLAUDE.md Starter

The file Claude reads before every response - your rules, in every session, without re-explaining

MD

SKILL.md Starter

Define a complex instruction once and trigger it with a single word from any project

MD

MEMORY.md Starter

Decisions and context that survive session resets, model updates, and new collaborators

MD

Docs Folder (Simple)

Lightweight structure your agent reads and navigates without you explaining the project

MD

Docs Folder (Advanced)

Full scaffolding for complex, long-running projects with multiple components

MD

Hooks Setup Guide

Automated checks that run on every save - your agent catches errors before they compound

Clone the repo

All files live in a public GitHub repo. Clone it once and your agent can read them directly - no copy-paste, no manual setup. This is how AI builders get started.

git clone https://github.com/mrnelke/ai-builder-starter-kit

The repo contains all seven starter files in a ready-to-use structure. Clone it, point your agent at the files, and it reads the setup instructions and builds your CLAUDE.md from scratch - no manual configuration needed.

Prefer to download individual files and track your progress? Sign up above and everything is in your account.

How it works

Three steps and your instruction layer is running.

1 Drop the files into your project folder
2 Tell your agent to read the setup guide
3 Your agent builds your CLAUDE.md, MEMORY.md, and SKILL.md from scratch
New project
  1. Create an ABA folder in your project root and add the starter guide files there
  2. Give your agent this prompt:
I have added the ABA Starter Guide files to the /ABA folder in this project.
Please read all the files in /ABA and set up the correct project instructions for me.
Create CLAUDE.md, MEMORY.md, and SKILL.md in the project root based on what we are building.
Ask me any questions you need to fill them in correctly.
Running project
  1. Same - create an ABA folder and drop the MD files in
  2. Give your agent this prompt:
I have added the ABA Starter Guide files to the /ABA folder in this project.
Please read all the files in /ABA, then review the existing project and consult me on how to improve each file - CLAUDE.md, MEMORY.md, SKILL.md.
For each file, tell me what you would add or change and why, then ask for my input before making changes.

Works with

Claude Code Cursor Windsurf Aider Cline Copilot Gemini CLI Any AI coding assistant
+ Bonus

3 framework guides included

Most people building with Claude Code have no clear picture of where their setup actually stands. These three guides map your current level and show exactly what the next stage requires.

PDF

Agent Power Level (APL)

Locate your current AI setup on a 4-level scale - and see exactly what becomes possible at the next level

PDF

Agent Access Level (AAL)

Map how deep your agent reaches into your system - and identify where real automation starts

PDF

Agent Orchestration Layer (AOL)

See the 5 stages of AI integration from zero context to autonomous systems - and find where you are stuck

Common questions about Claude Code setup

What is CLAUDE.md and why does Claude Code need it?

CLAUDE.md is a configuration file that Claude Code reads automatically before every session. It holds your project rules, coding standards, and workflow instructions so you do not have to re-explain them each time. Without it, every session starts without context and your agent behaves generically instead of following your specific standards.

How is Claude Code different from using ChatGPT for coding?

Claude Code operates directly inside your project - it reads your files, runs commands, edits code, and tracks changes. ChatGPT processes text you paste into a chat window. Claude Code is at APL 3, which is the inflection point where an AI agent stops talking and starts doing. That level of access requires a proper setup to work reliably across sessions.

How do you set up Claude Code for a new project?

The fastest way is to clone the ABA Starter Guide repository, add the files to an ABA folder in your project root, and run the setup prompt. Claude Code reads the setup instructions and builds your CLAUDE.md, MEMORY.md, and SKILL.md from scratch - asking you questions as it goes. The whole process takes one session.

What happens if you do not configure Claude Code before using it?

Without configuration, your agent starts every session without memory of your rules. Context you establish disappears when the conversation ends. You spend the first part of every session re-explaining the project, your output varies between sessions, and over time you become the only thing holding the workflow together.

Does this setup work with Cursor, Windsurf, and other AI coding tools?

Yes. CLAUDE.md, MEMORY.md, and the /docs structure work with any AI coding assistant that reads files from your project directory - including Cursor, Windsurf, Aider, Cline, and GitHub Copilot. The setup is file-based, not tool-specific. Claude Code is the primary tool this guide was built around, but the architecture transfers to any agent that reads your codebase.

Who this is for

Good fit

  • You are using Claude Code but your agent gives different output across sessions
  • You start every new project by re-explaining how you work
  • Your rules disappear when a session times out or resets
  • You want a proper foundation before building anything serious on top of Claude Code

Skip if

  • You only use ChatGPT or Claude in the browser
  • You are not building real projects

What you earn

Free Badge System Verified Badge
System Verified Badge

Your first ABA credential. Confirms your instruction layer is in place and your Claude Code setup is ready to build on top of.

Where this fits

The Starter Guide is step one. Each course builds on the last.

Claude Code Starter Guide - you are here gives you structure
Launchpad gives you deployed agents
Core System gives you scalable infrastructure

Claude Code Starter Guide

Install it once and Claude Code stops starting from zero. Every project after that inherits your rules, your memory, and your context.

No credit card. No spam. Files live in your account.