agency-agents

Active
GitHub Shell MIT

Description

Agency Agents is a curated collection of specialized AI agent personas with prompts, tools, and best practices for assembling multi-agent teams.

Key Features

  • Complete AI agency covering specialists in frontend, SEO, operations, and more
  • Plug-and-play with each agent having a clear role, process, and deliverable
  • Unified persona setup with markdown prompts to quickly activate expert personas
  • Extensible with custom agents added on demand
  • Supports multiple AI tools including Claude Code, Cursor, and Codex

Use Cases

💡 Quickly build a virtual AI department for startup teams
💡 Deploy different functional AI experts inside the enterprise to assist business
💡 Use as a reference implementation and template for multi-agent collaboration
💡 Activate Reddit community, SEO and other specialized agents inside Claude Code

Quick Start

# Clone the repository
git clone https://github.com/msitarzewski/agency-agents
cd agency-agents

# List all available agents
ls -la agents/

# Pick an agent and copy the prompt to Claude or Cursor
cat agents/frontend-wizard/SYSTEM.md

# Activate in Claude Code
# Paste the contents of SYSTEM.md into the custom instructions

Related Projects