Releases: carlvellotti/claude-code-everyone-course
Claude Code for Everyone - Complete Course
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
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
Lesson files for the GSD Framework interactive lesson. Download and run /start-3-1 to begin.
Advanced Claude Workflows v1.0
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
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 commandmy-plan.md- Where your PRD gets saved
How to Use
- Download and unzip
ross-mike-workflows.zip - Open terminal in the
ross-mike-workflowsfolder - Run
claude - 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
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
Fix: Updated reference URL in lesson 1.1 to open correct page (fundamentals/course-intro)
Claude Code for Everyone - Module 1
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-1through/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-materialsOption 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
- Download the zip file below
- Extract it
- Navigate to the
course-materialsfolder
Start Learning
cd course-materials
claude
/start-1-1Documentation
Visit https://ccforeveryone.com for reference guides and more.