Open Source · MIT Licensed · 42.8K Stars

Your AI Coding Assistant Is a Generalist.
Here's What Happens When You Give It a Job Title.

An open-source repo with 144 specialized AI agent personas just crossed 42K GitHub stars. It turns Claude Code, Cursor, and Copilot into a full digital agency — with personality.

144
Specialized Agents
12
Divisions
10
Supported Tools
1

The Problem

Your AI Has No Specialty

Most people use AI coding assistants the same way: paste in a vague prompt, hope for the best. The output is functional but generic. No memory of domain expertise. No quality bar. No personality. The "act as a senior developer" prompt is a band-aid, not a solution.

Generic prompt Agent persona
generic-prompt
User prompt:
"Help me build a React data table component."
Output:
function DataTable({ data }) {
  return (
    <table>
      <thead>
        <tr>{Object.keys(data[0]).map(k =>
          <th key={k}>{k}</th>
        )}</tr>
      </thead>
      <tbody>
        {data.map((row, i) =>
          <tr key={i}>{Object.values(row).map((v, j) =>
            <td key={j}>{v}</td>
          )}</tr>
        )}
      </tbody>
    </table>
  );
}
No accessibility. No virtualization. No loading states. No types.
2

The Org Chart

12 Divisions. 144 Agents.

Structured like a real creative/tech firm. Engineering, Design, Marketing, Sales, Product, and beyond — each with specialists who think, talk, and deliver differently. Click any division to explore its roster.

⚙️
Engineering
22 agents
Click to explore →
Frontend DeveloperBackend ArchitectAI EngineerSecurity EngineerDevOps AutomatorSRESolidity EngineerThreat DetectionFull-Stack DeveloperMobile DeveloperAPI DeveloperDatabase EngineerCloud ArchitectData PipelineML EngineerSystems ProgrammerPerformance EngineerEmbedded EngineerQA AutomationTech LeadInfrastructure EngineerPlatform Engineer
🎨
Design
8 agents
Click to explore →
UI DesignerUX ResearcherWhimsy InjectorBrand GuardianImage Prompt EngineerInclusive VisualsMotion DesignerDesign Systems
📣
Marketing
26 agents
Click to explore →
Growth HackerReddit Community BuilderTikTok StrategistSEO SpecialistLinkedIn CreatorCarousel Growth EngineEmail CampaignsContent MarketingSocial MediaCommunity ManagerPR StrategistInfluencer OutreachBlog WriterVideo MarketingPodcast ProducerBaidu SEOBilibili CreatorDouyin StrategistWeChat GrowthWeibo SpecialistXiaohongshu CreatorKuaishouBrand StorytellerEvent MarketingPartnershipsConversion Copy
💰
Paid Media
7 agents
Click to explore →
PPC StrategistSearch Query AnalystAd Creative StrategistTracking SpecialistPaid Social StrategistPaid Media AuditorRetargeting
🤝
Sales
8 agents
Click to explore →
Outbound StrategistDiscovery CoachDeal StrategistSales EngineerPipeline AnalystSales CoachAccount ExecutiveCustomer Success
🧭
Product
4 agents
Click to explore →
Sprint PrioritizerTrend ResearcherFeedback SynthesizerBehavioral Nudge Engine
📋
Project Mgmt
6 agents
Click to explore →
Studio ProducerProject ShepherdJira Workflow StewardSenior PMExperiment TrackerResource Allocator
🔍
Testing
8 agents
Click to explore →
Reality CheckerEvidence CollectorAccessibility AuditorPerformance BenchmarkerAPI TesterSecurity TesterVisual RegressionLoad Tester
🛟
Support
6 agents
Click to explore →
Analytics ReporterFinance TrackerLegal ComplianceExec Summary GeneratorKnowledge BaseOnboarding
🥽
Spatial
6 agents
Click to explore →
XR Interface ArchitectvisionOS EngineermacOS Metal EngineerWebXR DeveloperTerminal Integration3D Asset Pipeline
Specialized
23 agents
Click to explore →
Agents OrchestratorMCP BuilderZK StewardBlockchain SecurityDeveloper AdvocateAgentic IdentityIdentity GraphAccounts PayableTechnical WriterOpen Source MaintainerAPI Docs WriterCLI Tool BuilderMigration SpecialistCompliance AuditorLocalizationAccessibility ChampionDevRel CreatorIntegration ArchitectData Privacy OfficerAI Ethics ReviewerPrompt EngineerAutomation BuilderWorkflow Optimizer
🎮
Game Dev
20 agents
Click to explore →
Game DesignerUnity ArchitectUnreal SystemsGodot ScripterRoblox ExperienceBlender 3D ArtistLevel DesignerNarrative DesignerSound DesignerVFX ArtistAnimation DirectorGame EconomistAnti-Cheat EngineerMultiplayer NetcodeUI/HUD DesignerLocalizationCommunity & LiveOpsQA LeadBuild EngineerTechnical Artist
3

Deep Dive

Anatomy of an Agent File

Every agent follows a consistent structure. It's not a prompt — it's a character sheetBorrowed from tabletop RPGs: a structured document defining a character's abilities, traits, and constraints. with identity, rules, real code examples, and measurable success criteria.

1
Frontmatter — name, description, color, emoji, and vibe. Metadata for display and filtering.
2
Identity & Memory — Role, personality, communication style, what the agent remembers.
3
Core Mission — 3-4 primary responsibilities with clear deliverables.
4
Critical Rules — Domain-specific constraints. "Never ship without a11y audit."
5
Technical Deliverables — Real code examples and measurable artifacts.
6
Workflow Process — Step-by-step approach from start to finish.
7
Success Metrics — Lighthouse > 90. Load < 3s on 3G. Component reuse > 80%.
frontend-developer.md
---
name: Frontend Developer
description: Expert frontend developer...
color: cyan
emoji: 🖥️
vibe: Builds responsive, accessible web apps
---
# Identity & Memory
You are a senior frontend developer who
obsesses over pixel-perfect UI, perf, a11y...
# Core Mission
1. Create Modern Web Applications
2. Optimize Performance
3. Maintain Code Quality
# Critical Rules
- Performance-First: Lighthouse > 90
- Accessibility: WCAG 2.1 AA minimum
# Technical Deliverables
```tsx
const DataTable = memo(function<T>({
data, columns
}: DataTableProps<T>) { ... });
```
# Workflow Process
1. Setup → 2. Dev → 3. Perf → 4. QA
# Success Metrics
- Lighthouse > 90 all categories
- Load < 3s on 3G
- Component reuse > 80%
4

Setup

Three Commands. That's It.

Clone the repo, run the interactive installer, and reference agents by name. The installer auto-detects your tools and handles format conversionEach AI tool expects agent files in a different format: .md for Claude, .mdc for Cursor, compiled CONVENTIONS.md for Aider, etc. automatically.

terminal
$git clone https://github.com/msitarzewski/agency-agents.git
Cloning into 'agency-agents'... remote: Enumerating objects: 892, done. remote: Total 892, reused 879 Receiving objects: 100% (892/892), 1.2 MiB | 12.4 MiB/s, done.
$_
Step 1/3: Clone the repo — all 144 agents, install scripts, and integrations (~1.2 MB)
5

The Roster

Meet the Star Agents

From deadly serious to delightfully weird — six agents that showcase the range of the system.

🖥️

Frontend Developer

Engineering

Pixel-perfect perfectionist with a Core Web Vitals obsession. Won't ship without passing Lighthouse, accessibility audits, and performance benchmarks.

"Implemented virtualized table reducing render time by 80%. WCAG 2.1 AA compliant with full keyboard navigation."
🤝

Reddit Community Builder

Marketing

Speaks fluent Reddit. 90/10 rule: 90% genuine value-add, 10% max promotional. Community-first, never salesy.

"You're not marketing on Reddit — you're becoming a valued community member who happens to represent a brand."

Whimsy Injector

Design

Adds strategic delight — celebration animations, playful microcopy, Easter eggs — all tied to emotional purpose, never just decoration.

"Every playful element must serve a functional or emotional purpose. Celebration animations that reduce task anxiety by 40%."
🔍

Reality Checker

Testing

Defaults to FAIL. Demands visual proof — screenshots, logs, test results — before signing off. Auto-fails unsubstantiated "zero issues" claims.

"No more 98/100 ratings for basic dark themes. Show me the evidence or it doesn't ship."
🎯

Agents Orchestrator

Specialized

The manager of managers. Coordinates multi-agent pipelines with task-by-task quality validation, retry logic, and automatic escalation.

"Pipeline: PM → Architect/UX → [Dev ↔ QA Loop] → Integration. Every task validated before handoff."
🎮

Roblox Experience Designer

Game Dev

Deep Roblox Studio expertise: engagement loops, D1/D7 retention, monetization balance, Luau scripting. Niche knowledge generic AI can't touch.

"Optimize core loop for 12-min sessions. Target D1 retention > 35%, D7 > 15%. Balance Robux economy."
6

Interactive

One Project, Many Agents

The real power isn't a single agent — it's assembling a team. Pick a project type to see the recommended roster.

Select a project type above to see the recommended agent team.
7

Compatibility

Works With Your Tools

Native markdown support for Claude Code and Copilot. Automatic conversion for Cursor, Aider, Windsurf, and more.

ToolInstall MethodAgent FormatScope
Claude CodeNative.md~/.claude/agents/
GitHub CopilotNative.md~/.github/agents/
AntigravityConvertedSKILL.mdGlobal skills dir
Gemini CLIConvertedExtension + SKILL.mdExtension dir
Qwen CodeNative.md.qwen/agents/
OpenCodeNative.md.opencode/agents/
CursorConverted.mdc.cursor/rules/
AiderCompiledCONVENTIONS.mdProject root
WindsurfCompiled.windsurfrulesProject root
OpenClawConvertedSOUL.md + AGENTS.md~/.openclaw/
8

By the Numbers

This Isn't a Side Project

One of the fastest-growing open-source AI repos of 2026. Born from a Reddit thread, scaled by community demand.

144
Specialized Agents
12
Divisions
42.8K+
GitHub Stars
6.4K+
Forks
10
Supported Tools
MIT
License (free forever)
9

Get Started

Three Commands to a Full AI Agency

No API keys. No subscriptions. No setup wizard. Clone, install, activate.

get started
$git clone https://github.com/msitarzewski/agency-agents.git
$cd agency-agents
$./scripts/install.sh

You're ready to build your agency.

144 specialized agents across 12 divisions. 10 supported tools. MIT licensed. Zero cost. This is what happens when someone builds an open-source agency and gives it away.

144 agents 12 divisions 10 tools MIT license

Created by Michael Sitarzewski · MIT License

Made with scrolly.toReport