์Šคํ‚ฌ claude-code-templates
๐Ÿ“‹

claude-code-templates

์•ˆ์ „ โšก ์Šคํฌ๋ฆฝํŠธ ํฌํ•จ

Create Claude Code extensions from templates

๋˜ํ•œ ๋‹ค์Œ์—์„œ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค: 0xDarkMatter

Building Claude Code extensions requires proper structure and configuration. These starter templates provide proven patterns for agents, skills, commands, and hook scripts so you can scaffold extensions correctly the first time.

์ง€์›: Code(CC)
โš ๏ธ 68 ๋‚˜์จ
1

์Šคํ‚ฌ ZIP ๋‹ค์šด๋กœ๋“œ

2

Claude์—์„œ ์—…๋กœ๋“œ

์„ค์ • โ†’ ๊ธฐ๋Šฅ โ†’ ์Šคํ‚ฌ โ†’ ์Šคํ‚ฌ ์—…๋กœ๋“œ๋กœ ์ด๋™

3

ํ† ๊ธ€์„ ์ผœ๊ณ  ์‚ฌ์šฉ ์‹œ์ž‘

ํ…Œ์ŠคํŠธํ•ด ๋ณด๊ธฐ

"claude-code-templates" ์‚ฌ์šฉ ์ค‘์ž…๋‹ˆ๋‹ค. I need to create a Python expert agent for my team

์˜ˆ์ƒ ๊ฒฐ๊ณผ:

  • Copy template to ~/.claude/agents/python-expert.md
  • Customize focus areas: decorators, async, typing
  • Add quality checklist items for PEP 8 compliance
  • Include official Python documentation links

๋ณด์•ˆ ๊ฐ์‚ฌ

์•ˆ์ „
v3 โ€ข 1/10/2026

This skill contains only template files for Claude Code extensions. The only executable is a bash script template (hook-script.sh) with no harmful commands and proper error handling. All files are pure templates with placeholders. No network calls, no credential access, no obfuscated code.

5
์Šค์บ”๋œ ํŒŒ์ผ
508
๋ถ„์„๋œ ์ค„ ์ˆ˜
1
๋ฐœ๊ฒฌ ์‚ฌํ•ญ
3
์ด ๊ฐ์‚ฌ ์ˆ˜

์œ„ํ—˜ ์š”์ธ

โšก ์Šคํฌ๋ฆฝํŠธ ํฌํ•จ (1)

ํ’ˆ์งˆ ์ ์ˆ˜

36
์•„ํ‚คํ…์ฒ˜
100
์œ ์ง€๋ณด์ˆ˜์„ฑ
83
์ฝ˜ํ…์ธ 
31
์ปค๋ฎค๋‹ˆํ‹ฐ
100
๋ณด์•ˆ
70
์‚ฌ์–‘ ์ค€์ˆ˜

๋งŒ๋“ค ์ˆ˜ ์žˆ๋Š” ๊ฒƒ

Scaffold new extensions

Quickly create properly structured agents, skills, commands, or hooks for Claude Code

Standardize team templates

Establish consistent patterns across team extensions with shared template foundations

Build hook integrations

Create secure hook scripts for tool use validation, logging, or custom automation

์ด ํ”„๋กฌํ”„ํŠธ๋ฅผ ์‚ฌ์šฉํ•ด ๋ณด์„ธ์š”

New Agent
I need to create a new [technology] expert agent. Copy the agent template from claude-code-templates to ~/.claude/agents/[technology]-expert.md and help me customize the focus areas and quality checklist.
New Skill
Create a new skill called [skill-name] in ~/.claude/skills/. Copy the skill template from claude-code-templates and help me fill in the commands and examples.
New Command
I want to create a /[command-name] slash command. Copy the command template from claude-code-templates and help me define the execution flow and options.
Hook Script
Create a hook script that validates file paths before write operations. Copy the hook template from claude-code-templates and customize it to block path traversal attacks.

๋ชจ๋ฒ” ์‚ฌ๋ก€

  • Keep SKILL.md under 500 lines and use references/ for detailed documentation
  • Use descriptive trigger keywords in description field for better agent discovery
  • Test templates in a non-production project before deploying team-wide

ํ”ผํ•˜๊ธฐ

  • Using generic descriptions without trigger keywords for agent discovery
  • Skipping quality checklists or focus areas in agent templates
  • Mixing dynamic content with static patterns that could benefit from caching

์ž์ฃผ ๋ฌป๋Š” ์งˆ๋ฌธ

Which Claude versions support these templates?
Claude Code CLI 0.6+ supports agents, skills, commands, and hooks via the ~/.claude/ directory structure.
What are the file size limits for templates?
SKILL.md should stay under 500 lines. Large reference files can exceed 1024 tokens to benefit from prompt caching.
How do I integrate templates with my existing workflow?
Copy templates to your ~/.claude/ directories, edit placeholders, and reference them in your conversation or settings.json.
Is my data safe with hook scripts?
Hook scripts run locally with your permissions. Review scripts before execution and only use trusted templates from known sources.
Why is my template not being recognized?
Ensure the name field matches the filename exactly, use lowercase with hyphens, and place files in the correct ~/.claude subdirectories.
How is this different from built-in Claude Code features?
These templates provide custom extension patterns beyond default capabilities, allowing personalized agents, skills, and automation hooks.

๊ฐœ๋ฐœ์ž ์„ธ๋ถ€ ์ •๋ณด

์ž‘์„ฑ์ž

0xDarkMatter

๋ผ์ด์„ ์Šค

MIT

์ฐธ์กฐ

main

ํŒŒ์ผ ๊ตฌ์กฐ

๐Ÿ“ assets/

๐Ÿ“„ agent-template.md

๐Ÿ“„ command-template.md

๐Ÿ“„ hook-script.sh

๐Ÿ“„ skill-template.md

๐Ÿ“„ SKILL.md