Claude-skill-registry course-help
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/course-help" ~/.claude/skills/majiayu000-claude-skill-registry-course-help && rm -rf "$T"
manifest:
skills/data/course-help/SKILL.mdsource content
Claude Code Course
Interactive course to master Claude Code in 5 hands-on lessons.
Lessons Overview
| # | Lesson | Duration | Topics |
|---|---|---|---|
| 1 | Claude Code Basics | 15 min | CLI, commands, prompting |
| 2 | Your First Skill | 20 min | SKILL.md, triggers, structure |
| 3 | Agent Helpers | 25 min | Agents, Task tool, automation |
| 4 | Hooks and Automation | 20 min | Hooks, pre-commit, workflows |
| 5 | Building an Application | 30 min | Full project from scratch |
Commands
| Command | Description |
|---|---|
| Start or continue the course |
| Go to specific lesson |
| Practice current lesson |
| Show your progress |
| Reset progress and start over |
How It Works
- Theory — Short explanation with examples
- Practice — Hands-on task in your terminal
- Check — Verify you completed the task
- Next — Move to next lesson
Progress Tracking
Your progress is saved in
~/.claude-course/progress.json.
You can continue from where you left off.
Tips
- Complete lessons in order (they build on each other)
- Practice tasks are done in YOUR terminal
- Ask questions anytime — the tutor agent helps
- Each lesson takes 15-30 minutes