schedule-add
Create a new scheduled task for recurring Claude Code execution (project)
Check the health and status of the scheduler system
> /plugin marketplace add jshchnz/claude-code-scheduler > /plugin install scheduler@claude-scheduler
How it fires
How this command gets triggered: by you, by Claude, or both.
/schedule-statusContext preview
What this command does when you run it.
Check the health and status of the scheduler system
description: Check the health and status of the scheduler system allowed-tools: Read, Bash(launchctl:*), Bash(crontab:*), Bash(schtasks:*), Bash(ps:*), Bash(which:*)
Check the health of the scheduling system and native scheduler.
1. **Detect Platform**
2. **Check Native Scheduler**
3. **Verify Tasks**
4. **Check Claude CLI**
# Scheduler Status ## Platform - **OS:** macOS 14.2 (darwin) - **Scheduler:** launchd - **Status:** Healthy ## Claude CLI - **Path:** /usr/local/bin/claude - **Available:** Yes ## Tasks - **Total:** 5 tasks - **Enabled:** 4 - **Disabled:** 1 - **Registered:** 4/4 enabled tasks registered with launchd ## Health Checks Claude CLI in PATH LaunchAgents directory exists All enabled tasks registered No orphaned scheduler entries ## Recent Activity - Last execution: 2h ago (Daily Code Review - OK) - Next execution: Mon Jan 6 9:00 AM (Daily Code Review)
**All Green:**
All systems healthy. Your scheduled tasks will run as expected.
**Issues Found:**
Issues detected: 1. Task "weekly-audit" is enabled but not registered with launchd Fix: Run `/schedule remove weekly-audit` then `/schedule add` to recreate 2. Claude CLI not found in PATH for scheduled execution Fix: Ensure claude is installed globally: npm install -g @anthropic-ai/claude-code Run `/schedule list` to see all tasks.
If issues are found, provide actionable fixes:
**macOS launchd issues:**
**Linux cron issues:**
**Windows Task Scheduler issues:**
Put Claude on autopilot. Schedule code reviews, security audits, and anything else - Claude Code runs them automatically, even while you sleep.
Repo: jshchnz/claude-code-scheduler
Create a new scheduled task for recurring Claude Code execution (project)
View execution history for all scheduled tasks with interactive selection
List all scheduled tasks with their status and next run times (project)
View execution logs for scheduled tasks
Remove a scheduled task by ID or name
Manually run a scheduled task immediately