<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/a-hands-on-guide-to-the-agency-a-collection-of-ai-agents-ffwznvdcl" -->

---
title: A hands-on guide to The Agency, a collection of AI agents
description: The Agency is an open source GitHub repository containing 232 specialized AI agents organized into 16 divisions, each defined as a Markdown file with...
canonical: https://daily.dev/posts/a-hands-on-guide-to-the-agency-a-collection-of-ai-agents-ffwznvdcl
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: A hands-on guide to The Agency, a collection of AI agents | daily.dev
og:description: The Agency is an open source GitHub repository containing 232 specialized AI agents organized into 16 divisions, each defined as a Markdown file with...
og:url: https://daily.dev/posts/a-hands-on-guide-to-the-agency-a-collection-of-ai-agents-ffwznvdcl
og:image: https://api.daily.dev/og/posts/FfwznvDCl.png
og:image:alt: A hands-on guide to The Agency, a collection of AI agents
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# A hands-on guide to The Agency, a collection of AI agents

**[Flavio Copes](https://daily.dev/sources/flaviocopes)** · 12 min read · 1 upvotes · 0 comments

## Summary

The Agency is an open source GitHub repository containing 232 specialized AI agents organized into 16 divisions, each defined as a Markdown file with frontmatter metadata and structured rules. The guide covers cloning the repo, installing agents for Claude Code (via an install script that copies files to ~/.claude/agents/), Cursor, and other tools like Copilot, Gemini CLI, Aider, and Windsurf. It explains the anatomy of an agent file (identity, core mission, critical rules, deliverables, workflow, success metrics), demonstrates a real multi-agent workflow for shipping a feature using Backend Architect, Frontend Developer, Database Optimizer, and Code Reviewer agents in sequence, and walks through writing a custom agent from scratch. An Agents Orchestrator agent is also available for coordinating multi-agent tasks automatically.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://flaviocopes.com/agency-agents>

---

Tags: [#ai-agents](https://daily.dev/tags/ai-agents), [#ai-coding](https://daily.dev/tags/ai-coding), [#prompt-engineering](https://daily.dev/tags/prompt-engineering), [#claude-code](https://daily.dev/tags/claude-code)

[View this post on daily.dev](https://daily.dev/posts/a-hands-on-guide-to-the-agency-a-collection-of-ai-agents-ffwznvdcl)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"A hands-on guide to The Agency, a collection of AI agents","url":"https://daily.dev/posts/a-hands-on-guide-to-the-agency-a-collection-of-ai-agents-ffwznvdcl","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/a-hands-on-guide-to-the-agency-a-collection-of-ai-agents-ffwznvdcl"},"datePublished":"2026-06-19T14:26:39.434Z","dateModified":"2026-06-19T14:43:42.140Z","description":"The Agency is an open source GitHub repository containing 232 specialized AI agents organized into 16 divisions, each defined as a Markdown file with...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/907c6c028f107fad7d0379f1571dde35?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/907c6c028f107fad7d0379f1571dde35?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Flavio Copes","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Flavio Copes","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/1f2dbd275797411bbd37bfdaaf0951a9","url":"https://daily.dev/sources/flaviocopes"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/a-hands-on-guide-to-the-agency-a-collection-of-ai-agents-ffwznvdcl","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":1},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"ai-agents,ai-coding,prompt-engineering,claude-code","timeRequired":"PT12M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Flavio Copes","item":"https://daily.dev/sources/flaviocopes"},{"@type":"ListItem","position":3,"name":"A hands-on guide to The Agency, a collection of AI agents"}]}
```

