πŸš€ Claude Code Mastery System

πŸ”§ Setup Check

Before You Start: Verify Your Setup

Let's make sure you have everything needed to use Claude Code effectively.

βœ… Node.js

Required for Claude Code CLI

βœ… Claude Code CLI

The terminal interface

πŸ’‘ Quick Test

Try this command in your terminal:

claude --version

πŸ’» Chapter 0: Opening Your Terminal

Before diving into Claude Code, you need to understand the terminal. This is where all the magic happens - where you'll run commands, see Claude's responses, and approve changes.

πŸ–₯️ What is a Terminal?

A terminal is a text-based interface to your computer. Instead of clicking icons, you type commands.

  • Think of it as a conversation with your computer
  • You type a command, computer responds
  • Claude Code runs inside the terminal

πŸš€ How to Open Terminal

Windows:

  • Press Win + R, type cmd
  • Or search "Command Prompt" in Start menu

Mac:

  • Press Cmd + Space, type "Terminal"
  • Or Applications β†’ Utilities β†’ Terminal

πŸ“ Essential Commands

pwd Shows your current folder
ls Lists files in current folder
cd folder-name Moves into a folder

🎯 Working Directory

This is crucial for Claude Code!

  • Always run claude commands in your project folder
  • Use cd to navigate there first
  • Right-click in folder β†’ "Open Terminal Here" (Windows/Mac)

βœ… Ready to Start?

Once you can open a terminal and navigate to a project folder, you're ready for Claude Code!

Try: pwd to see where you are, then ls to see what's there.

🎯 Choose Your Learning Track

βœ“ Recommended Start
🌱

Beginner Explorer

Start from zero. Build confidence through small, successful projects.

Basic Prompting Simple Debugging
⚑

Skilled Practitioner

Build real solutions. Connect tools to solve actual problems.

API Integration Project Architecture
πŸš€

Team Collaborator

Lead projects. Teach others. Build systems that scale.

Code Review System Design