AgentSkillsCN

course-help

Claude Code课程的帮助与导航。 适用场景:用户询问课程、课程内容或进度。 触发条件:“帮助”、“课程帮助”、“有哪些课程”、“我的进度”

SKILL.md
--- frontmatter
name: course-help
description: |
  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".

Claude Code Course

Interactive course to master Claude Code in 5 hands-on lessons.

Lessons Overview

#LessonDurationTopics
1Claude Code Basics15 minCLI, commands, prompting
2Your First Skill20 minSKILL.md, triggers, structure
3Agent Helpers25 minAgents, Task tool, automation
4Hooks and Automation20 minHooks, pre-commit, workflows
5Building an Application30 minFull project from scratch

Commands

CommandDescription
/ccc:courseStart or continue the course
/ccc:lesson 1Go to specific lesson
/ccc:practicePractice current lesson
/ccc:progressShow your progress
/ccc:resetReset progress and start over

How It Works

  1. Theory — Short explanation with examples
  2. Practice — Hands-on task in your terminal
  3. Check — Verify you completed the task
  4. 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