From cchelp
Use when scaffolding or creating Claude Code configuration files from scratch. Provides templates for CLAUDE.md, memory, skills, agents, commands, hooks, settings, and MCP setup.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cchelp:generateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Templates and guidelines for scaffolding Claude Code configuration files. Each file type has a template in `references/`.
Templates and guidelines for scaffolding Claude Code configuration files. Each file type has a template in references/.
references/| # | Type | Template | Output Path |
|---|---|---|---|
| 1 | CLAUDE.md | references/claude-md-template.md | ./CLAUDE.md |
| 2 | Memory | references/memory-template.md | ~/.claude/projects/*/memory/ |
| 3 | Skills | references/skill-template.md | ./skills/<name>/SKILL.md |
| 4 | Agents | references/agent-template.md | ./agents/<name>.md |
| 5 | Commands | references/command-template.md | ./commands/<name>.md |
| 6 | Hooks | references/hooks-template.md | ./hooks/hooks.json |
| 7 | Settings | references/settings-template.md | ./.claude/settings.json |
| 8 | MCP | references/mcp-template.md | ./.mcp.json |
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub kimhance/claude-config-helper --plugin cchelp