
from agencycli73
CLI to create and manage hierarchical AI agent teams, projects, roles and automated task/playbook workflows (heartbeats, inbox, crons).
agencycli provides a command-line framework to define, hire, schedule, and run autonomous AI agents organized into Agencies → Teams → Roles → Projects → Agents. It bundles prompts, role-specific skills, project blueprints and wakeup playbooks so you can declare agent behaviour, heartbeat schedules, and cron jobs, then apply them to run agents inside sandboxes (Docker) or supported model providers.
Use agencycli when you want to manage many cooperating agents from code or terminal: hire new agents from templates, assign roles and skills, schedule autonomous wakeup routines, route confirm-requests to humans, or run one-off exec prompts. It’s ideal for teams building automated workflows, developer tooling, or running testing/simulation of multi-agent playbooks.
Likely compatible with Claude Code, Codex, Gemini and other CLI-friendly models; supports models labelled claudecode, codex, gemini, cursor, and a generic-cli adapter in examples.
Comprehensive CLI tool for managing hierarchical AI agent teams (Agency → Team → Role → Project → Agent). SKILL.md is well-documented with full command reference, quick-start guides, and directory structure. No bundled scripts to test. Security concern: recommends curl|sh install method which pipes remote content directly to shell.
Well-structured skill with thorough documentation. The curl|sh install pattern is the main security concern but is standard for CLI tools. No malicious intent detected. Monolithic SKILL.md — could benefit from splitting into references/ and scripts/ directories.