the-agency-aithe-agency-aiOfficialยท71 Agent Skills Included

the-agency

Multi-agent development framework with quality gates and coordination

Orchestrates multiple specialized coding agents across workstreams, worktrees, and pull request lifecycles. Eliminates lost context, skipped reviews, and merge chaos through enforced quality gates, session handoffs, and dispatch messaging. Keeps parallel development work auditable with signed receipts, safe git wrappers, and automated release tagging.
npx skills add the-agency-ai/the-agency --all -g -y
Available:

Tells the agent how this framework repository is organized, where tools, skills, and agent classes live, and which conventions and test commands to follow when building the framework.

All Skills in This Repository (71)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
the-agency-aithe-agency-ai

crawl-sites

Crawl configured websites and extract HTML content by URL patterns.

Official
Intermediate
๐Ÿ“ฆ In Repo
the-agency-aithe-agency-ai

pre-phase-review

Analyze PVR, Architecture & Design, and plan documents for accuracy and completeness.

Official
Intermediate
๐Ÿ“ฆ In Repo
the-agency-aithe-agency-ai

flag-triage

Categorize accumulated flags into resolved, autonomous, or collaborative buckets with Principal approval.

Official
Intermediate
๐Ÿ“ฆ In Repo
the-agency-aithe-agency-ai

run-in

Execute shell commands in specified directories within isolated subshells.

Official
Basic
๐Ÿ“ฆ In Repo
the-agency-aithe-agency-ai

session-list

Lists and filters Claude Code sessions by date, branch, directory, size, and initial message.

Official
Basic
๐Ÿ“ฆ In Repo
the-agency-aithe-agency-ai

design

Generate architecture and design documentation for software projects.

Official
Intermediate
๐Ÿ“ฆ In Repo
the-agency-aithe-agency-ai

pr-captain-post-merge

Automates GitHub post-merge validation, release tagging, and branch cleanup workflows.

Official
Intermediate
๐Ÿ“ฆ In Repo
the-agency-aithe-agency-ai

Flag

Record, route, and review observations and issues during work sessions.

Official
Basic
๐Ÿ“ฆ In Repo
the-agency-aithe-agency-ai

PR Respond

Fetch unresolved GitHub pull request review comments and post threaded replies.

Official
Basic
๐Ÿ“ฆ In Repo
the-agency-aithe-agency-ai

session-resume

Resume agent sessions by running session-pickup and relaunching monitors.

Official
Intermediate
๐Ÿ“ฆ In Repo
the-agency-aithe-agency-ai

captain-release

Automate captain-managed branch releases from quality checks to pull request creation.

Official
Advanced
๐Ÿ“ฆ In Repo
the-agency-aithe-agency-ai

agency-issue

Create, view, comment on, and close GitHub issues for the-agency framework.

Official
Basic

Frequently Asked Questions

FAQPage Schema
How to install TheAgency?โ–ผ

Run `npx skills add the-agency-ai/the-agency --all -g -y` in your terminal to install all skills in this suite globally.

What problem does TheAgency solve?โ–ผ

It coordinates multiple coding agents working in parallel on one codebase, enforcing quality gates, session handoffs, and safe git practices so nothing gets lost or merged carelessly.

How do agents communicate with each other?โ–ผ

Agents exchange structured dispatches and flags through a local SQLite-backed messaging layer, so requests and reviews survive across sessions and worktrees.

Does TheAgency work with Claude Code?โ–ผ

Yes. It is built specifically for Claude Code, wiring agents, hooks, skills, and commands directly into the .claude directory of your project.

Can I use TheAgency without deep git expertise?โ–ผ

Yes. Safe wrapper commands handle commits, merges, pushes, and releases with guardrails, so agents and humans avoid destructive git operations by default.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’