From cron-scheduler
Creates a cron job with scheduling, error handling, logging, and notification. Translates natural-language schedule to cron syntax and verifies with next 5 execution times.
How this command is triggered — by the user, by Claude, or both
Slash command
/cron-scheduler:create-cronThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /create-cron - Create Cron Job Configure a cron job with proper scheduling and error handling. ## Steps 1. Ask the user for the task description and desired schedule 2. Translate the schedule description to cron syntax (minute hour day month weekday) 3. Show the next 5 execution times to verify the schedule is correct 4. Create the cron job script with proper error handling and logging 5. Add a lock mechanism to prevent overlapping executions 6. Configure output redirection: stdout to log file, stderr to error log 7. Add environment variable setup at the top of the cron script 8. Set u...
Configure a cron job with proper scheduling and error handling.
6plugins reuse this command
First indexed Mar 30, 2026
npx claudepluginhub ais1m0n3/awesome-claude-code-toolkit --plugin cron-scheduler/create-cronCreates a cron job with scheduling, error handling, logging, and notification. Translates natural-language schedule to cron syntax and verifies with next 5 execution times.
/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.
/jobsManages cron jobs — create, list, edit, or delete scheduled tasks for the heartbeat daemon. Also supports editing schedule, prompt, and notification settings.
/jobsManages cron jobs for the heartbeat daemon — create, list, edit, or delete scheduled tasks. Also supports listing and interactive editing.
/schedule-addCreates a scheduled task for recurring or one-time Claude Code execution, supporting cron expressions and natural language scheduling. Configures autonomous execution with optional git worktree isolation.
/modal-scheduleConfigures scheduled Modal functions using cron expressions or periods with optional timezone, including best practices for error handling, retries, and resources.