the-agency
Multi-agent development framework with quality gates and coordination
All Skills in This Repository (71)
Pure Emerald Level Indicatorscrawl-sites
Crawl configured websites and extract HTML content by URL patterns.
pre-phase-review
Analyze PVR, Architecture & Design, and plan documents for accuracy and completeness.
flag-triage
Categorize accumulated flags into resolved, autonomous, or collaborative buckets with Principal approval.
run-in
Execute shell commands in specified directories within isolated subshells.
session-list
Lists and filters Claude Code sessions by date, branch, directory, size, and initial message.
design
Generate architecture and design documentation for software projects.
pr-captain-post-merge
Automates GitHub post-merge validation, release tagging, and branch cleanup workflows.
Flag
Record, route, and review observations and issues during work sessions.
PR Respond
Fetch unresolved GitHub pull request review comments and post threaded replies.
session-resume
Resume agent sessions by running session-pickup and relaunching monitors.
captain-release
Automate captain-managed branch releases from quality checks to pull request creation.
agency-issue
Create, view, comment on, and close GitHub issues for the-agency framework.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core