一键导入
intermediate
Claude Code customization for comfortable users. Covers skills, commands, MCP, hooks. Use when: user knows basics and wants to customize Claude Code.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Claude Code customization for comfortable users. Covers skills, commands, MCP, hooks. Use when: user knows basics and wants to customize Claude Code.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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".
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".
Assess Claude Code knowledge and route to appropriate learning level. Use when: user wants to learn Claude Code, asks for guidance, or says "teach me". Triggers: "learn Claude Code", "teach me", "I'm new", "where do I start", "beginner".
Describe your idea, get a deployed product. All Craft Coder skills + brainstorm, validation, marketing. Use when: user wants to build something from an idea, prototype, or MVP. Triggers: "build app", "create website", "make MVP", "I have an idea", "хочу приложение", "создать сайт", "сделать MVP".
Manages course progress tracking in ~/.claude-course/progress.json. Use when: loading, saving, or displaying course progress. Internal skill - used by /ccc:course commands.
Lesson content for Claude Code Course. Use when: loading lesson content. Internal skill - contains lesson files.
| name | intermediate |
| description | Claude Code customization for comfortable users. Covers skills, commands, MCP, hooks. Use when: user knows basics and wants to customize Claude Code. |
Extend Claude Code with your own skills, commands, and integrations.
| # | Topic | Reference |
|---|---|---|
| 1 | Custom Skills | custom-skills.md |
| 2 | Plugin Structure | plugin-structure.md |
| 3 | MCP Servers | mcp-basics.md |
| 4 | Hooks | hooks.md |
1. CONCEPT → What it is, why you'd use it
2. STRUCTURE → Files and format
3. EXAMPLE → Real working code
4. EXERCISE → Build one yourself
5. VERIFY → Test it works
Key points:
SKILL.md with frontmatter + contentExercise: Create a skill for your common workflow
Reference: custom-skills.md
Key points:
marketplace.json defines contents.claude/Exercise: Create a mini plugin with 1 skill + 1 command
Reference: plugin-structure.md
Key points:
.mcp.json or settingsExercise: Set up an MCP server (filesystem or sqlite)
Reference: mcp-basics.md
Key points:
Exercise: Create a SessionStart hook that logs time
Reference: hooks.md
User has completed Intermediate when they can:
When complete, offer:
"Nice work! You can now customize Claude Code.
Ready for Advanced? Next level covers:
- Building custom agents (subagents)
- Complex multi-skill workflows
- Publishing plugins to marketplace
Say 'yes' or /cc:level advanced to continue."