Deploy Keeper banner
frapercan frapercan

Deploy Keeper

DevOps community

Description

# deploy-keeper (placeholder, never invoked as an LLM) deploy-keeper is a persistent headless service. Its supervisor runs `scripts/services/deploy-keeper-tick.sh` every `poll_interval` and records heartbeats to `state/tasks.sqlite`. On non-prereq tick failure the supervisor escalates to a janitor subagent via `scripts/spawn-subagent.sh janitor`. The janitor (not this agent) reads the recent heartbeats and applies recovery. This file exists only because `agents/deploy-keeper.yaml` historicall

Installation

Installs to ~/.claude/skills/frapercan-agent-farm-deploy-keeper/SKILL.md

Terminal
mkdir -p ~/.claude/skills/frapercan-agent-farm-deploy-keeper && curl -fsSL https://raw.githubusercontent.com/frapercan/agent-farm/HEAD/prompts/deploy-keeper.md -o ~/.claude/skills/frapercan-agent-farm-deploy-keeper/SKILL.md

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

Full documentation available on GitHub

View Source Repository