delaying-tasks

Community

Schedule AI actions with precision and minimal overhead.

Authorrandlee
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill simplifies the automation of tasks requiring delays or interval-based polling, ensuring reliable and efficient execution within AI workflows without complex manual setup.

Core Features & Use Cases

  • One-Shot Delayed Actions: Schedule a single action to execute after a specified duration or at a specific time.
  • Bounded Interval Polling: Continuously check for conditions at regular intervals, with configurable limits on duration or attempts.
  • Stop-on-Success Polling: Automatically stop polling once a success condition is met, preventing unnecessary checks.
  • Use Case: Imagine you've triggered a GitHub Action and need to wait for it to complete before proceeding. Use this Skill to poll the GitHub API every minute for 10 minutes, stopping as soon as the action finishes, and then continue your workflow.

Quick Start

Use the delay skill to wait for 5 minutes, then check the status of the GitHub Actions workflow.

Dependency Matrix

Required Modules

None required

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: delaying-tasks
Download link: https://github.com/randlee/synaptic-canvas/archive/main.zip#delaying-tasks

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository