
jshchnz/claude-code-scheduler
2 skills548 installs1k starsGitHub
Install
npx skills add https://github.com/jshchnz/claude-code-schedulerSkills in this repo
1Schedulerscheduler is a Claude Code skill with a complete cron expression reference for recurring job scheduling. It documents the standard five-field format—minute (0–59), hour (0–23), day of month (1–31), month (1–12), and day of week (0–6, Sunday=0)—plus special characters asterisk, comma lists, ranges, and step values. Examples include 0 9,17 * * * for 9:00 AM and 5:00 PM daily. Developers reach for scheduler when configuring Claude Code scheduled tasks, CI cron triggers, or any automation that needs a correct crontab string without misreading field order.548installs2SchedulerScheduler schedules recurring Claude Code tasks with cron expressions, supporting daily reviews, weekly audits, and custom schedules via cron syntax or natural language. It uses launchd or crontab to run automated agent jobs on a recurring basis.0installs