What problem does it solve?
This Skill removes the manual overhead of running Claude Code repeatedly for long-lived software projects by coordinating background agents, build verification, commits, and releases on a cron schedule.
Core Features & Use Cases
- Cron-driven orchestration: Launches Claude Code in the background on a fixed interval so development work continues without supervision.
- Safe build-and-commit loop: Checks for uncommitted changes, builds first, and only commits and pushes when the build succeeds.
- Issue-aware dispatching: Pulls open GitHub issues, skips already released work via tags, and assigns the next valid task to an agent.
- Release automation: Supports tagging and publishing workflows for production-grade continuous delivery.
- Use Case: Ideal for a maintainer who wants a repository to keep shipping small fixes overnight while avoiding duplicate agents, stale changes, and missed releases.
Quick Start
Ask this skill to design a cron-based Claude Code orchestrator for your repository that launches agents, builds before committing, and skips issues that already have release tags.