Slash Cron
Description
Claude Code slash command (/cron) shows all active in-memory cron jobs running in Claude Code (even outside of the working directory you're in!). Uses hooks and a simple registry to keep track of what's running, and allows you to manage the crons easily.
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
slash-cron
A `/cron` command for [Claude Code](https://claude.ai/claude-code) that gives you a persistent, cross-session view of all scheduled cron jobs — including jobs created in other sessions and other directories. Also shows your system crontab alongside Claude Code jobs with `/cron all`.
The problem
Claude Code's `/loop` command is great for scheduling recurring work. But once you create a few jobs across different projects and sessions, you have no idea what's running. There's no built-in way to list them across sessions, no memory of what was scheduled after a session ends, and no way to modify a job without hunting down its ID.
`/cron` fixes all of that. And `/cron all` gives you the full picture — Claude Code jobs and system crontab entries in one view.
What it looks like
`/cron` — Claude Code jobs
Claude Code Jobs
──────────────────────────────────────────────────────────────────────────
# ID Schedule Type Repo / Prompt
── ──────── ────────────── ────────── ──────────────────────────────────
1 🟢 a1b2c3 */5 * * * * recurring ~/repos/mission-control
Check open PRs and post a summary
2 🟢 d4e5f6 */15 * * * * recurring ~/repos/deploy-bot
Run smoke tests and alert on failure
3 🟡 789abc 0 9 * * 1-5 recurring ~/repos/standup-helper
Draft today's standup from git log
4 🔴 345678 0 0 * * * one-shot ~/repos/invoice-tool
Generate and send monthly invoice
──────────────────────────────────────────────────────────────────────────
🟢 live · this session 🟡 unknown · may be active in another session 🔴 expired
`/cron all` — Claude Code jobs + system crontab
Same Claude Code jobs table as above, plus:
System Crontab
──────────────────────────────────────────────────────────────────────────
# Schedule
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