agent-squad
Installation
SKILL.md
Agent Squad
Orchestrate teams of specialized AI agents that collaborate on tasks via shared workspaces and heartbeat scheduling.
Quick Start
# Initialize your squad
agent-squad init my-squad
# Add agents
agent-squad add researcher --role "Deep researcher. Finds sources and data."
agent-squad add writer --role "Content writer. Sharp, opinionated voice."
agent-squad add lead --role "Squad lead. Coordinates and reports."
# Configure task system
agent-squad config --tasks linear --project "Content Squad"