Hands-on workshops for learning Claude Code, from beginner fundamentals to advanced features.
- Node.js installed
- Claude Code installed:
npm install -g @anthropic-ai/claude-code
- Basic command line familiarity
git clone https://github.com/gravity9-tech/claude_code_workshop_test.git workshops
cd workshops| Workshop | Level | Duration | Description |
|---|---|---|---|
| Workshop 1 | Foundation | ~45 min | Context window, MCP, slash commands, subagents |
| Workshop 2 | Advanced | ~58 min | Skills, hooks, marketplace, plugins, workflow automation |
Workshop 1: Foundations
├── 00 Project Setup
├── 01 Context Window
├── 02 Getting Started (/init, CLAUDE.md)
├── 03 MCP & Playwright
├── 04 Slash Commands
└── 05 Subagents
│
v
Workshop 2: Advanced
├── 01 Skills
├── 02 Subagents with Skills
├── 03 Hooks
├── 04 Marketplace
├── 05 Plugins
└── 06 Workflow Automation
- Complete Workshop 1 first if you're new to Claude Code
- Start with cc-workshop-1/00_setup.md
- Type
/helpinside Claude Code - Claude Code Documentation