From cron-scheduler
Parses, validates, and explains cron schedule expressions. Detects common mistakes, computes next execution times, and visualizes a calendar of upcoming runs.
How this command is triggered — by the user, by Claude, or both
Slash command
/cron-scheduler:validate-scheduleThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /validate-schedule - Validate Cron Schedule Validate and explain a cron schedule expression. ## Steps 1. Take the cron expression from the user (5 or 6 fields) 2. Parse each field: minute, hour, day of month, month, day of week 3. Validate syntax: check for valid ranges, step values, and special characters 4. Detect common mistakes: day/month confusion, 0-indexed vs 1-indexed weekdays 5. Translate the expression to plain English description 6. Calculate the next 10 execution times based on the current date 7. Calculate the frequency: how many times per day, week, month 8. Identify pote...
Validate and explain a cron schedule expression.
6plugins reuse this command
First indexed Mar 30, 2026
npx claudepluginhub avelikiy/awesome-claude-code-toolkit --plugin cron-scheduler/validate-scheduleParses, validates, and explains cron schedule expressions. Detects common mistakes, computes next execution times, and visualizes a calendar of upcoming runs.
/cronDesigns, builds, and debugs scheduled tasks and recurring job systems using cron expressions and schedulers like BullMQ, Celery Beat, Quartz. Outputs schedule registry, scheduler setup, idempotency helpers, and monitoring files.
/modal-scheduleConfigures scheduled Modal functions using cron expressions or periods with optional timezone, including best practices for error handling, retries, and resources.
/jobsManages cron jobs for the heartbeat daemon — create, list, edit, or delete scheduled tasks. Also supports listing and interactive editing.
/jobsManages cron jobs — create, list, edit, or delete scheduled tasks for the heartbeat daemon. Also supports editing schedule, prompt, and notification settings.
/scheduleManages scheduled workflow jobs created by the Claude Octopus scheduler: lists, adds via guided wizard, enables, disables, and removes jobs, plus viewing logs.