Claude-skill-registry claude-code-course
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/ccc" ~/.claude/skills/majiayu000-claude-skill-registry-claude-code-course && rm -rf "$T"
manifest:
skills/data/ccc/SKILL.mdsource content
Claude Code Course
Master Claude Code from zero to expert in 5 hands-on lessons.
What You'll Learn
| Lesson | Topic | What You'll Do |
|---|---|---|
| 1 | Getting Started | First commands, file operations |
| 2 | Skills | Create your first skill |
| 3 | Commands & Hooks | Customize with slash commands |
| 4 | Agents | Build autonomous agents |
| 5 | Full Project | Build a complete application |
How It Works
/ccc:course Start or continue the course /ccc:lesson N Jump to specific lesson (1-5) /ccc:practice Do hands-on exercises /ccc:progress Check your progress
Course Philosophy
Not this: This: +-----------------+ +-----------------+ | Read 50 pages | | "Let's build | | of docs | -> | something" | | Then try stuff | | | +-----------------+ | Learn by doing | +-----------------+
Features
- 5 Lessons - Progressive, hands-on learning
- Practice Tasks - Real exercises in each lesson
- Progress Tracking - Pick up where you left off
- Tutor Agent - AI instructor guides you
Quick Start
Just say "teach me Claude Code" or run
/ccc:course.
The tutor will guide you from there.