AG

agency-agents

127,278Shell / PythonMulti-Agent Platform

Open-source multi-agent platform with 230+ specialized AI agents for production workflows.

Multi-AgentWorkflowOrchestrationShellPython

Overview

agency-agents is an open-source multi-agent platform delivering 230+ specialized AI agents for frontend development, marketing, community management, content creation, and enterprise workflows. Each agent has a distinct voice, domain expertise, and measurable outcomes. The project has surpassed 127,000 GitHub stars in a matter of weeks.

Features

  • 230+ pre-built specialized agent roles
  • Cross-platform integration (Claude Code, Cursor, Windsurf, Codex)
  • Pre-built workflows for MVPs and marketing campaigns
  • Agent composition for multi-step pipelines
  • Distinct agent voices and personalities
  • Enterprise-ready deployment

Installation

curl -sSL https://raw.githubusercontent.com/msitarzewski/agency-agents/main/install.sh | bash

Pros

  • +Massive library of pre-built agents (230+)
  • +Rapid community adoption (127K+ stars)
  • +Low barrier to entry for multi-agent workflows
  • +Production-ready templates

Cons

  • Relatively new project with evolving API
  • Shell-heavy stack (85% Shell) may require scripting knowledge
  • Some agent capabilities depend on external tool integrations
  • Setup process may be complex for first-time users

Alternatives

Documentation

agency-agents

Overview

agency-agents is an open-source project that provides "a complete AI agency at your fingertips," delivering over 230 specialized AI agents that cover frontend development, marketing, community management, content creation, and enterprise workflows. Each agent has a distinct voice, domain expertise, and measurable outcomes.

The project has surged to over 127,000 GitHub stars in a matter of weeks, making it the fastest-growing multi-agent framework in the AI agent space. It lowers the barrier to multi-agent adoption by providing pre-built agent roles that can be composed into workflows.

Features

  • 230+ specialized agents — covering frontend wizards, marketing strategists, Reddit community ninjas, content creators, and more
  • Cross-platform integration — supports Claude Code, Cursor, Windsurf, Codex, and other AI coding tools
  • Pre-built workflows — turnkey automations for MVPs, marketing campaigns, social media management
  • Agent composition — combine agents into multi-step pipelines (e.g., research → write → review → publish)
  • Distinct agent voices — each agent has its own personality and domain-specific knowledge
  • Measurable outcomes — agents produce deliverables with concrete quality metrics
  • Enterprise-ready — suitable for production deployments across multiple business functions

Installation

# Via install script
curl -sSL https://raw.githubusercontent.com/msitarzewski/agency-agents/main/install.sh | bash

# Or clone and run
git clone https://github.com/msitarzewski/agency-agents.git
cd agency-agents
./setup.sh

Alternatively, download the native application from the GitHub releases page.

Quick Start

# List available agents
agency list

# Start a specific agent workflow
agency run frontend-wizard --project ./my-app

# Chain multiple agents into a workflow
agency chain research-agent writer-agent reviewer-agent \
  --input "Build a landing page for X"

# Deploy a full agency workflow
agency deploy marketing-campaign --target https://example.com

Core Concepts

Agent Roles

Each agent is a specialized role with a distinct purpose:

  • Frontend Wizard — builds responsive UIs with modern frameworks
  • Marketing Strategist — creates campaign plans and content calendars
  • Reddit Community Ninja — manages community engagement and growth
  • Content Creator — writes blog posts, social media, and documentation
  • Backend Engineer — designs APIs and database schemas

Agent Composition

Agents can be composed into pipelines where the output of one agent feeds into the next, enabling complex multi-step workflows without manual intervention.

Workflows

Pre-built workflows orchestrate multiple agents to accomplish common tasks like building an MVP, launching a marketing campaign, or managing social media presence.

Advanced Features

  • Custom agent creation — define your own agents with custom prompts, tools, and behaviors
  • Enterprise integrations — connect to Slack, GitHub, Notion, and other tools
  • Observability dashboard — monitor agent performance and workflow execution
  • Multi-agent collaboration — agents can delegate tasks to each other
  • Template system — start from pre-built templates for common scenarios

Examples

Build an MVP

agency run mvp-builder \
  --idea "Task management app with AI features" \
  --tech-stack "React, Node.js, PostgreSQL"

Launch a Marketing Campaign

agency run marketing-campaign \
  --product "My SaaS product" \
  --channels "twitter, reddit, linkedin" \
  --duration "30 days"

Community Management

agency run community-manager \
  --platform reddit \
  --subreddits "r/startups,r/webdev" \
  --tone "helpful and conversational"

Pros

  • ✅ Massive library of pre-built specialized agents (230+)
  • ✅ Rapid GitHub growth indicates strong community adoption (127K+ stars)
  • ✅ Cross-platform support for major AI coding tools
  • ✅ Low barrier to entry for multi-agent workflows
  • ✅ Production-ready workflows for common scenarios
  • ✅ Distinct agent voices create engaging interactions

Cons

  • ✅ Relatively new project with evolving API
  • ✅ Shell-heavy stack (85% Shell) may require scripting knowledge
  • ✅ Some agent capabilities depend on external tool integrations
  • ✅ Setup process may be complex for first-time users
  • ✅ Enterprise features may require additional configuration

When to Use

agency-agents is ideal when you:

  • Want to rapidly prototype or deploy multi-agent workflows without building from scratch
  • Need pre-built agent roles for specific domains (marketing, frontend, community management)
  • Are exploring the "agentic staffing" model of replacing headcount with AI agents
  • Want to experiment with agent composition and orchestration
  • Need a comprehensive suite of AI-powered workflows for MVP development

It's particularly well-suited for startups, indie hackers, and small teams looking to leverage AI agents for productivity without the overhead of building a custom multi-agent system.

Resources