long-waits
CommunityReliable long-duration scheduled waits
Authorarchibate
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Many automation tasks must wait for long delays or for external conditions to become true, but shells and simple timers hit limits and block progress or the agent. This Skill provides a safe, observable pattern to schedule deferred actions and poll conditions without hitting single-sleep timeouts or blocking the agent.
Core Features & Use Cases
- Chained interval waiting: break long delays into repeated background intervals to bypass shell timeout limits and remain event-driven.
- Condition polling and notifications: periodically check for file presence, CI/deploy completion, or log changes and trigger actions when conditions are met.
- Calendar and wall-clock scheduling: compute time differences, verify system time, and convert target datetimes into interval counts for reliable execution.
- Use case: wait for a staging build to succeed, checking every 10 minutes, then run integration tests and deploy when ready while reporting progress.
Quick Start
Ask the agent to check the target condition every 10 minutes and run the specified task when the condition becomes true.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 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: long-waits Download link: https://github.com/archibate/archibate-skills/archive/main.zip#long-waits Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.