Back to list
aiskillstore

claude-code-templates

by aiskillstore

Security-audited skills for Claude, Codex & Claude Code. One-click install, quality verified.

102🍴 3📅 Jan 23, 2026

SKILL.md


Claude Code Templates

Starter templates for building Claude Code extensions.

Template Selection

BuildingTemplateKey Features
Expert personaagent-template.mdFocus areas, quality checklist, references
Tool capabilityskill-template.mdCommands, examples, triggers
User workflowcommand-template.mdExecution flow, options
Automationhook-script.shInput parsing, exit codes

Quick Start

Create an Agent

# Copy template
cp ~/.claude/skills/claude-code-templates/assets/agent-template.md \
   ~/.claude/agents/my-expert.md

# Edit: name, description, focus areas, references

Create a Skill

# Create skill directory
mkdir -p ~/.claude/skills/my-skill

# Copy template
cp ~/.claude/skills/claude-code-templates/assets/skill-template.md \
   ~/.claude/skills/my-skill/SKILL.md

# Edit: name, description, commands, examples

Create a Command

# Copy template
cp ~/.claude/skills/claude-code-templates/assets/command-template.md \
   ~/.claude/commands/my-command.md

# Edit: name, description, execution flow

Create a Hook Script

# Copy template
cp ~/.claude/skills/claude-code-templates/assets/hook-script.sh \
   .claude/hooks/my-hook.sh

# Make executable
chmod +x .claude/hooks/my-hook.sh

Template Locations

Templates are in ./assets/:

FilePurpose
agent-template.mdExpert agent boilerplate
skill-template.mdSkill with YAML frontmatter
command-template.mdSlash command scaffold
hook-script.shSecure hook script template

Naming Conventions

TypePatternExample
Agent{technology}-expert.mdreact-expert.md
Skill{tool-or-pattern}/SKILL.mdgit-workflow/SKILL.md
Command{action}.mdreview.md
Hook{event}-{action}.shpre-write-validate.sh

Validation

# Validate YAML frontmatter
head -20 my-extension.md

# Check name matches filename
grep "^name:" my-extension.md

# Run project tests
just test

Official Documentation

Assets

  • ./assets/agent-template.md - Expert agent scaffold
  • ./assets/skill-template.md - Skill with references pattern
  • ./assets/command-template.md - Slash command scaffold
  • ./assets/hook-script.sh - Secure bash hook template

See Also: claude-code-debug for troubleshooting extensions

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

+5
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon