Claude Scheduler
Description
Run claude code prompts in the background and at regular intervals.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Claude Scheduler
Claude Scheduler is a cross-platform desktop application for scheduling tasks that run using [Claude Code](https://docs.anthropic.com/en/docs/claude-code). Configure prompts to execute on a repeating schedule, attach MCP servers for external tool access, and review rich run history with collapsible tool-call transcripts -- all from a single native UI.

Features
- Scheduled prompts -- set a start time and repeat interval (minutes, hours, or days) and Claude Scheduler runs your prompt automatically.
- Run Now -- trigger any job immediately without waiting for the next scheduled time.
- MCP server management -- add HTTP or stdio MCP servers globally, then selectively assign them to individual jobs.
- Rich run output -- each run records a full transcript with colour-coded thoughts, collapsible tool calls, and a summary section.
- Markdown prompts -- write prompts in Markdown; they render inline in the job detail view.
- Background operation -- runs in the system tray with native OS notifications on job completion or failure.
- Cross-platform -- builds for Linux, Windows, and macOS.
Screenshots
Creating a new job
Configure a name, schedule, prompt (Markdown supported), and optionally assign MCP servers whose tools should be available during execution.

Managing MCP servers
Add HTTP or stdio-based MCP servers. Each server can then be assigned to one or more jobs.

Download
Pre-built binaries for each release are available on the [GitHub Releases](https://github.com/nicholasjackson/claude-schedule/releases) page.
| Platform | Artifact |
|---|---|
| Linux (amd64) | claude-schedule-linux-amd64 |
| Windows (amd64) | claude-schedule-windows-amd64.exe |
| macOS (amd64) | claude-schedule-darwin-amd64.zip |
- Linux -- download,
chmod +x claude-schedule-linux-amd64,
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11