Agency Ai banner
jarredkenny jarredkenny

Agency Ai

AI community

Description

Plan and delegate work to a scalable team of AI agents.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Agency

**Run a team of AI agents that write code together.**

Agency is an orchestrator + worker platform for autonomous software development. An orchestrator agent breaks down work into tasks, assigns them to worker agents, and reviews results. Workers claim tasks, write code, run tests, and report back. You manage everything from a dashboard or CLI.

Each agent is an [OpenClaw](https://openclaw.ai/) instance with full shell access, file I/O, and browser control. Agency adds the coordination layer on top: task routing, inter-agent messaging, a skill marketplace, role-based configuration, knowledge sharing, per-agent skill selection, and fleet management across local, Docker, and remote SSH deployments.

![Mission Control](docs/images/agency_ui_mission_control.png)

          You (dashboard / CLI)
                  │
                  ▼
           ┌─────────────┐
           │ Orchestrator │  Investigates → Plans → Delegates
           └──────┬──────┘
                  │ tasks via API
        ┌─────────┼─────────┐
        ▼         ▼         ▼
   ┌─────────┐ ┌─────────┐ ┌─────────┐
   │ Worker A│ │ Worker B│ │ Worker C│   Claims → Codes → Ships
   └─────────┘ └─────────┘ └─────────┘

Highlights

  • Multi-agent coordination — Orchestrator decomposes work, workers execute in parallel, task comments serve as the communication channel
  • Skill marketplace — Browse and install skills from anthropics/skills, obra/superpowers, ComposioHQ/awesome-claude-skills, or any repo that follows the convention
  • Deploy anywhere — Local (Bun subprocess), Docker, or any remote SSH host with automatic reverse tunnels
  • Knowledge base — Agents learn facts during work and share them with the team
  • Role system — Configure agent behavior with Soul, Identity, Tools, Agents, and Heartbeat prompts per role
  • Claude Max OAuth