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.
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.
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>
);
}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.
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.
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.
The Roster
Meet the Star Agents
From deadly serious to delightfully weird — six agents that showcase the range of the system.
Frontend Developer
EngineeringPixel-perfect perfectionist with a Core Web Vitals obsession. Won't ship without passing Lighthouse, accessibility audits, and performance benchmarks.
Reddit Community Builder
MarketingSpeaks fluent Reddit. 90/10 rule: 90% genuine value-add, 10% max promotional. Community-first, never salesy.
Whimsy Injector
DesignAdds strategic delight — celebration animations, playful microcopy, Easter eggs — all tied to emotional purpose, never just decoration.
Reality Checker
TestingDefaults to FAIL. Demands visual proof — screenshots, logs, test results — before signing off. Auto-fails unsubstantiated "zero issues" claims.
Agents Orchestrator
SpecializedThe manager of managers. Coordinates multi-agent pipelines with task-by-task quality validation, retry logic, and automatic escalation.
Roblox Experience Designer
Game DevDeep Roblox Studio expertise: engagement loops, D1/D7 retention, monetization balance, Luau scripting. Niche knowledge generic AI can't touch.
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.
Compatibility
Works With Your Tools
Native markdown support for Claude Code and Copilot. Automatic conversion for Cursor, Aider, Windsurf, and more.
| Tool | Install Method | Agent Format | Scope |
|---|---|---|---|
| Claude Code | Native | .md | ~/.claude/agents/ |
| GitHub Copilot | Native | .md | ~/.github/agents/ |
| Antigravity | Converted | SKILL.md | Global skills dir |
| Gemini CLI | Converted | Extension + SKILL.md | Extension dir |
| Qwen Code | Native | .md | .qwen/agents/ |
| OpenCode | Native | .md | .opencode/agents/ |
| Cursor | Converted | .mdc | .cursor/rules/ |
| Aider | Compiled | CONVENTIONS.md | Project root |
| Windsurf | Compiled | .windsurfrules | Project root |
| OpenClaw | Converted | SOUL.md + AGENTS.md | ~/.openclaw/ |
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.
Get Started
Three Commands to a Full AI Agency
No API keys. No subscriptions. No setup wizard. Clone, install, activate.
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.
Created by Michael Sitarzewski · MIT License