---
/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/complete-workflow-example.mdreferences/hook-details.mdMulti-phase workflows need phase enforcement, session continuity, and quality gates. This pattern uses file-based state + hooks.
.workflow-phase-donePhase 1 → [POST HOOK] → .analysis-done
Phase 2 → [POST HOOK] → .plan-approved
Phase 3 → [PRE HOOK checks] → [POST HOOK] → .execution-done
Phase 4 → PASS: cleanup all / FAIL: preserve for retry
| File | Purpose |
|---|---|
.{workflow}-analysis-done | Unlocks planning |
.{workflow}-plan-approved | Unlocks execution |
.{workflow}-execution-done | Marks modification complete |
.{workflow}-audit-passed | Final success marker |
{
"hooks": {
"PreToolUse": [{
"matcher": "Task",
"hooks": [{
"type": "command",
"command": "python3 scripts/workflow-gate.py",
"timeout": 5
}]
}]
}
}
Gate script checks tool_input.subagent_type and state files.
.refactor-*, .migration-*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.