scheduling
✓This skill should be used when the user asks about "Effect Schedule", "retry schedules", "repetition", "Schedule.exponential", "Schedule.spaced", "Schedule.recurs", "cron scheduling", "backoff strategy", "schedule combinators", "Effect.repeat", "Effect.retry", "polling", or needs to understand how Effect handles scheduled operations and retry policies.
Installation
SKILL.md
| Schedule.forever | Never stops | | Schedule.once | Single execution | | Schedule.recurs(n) | Exactly n times | | Schedule.spaced(d) | Fixed delay d | | Schedule.fixed(d) | Fixed interval from start | | Schedule.exponential(d) | d, 2d, 4d, 8d... | | Schedule.fibonacci(d) | d, d, 2d, 3d, 5d... | | Schedule.linear(d) | d, 2d, 3d, 4d... |
For comprehensive scheduling documentation, consult ${CLAUDEPLUGINROOT}/references/llms-full.txt.
This skill should be used when the user asks about "Effect Schedule", "retry schedules", "repetition", "Schedule.exponential", "Schedule.spaced", "Schedule.recurs", "cron scheduling", "backoff strategy", "schedule combinators", "Effect.repeat", "Effect.retry", "polling", or needs to understand how Effect handles scheduled operations and retry policies. Source: andrueandersoncs/claude-skill-effect-ts.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/andrueandersoncs/claude-skill-effect-ts --skill scheduling Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/andrueandersoncs/claude-skill-effect-ts --skill scheduling- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is scheduling?
This skill should be used when the user asks about "Effect Schedule", "retry schedules", "repetition", "Schedule.exponential", "Schedule.spaced", "Schedule.recurs", "cron scheduling", "backoff strategy", "schedule combinators", "Effect.repeat", "Effect.retry", "polling", or needs to understand how Effect handles scheduled operations and retry policies. Source: andrueandersoncs/claude-skill-effect-ts.
How do I install scheduling?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/andrueandersoncs/claude-skill-effect-ts --skill scheduling Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/andrueandersoncs/claude-skill-effect-ts
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01