What problem does it solve?
This Skill lets users create, list, and remove automated scheduled tasks so periodic checks, reminders, and maintenance commands run reliably during a working session or via cloud triggers when persistence is required.
Core Features & Use Cases
- Create recurring tasks: Convert natural-language intervals into cron expressions and schedule commands via CronCreate after user confirmation.
- List and remove tasks: Inspect active session-scoped schedules with CronList and delete them with CronDelete, with clear IDs for management.
- Session vs cloud guidance: Explain when to use session-scoped CronCreate and when to use RemoteTrigger for cloud-persistent scheduling that survives machine sleep or session restarts.
- Validation and safety: Validate raw cron expressions, warn on high-frequency schedules, and always confirm before performing side effects.
Quick Start
Use the schedule skill to add a recurring PR check by saying: /schedule add "check PRs every 30 minutes" /pr-watch.