agent-heartbeat
Installation
SKILL.md
Agent Heartbeat
A heartbeat system that runs all your checks in parallel and returns one answer: act or all clear.
Why This Exists
Without a heartbeat system, agents waste tokens gathering information sequentially — checking email, then disk, then uptime, then messages. Each check is a separate tool call, each result needs parsing. Most heartbeats find nothing actionable, but the agent still burns 5-10 minutes every time.
This skill consolidates everything into one 15-second parallel run with a structured summary.
Quick Start
1. Create config
Create heartbeat.yaml in your workspace root: