Schedule Run banner
jshchnz jshchnz

Schedule Run

Productivity community

Description

--- description: Manually run a scheduled task immediately allowed-tools: Read, Write, Bash --- # Run Scheduled Task Execute a scheduled task immediately, bypassing its schedule trigger. ## Usage ``` /schedule run <task-id-or-name> ``` ## Process 1. **Find Task** - Search by ID or name - Load task configuration 2. **Confirm Execution** - Show task details - Ask for confirmation (optional, can skip with --yes flag) 3. **Execute Task** - Run the configured command - Strea

Installation

Installs to ~/.claude/skills/jshchnz-claude-code-scheduler-schedule-run/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jshchnz-claude-code-scheduler-schedule-run && curl -fsSL https://raw.githubusercontent.com/jshchnz/claude-code-scheduler/HEAD/commands/schedule-run.md -o ~/.claude/skills/jshchnz-claude-code-scheduler-schedule-run/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository