Schedule Status banner
jshchnz jshchnz

Schedule Status

Productivity community

Description

--- description: Check the health and status of the scheduler system allowed-tools: Read, Bash(launchctl:*), Bash(crontab:*), Bash(schtasks:*), Bash(ps:*), Bash(which:*) --- # Scheduler Status Check the health of the scheduling system and native scheduler. ## Process 1. **Detect Platform** - Identify OS (macOS/Linux/Windows) - Identify native scheduler (launchd/cron/schtasks) 2. **Check Native Scheduler** - macOS: Verify launchd is running, check registered agents - Linux: Check

Installation

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

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

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

Full documentation available on GitHub

View Source Repository