schedule-add
Create a new scheduled task for recurring Claude Code execution (project)
Remove a scheduled task by ID or name
> /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-removeContext preview
What this command does when you run it.
Remove a scheduled task by ID or name
description: Remove a scheduled task by ID or name allowed-tools: Read, Write, Bash(launchctl:*), Bash(crontab:*), Bash(schtasks:*)
Remove a task from the schedule configuration and unregister from the native scheduler.
/schedule remove <task-id-or-name>
1. **Find Task**
2. **Confirm Removal**
3. **Remove Task**
4. **Confirm Success**
User: /schedule remove daily-review Claude: Found task: - Name: Daily Code Review - ID: a1b2c3d4-... - Schedule: Weekdays at 9:00 AM - Scope: project Are you sure you want to remove this task? (y/n) > y Task "Daily Code Review" has been removed. - Unregistered from launchd - Removed from .claude/schedules.json Run /schedule list to verify.
**Task not found:**
Task "xyz" not found. Available tasks: - daily-review (Daily Code Review) - weekly-audit (Weekly Dependency Audit) Try: /schedule remove daily-review
**Multiple matches:**
Multiple tasks match "review": 1. daily-review - Daily Code Review (project) 2. pr-review - PR Review Reminder (global) Please specify the exact task ID: /schedule remove daily-review
If the user passes arguments:
Optionally ask if they want to delete associated log files:
Delete log files for this task? (y/n) > n Log files preserved at ~/.claude/logs/a1b2c3d4.log
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
Manually run a scheduled task immediately
Check the health and status of the scheduler system