---
/plugin marketplace add chkim-su/skillmaker/plugin install skillmaker@skillmaker-marketplaceThis skill inherits all available tools. When active, it can use any tool Claude has access to.
references/full-examples.mdProduction-tested templates for Claude Code hooks (1.0.40+ schema).
hooks.{EventName}| Type | Trigger | Use Case |
|---|---|---|
| UserPromptSubmit | Every prompt | Skill activation |
| PreToolUse | Before tool | Validation, blocking |
| PostToolUse | After tool | Tracking, state |
| Stop | Session end | Cleanup, reminders |
{
"hooks": {
"PreToolUse": [{
"matcher": "Edit|Write",
"hooks": [{
"type": "command",
"command": "script.sh",
"timeout": 5
}]
}]
}
}
| Code | PreToolUse | Others |
|---|---|---|
| 0 | Continue | Continue |
| 1+ | Blocks | Logged only |
hooks array"type": "command"pattern or behavior fieldstool_input.subagent_type for Task hooksworkflow-state-patterns for state filesskill-activation-patterns with UserPromptSubmitCreating 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.