Boilerplate templates for Claude Code extensions. Triggers on: create agent, new skill, command template, hook script, extension scaffold.
/plugin marketplace add 0xDarkMatter/claude-mods/plugin install 0xdarkmatter-claude-mods@0xDarkMatter/claude-modsThis skill is limited to using the following tools:
assets/agent-template.mdassets/command-template.mdassets/hook-script.shassets/skill-template.mdStarter templates for building Claude Code extensions.
| Building | Template | Key Features |
|---|---|---|
| Expert persona | agent-template.md | Focus areas, quality checklist, references |
| Tool capability | skill-template.md | Commands, examples, triggers |
| User workflow | command-template.md | Execution flow, options |
| Automation | hook-script.sh | Input parsing, exit codes |
# Copy template
cp ~/.claude/skills/claude-code-templates/assets/agent-template.md \
~/.claude/agents/my-expert.md
# Edit: name, description, focus areas, references
# 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
# Copy template
cp ~/.claude/skills/claude-code-templates/assets/command-template.md \
~/.claude/commands/my-command.md
# Edit: name, description, execution flow
# 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
Templates are in ./assets/:
| File | Purpose |
|---|---|
agent-template.md | Expert agent boilerplate |
skill-template.md | Skill with YAML frontmatter |
command-template.md | Slash command scaffold |
hook-script.sh | Secure hook script template |
| Type | Pattern | Example |
|---|---|---|
| Agent | {technology}-expert.md | react-expert.md |
| Skill | {tool-or-pattern}/SKILL.md | git-workflow/SKILL.md |
| Command | {action}.md | review.md |
| Hook | {event}-{action}.sh | pre-write-validate.sh |
# Validate YAML frontmatter
head -20 my-extension.md
# Check name matches filename
grep "^name:" my-extension.md
# Run project tests
just test
./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 templateSee Also: claude-code-debug for troubleshooting extensions
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.