Agent skill
course-help
Help and navigation for Claude Code Course. Use when: user asks about the course, lessons, or progress. Triggers: "help", "course help", "what lessons", "my progress".
Install this agent skill to your Project
npx add-skill https://github.com/timequity/plugins/tree/main/ccc/skills/course-help
SKILL.md
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 |
|---|---|
/ccc:course |
Start or continue the course |
/ccc:lesson 1 |
Go to specific lesson |
/ccc:practice |
Practice current lesson |
/ccc:progress |
Show your progress |
/ccc:reset |
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
claude-code-course
Learn Claude Code in 5 hands-on lessons. From basics to building applications. Use when: user wants to learn Claude Code, asks "how do I...", or is new. Triggers: "learn", "teach me", "how does this work", "I'm new", "course".
foundations
Claude Code basics for new users. Covers essential concepts and commands. Use when: user is new to Claude Code or routed here by learning-path assessment.
advanced
Claude Code mastery for power users. Build agents, MCP servers, publish plugins. Use when: user wants to create agents, build integrations, or publish plugins.
lessons
Lesson content for Claude Code Course. Use when: loading lesson content. Internal skill - contains lesson files.
intermediate
Claude Code customization for comfortable users. Covers skills, commands, MCP, hooks. Use when: user knows basics and wants to customize Claude Code.
progress-manager
Manages course progress tracking in ~/.claude-course/progress.json. Use when: loading, saving, or displaying course progress. Internal skill - used by /ccc:course commands.
Didn't find tool you were looking for?