ccc/skills/intermediate/SKILL.md
Claude Code customization for comfortable users. Covers skills, commands, MCP, hooks. Use when: user knows basics and wants to customize Claude Code.
npx skillsauth add timequity/plugins intermediateInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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."
tools
Backup strategies, disaster recovery planning, and business continuity.
devops
Cloud cost management, rightsizing, and FinOps practices.
testing
CI/CD pipeline design with GitHub Actions, GitLab CI, and best practices.
development
Validate idea and create detailed PRD. Saves docs/PRD.md to project. Use when: user describes an app idea, wants to create something new. Triggers: "I want to build", "create app", "make website", "build MVP", "хочу создать", "сделать приложение".