Skip to content

Releases: carlvellotti/claude-code-everyone-course

Claude Code for Everyone - Complete Course

03 Feb 02:23

Choose a tag to compare

What's New in v2.0.1

Added Nimbalyst as recommended visual workspace option

Lesson 1.2 now offers students a choice between:

  • Nimbalyst (Recommended) - Purpose-built for non-technical Claude Code work with WYSIWYG markdown, file diffs, and Claude Code built-in
  • Cursor - For users who want to use Cursor's AI features alongside Claude Code

Changes

  • Updated teaching script (1.2) with Nimbalyst setup flow
  • Updated course-structure.json description

Includes all Module 1 and Module 2 content

Claude Code for Everyone - Module 1

03 Feb 02:14

Choose a tag to compare

What's New

Added Nimbalyst as recommended visual workspace option

Lesson 1.2 now offers students a choice between:

  • Nimbalyst (Recommended) - Purpose-built for non-technical Claude Code work with WYSIWYG markdown, file diffs, and Claude Code built-in
  • Cursor - For users who want to use Cursor's AI features alongside Claude Code

Changes

  • Updated teaching script (1.2) with Nimbalyst setup flow
  • Updated course-structure.json description

GSD Framework Lesson Files v1.0

04 Feb 00:34

Choose a tag to compare

Lesson files for the GSD Framework interactive lesson. Download and run /start-3-1 to begin.

Advanced Claude Workflows v1.0

26 Jan 20:32

Choose a tag to compare

Interactive lesson from Claire Vo's interview with John Lindquist on How I AI. Covers mermaid diagrams, terminal aliases, stop hooks, and the infinite junior engineer mindset.

Ross Mike Workflows - Mini Lesson v1.0

19 Jan 23:21

Choose a tag to compare

Ross Mike Workflows - Interactive Mini Lesson

An interactive Claude Code lesson based on Greg Isenberg's interview with Ross Mike.

What's Included

  • CLAUDE.md - The interactive lesson script
  • .claude/commands/start-lesson.md - Lesson trigger command
  • my-plan.md - Where your PRD gets saved

How to Use

  1. Download and unzip ross-mike-workflows.zip
  2. Open terminal in the ross-mike-workflows folder
  3. Run claude
  4. Type /start-lesson

What You'll Learn

  • The "Ask User Question" planning technique
  • The 50% context rule
  • Earning the right to automate (Ralph loops)
  • Audacity over syntax

More info: https://ccforeveryone.com/mini-lessons/ross-mike-workflows

Claude Code for Everyone - Module 2: Vibe Coding

15 Jan 17:06

Choose a tag to compare

What's New in v2.0.0

Module 2: Vibe Coding

Build a real web app from scratch and deploy it to the internet.

New Lessons:

  • 2.1: Setup - The vibecoding mindset and project folder setup
  • 2.2: Plan - Interview process to define clear requirements
  • 2.3: Build & Iterate - Scaffold, build, and refine with screenshots
  • 2.4: GitHub - Version control and backup
  • 2.5: Go Live - Deploy to Vercel with a real URL

Time to complete: ~1-2 hours

Prerequisites

Complete Module 1 (Fundamentals) first.

Claude Code for Everyone - Module 1

11 Jan 21:10

Choose a tag to compare

Fix: Updated reference URL in lesson 1.1 to open correct page (fundamentals/course-intro)

Claude Code for Everyone - Module 1

08 Jan 04:58

Choose a tag to compare

Claude Code for Everyone - Module 1 Release

What's Included

  • Module 1: Fundamentals - 7 interactive lessons covering core Claude Code skills
  • Practice files (meeting notes, interviews, competitor research)
  • Slash commands (/start-1-1 through /start-1-7)
  • Sub-agent templates

How to Get Started

Option 1: One-line download (Mac/Linux)

curl -L https://github.com/carlvellotti/claude-code-everyone-course/archive/refs/tags/v1.0.0.tar.gz | tar -xz && cd claude-code-everyone-course-1.0.0/course-materials

Option 2: Let Claude do it

Give Claude this link and ask it to download the course:
https://github.com/carlvellotti/claude-code-everyone-course/releases/latest

Option 3: Manual download

  1. Download the zip file below
  2. Extract it
  3. Navigate to the course-materials folder

Start Learning

cd course-materials
claude
/start-1-1

Documentation

Visit https://ccforeveryone.com for reference guides and more.