agency-setup

Analyze codebase characteristics and generate Agency-compatible agent scaffolding.

68|7|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/christag/agency --skill agency-setup-christag
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agency-setup
Source: https://github.com/christag/agency/tree/main/skills/agency-setup
Command: npx skills add https://github.com/christag/agency --skill agency-setup-christag

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Set up a fully functional agent team scaffold for a codebase, enabling cross-agent collaboration and governance without manual bootstrap steps.

Core Features & Use Cases

  • Automated discovery of project structure and deployment needs to tailor an Agency-compatible agent team.
  • Generates agents/, shared/, dispatch, and tmux config scaffolding for production workflows.
  • Use Case: you want to bootstrap an agent-driven workflow in a new repository or augment an existing project with governance and orchestration features.

Quick Start

Run agency-setup to bootstrap a complete agent team for your repository.

Frequently Asked Questions about agency-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up an agent team for an existing codebase without manual configuration?

To set up an agent team for a codebase, run an automated bootstrap process that discovers project structure and deployment needs. This generates the necessary agents, shared resources, dispatch, and tmux config scaffolding for production workflows.

What does automated agent team formation look for in a project architecture?

Automated agent team formation analyzes codebase characteristics like language, framework, structure, and existing tests. It checks for existing agent scaffolding to guide an Agency-compatible setup and assesses deployment models to propose a tailored 3-5 agent composition.

Can I use tmux for orchestration when bootstrapping an agent-driven workflow?

Yes, you can use tmux for orchestration when bootstrapping an agent-driven workflow. The setup generates tmux configuration scaffolding alongside agent directories and shared resources to enable cross-agent collaboration and governance.

How are team roles determined when generating an agent composition?

Team roles in an agent composition are determined by assessing your codebase characteristics, deployment model, and specific automation needs. The system evaluates these factors to propose a tailored 3-5 agent team with necessary shared resources.

What is the best way to add governance and orchestration features to a new repository?

The best way to add governance and orchestration features to a new repository is by bootstrapping a complete agent team scaffold. This automatically generates dispatch configurations and shared resource directories without requiring manual setup steps.