Schedule a delayed or interval-based action with minimal heartbeats. Use to wait before running a check (e.g., GH Actions, PR status, CI pipeline) or to poll on a bounded interval. Trigger on: "wait", "delay", "poll", "check later", "retry after", "schedule check".
/plugin marketplace add randlee/synaptic-canvas/plugin install sc-delay-tasks@synaptic-canvasThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Use this skill to run a delayed one-shot or bounded polling loop. Use the /delay command to invoke this skill.
This skill delegates to specialized agents via the Task tool:
| Operation | Agent | Returns |
|---|---|---|
| One-shot delay | delay-once | JSON: success, duration, action |
| Bounded polling | delay-poll | JSON: success, attempts, stopped_early, action |
To invoke an agent, use the Task tool with:
.claude/agents/<agent-name>.md/delay --minutes N [--action "text"] or /delay --until HH:MM|ISO [--action "text"]/delay --every 1m --for 10m [--action "text"] or /delay --every 1m --attempts 10 [--action "text"]--stop-on-success with either --prompt <name> (uses .prompts/<name>.md) or --prompt-text "..." (auto-creates .prompts/delay-success-<ts>.md wrapping the text). The prompt must return JSON: { "Success": true|false|"true"|"false", "Cancelled": true|false|"true"|"false", "Message": "<details>" }. Cancelled=true stops immediately..claude/scripts/delay-run.sh --every <interval> --attempts 1 --suppress-action; after each sleep, run the success-check prompt from .prompts/ and parse JSON Success/Cancelled/Message. Stop early when Success=true or Cancelled=true; otherwise continue until attempts/duration used.delay-once: handles one-shot delays, emits heartbeats, prints action text at end.delay-poll: handles bounded polling (interval + max duration/attempts), emits heartbeats each interval, stops on success/timeout, prints action text at end.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.