Module 0BFree2-3 hrs

Claude Code Mastery

Go from Claude Code basics to power user. Build a complete AI-powered workspace — for any kind of work, not just PMs.

What is this module?

Module 0 got you set up. Module 0B is where you become a power user.

You'll learn how to give Claude Code a persistent memory of your project with CLAUDE.md, how to build custom Skills (slash commands), how to automate repetitive actions with Hooks, and how to run multiple tasks in parallel with sub-agents.

The capstone is a mini automation you actually ship — a daily planner, note organizer, or reading list tracker. By the end, Claude Code will feel like a custom tool built just for the way you work.

Prerequisites

What you'll learn

CLAUDE.md — give Claude persistent memory of your project

15 min

Context management & avoiding context decay

15 min

Plan Mode for complex tasks

15 min

Sub-agents — do 5 things at once

15 min

Skills — /brainstorm, /outline, /research, /summarize

20 min

Hooks — auto-format, protect files, notifications

20 min

8 advanced prompting patterns

20 min

Capstone: build your mini automation

30 min

What you'll build

By the end of the capstone, you'll have a complete AI-powered workspace that looks like this:

my-workspace/
  CLAUDE.md                    ← Your project brain
  goals.md                     ← Current context
  .claude/
    settings.json              ← Hooks (auto-format, protect files)
    skills/
      brainstorm/SKILL.md      ← /brainstorm command
      outline/SKILL.md         ← /outline [topic] command
      research/SKILL.md        ← /research command
      summarize/SKILL.md       ← /summarize command
  templates/                   ← Reusable output templates
  docs/                        ← Generated outputs

Before Mastery

  • Re-explain context every session
  • Write the same prompts over and over
  • Outputs get worse the longer you chat
  • One task at a time, sequentially

After Mastery

  • Claude knows your context automatically
  • Type /brainstorm and get a full workflow
  • Clean sessions, sharp outputs every time
  • 5 tasks in parallel with sub-agents

How to get started

This module

theainativepm.com/modules/0b-everyone

Start command

Start Module 0B

1. In Claude Code, clone the repo

git clone https://github.com/anmolgupta824/claude-code-for-everyone.git

2. Navigate to the module

cd claude-code-for-everyone/modules/module-0b-everyone

3. Type this to start

Start Module 0B

The teacher brain loads automatically and guides you through each lesson.

Ready to level up?

Start with CLAUDE.md and work through to the capstone. By the end, you'll have a complete AI-powered workspace that works exactly the way you do.

Open Module 0B on GitHub

Next Up

Module 01: Vibe Code Your First Project

Build and deploy a real personal website. Zero coding needed. Live URL by the end. 1.5 hours.