agency
Unified dashboard for managing and scheduling agent teams
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Agency?โผ
Run `npx skills add christag/agency --all -g -y` in your terminal to install all skills in this suite globally.
What problem does Agency solve?โผ
It gives you one dashboard to see what all your agents across different tools have found, review their proposals, and approve or reject actions without switching between terminals.
Which LLM tools does Agency support?โผ
It supports Claude Code, Codex, Gemini, Aider, Goose, OpenCode, Pi, custom scripts, and SDK-based agents, and different agents in one group can use different tools.
How do I create an agent team for my project?โผ
Run the agency-setup skill from your project directory and it analyzes your codebase, proposes 3-5 tailored agent roles, and generates all role definitions, memory files, and schedules.
Does Agency need a database or Docker?โผ
No. Everything is stored as markdown files with YAML frontmatter, so it runs with just Python 3.11+ and no database, Docker, or build step.