# Agent Autonomy Kit

> Agent Autonomy Kit

- Skill: `comeonoliver/agent-autonomy-kit` (Agent Skill)
- Install (CLI): `npx skillmds@latest add comeonoliver/agent-autonomy-kit`
- Raw SKILL.md: https://api.skillmd.com/api/skills/comeonoliver/agent-autonomy-kit/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: ComeOnOliver (https://skillmd.com/u/comeonoliver)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/comeonoliver/agent-autonomy-kit

---

# Agent Autonomy Kit

Transform your agent from reactive to proactive.

## Quick Start

1. Create `tasks/QUEUE.md` with Ready/In Progress/Blocked/Done sections
2. Update `HEARTBEAT.md` to pull from queue and do work
3. Set up cron jobs for overnight work and daily reports
4. Watch work happen without prompting

## Key Concepts

- **Task Queue** — Always have work ready
- **Proactive Heartbeat** — Do work, don't just check
- **Continuous Operation** — Work until limits hit

See README.md for full documentation.

