Agency Agents
A library of specialist agent personas organized by role and task, with conversion and installation scripts for Codex and other coding agents.
Project overview
Agency Agents is a agent plugin built around a library of specialist agent personas organized by role and task, with conversion and installation scripts for Codex and other coding agents. Its value is practical: choose agents by role and convert between host formats are available from one documented project, while the repository remains inspectable before it is added to an agent workflow.
Core capabilities
Choose agents by role
Choose agents by role is documented in the repository README or its component instructions. Review the linked source for current behavior and requirements.
Convert between host formats
Convert between host formats is documented in the repository README or its component instructions. Review the linked source for current behavior and requirements.
Install into Codex
Install into Codex is documented in the repository README or its component instructions. Review the linked source for current behavior and requirements.
Build multi-role workflows
Build multi-role workflows is documented in the repository README or its component instructions. Review the linked source for current behavior and requirements.
Installation and usage
Set up Agency Agents from its public GitHub instructions, keep the initial permission scope small, and verify it with a low-risk task before regular use.
Let an AI Agent install it
Send this prompt to Codex, Claude Code, or another AI agent that can work with your local environment.
Help me set up Agency Agents.
Project URL: https://github.com/msitarzewski/agency-agents
Read the repository README and license first. Confirm the current host, prerequisites, destination paths, and permissions. Follow the repository's documented method, keep credentials out of files and logs, and start with the least-privilege or read-only option where available. Afterward, run a small verification and report the exact changes, commands, configuration path, and result. Ask before overwriting files or requesting broader access.- Git and a Bash environment are installed
- Review the destination agent configuration directory
git clone https://github.com/msitarzewski/agency-agents.git
cd agency-agents
./scripts/convert.sh
./scripts/install.sh --tool codex- 1Review prerequisites and scope
Read the README, confirm the target host, and prepare these prerequisites: Git and a Bash environment are installed; Review the destination agent configuration directory. Check destination paths and permissions before making changes.
- 2Apply the documented setup
Run the documented command: git clone https://github.com/msitarzewski/agency-agents.git cd agency-agents ./scripts/convert.sh ./scripts/install.sh --tool codex
- 3Verify with a small task
Restart or reload the target agent, confirm that Agency Agents appears in its installed extensions or skills, and run the smallest documented example before using it on important work.
Restart or reload the target agent, confirm that Agency Agents appears in its installed extensions or skills, and run the smallest documented example before using it on important work.
- Role prompts still need project-specific adjustment
- Installation scripts write to host configuration directories
Use cases
Assign specialist roles in a complex project
Assign specialist roles in a complex project is a practical fit when the repository's documented prerequisites and permission model match the current environment.
Reuse agent templates in Codex
Reuse agent templates in Codex is a practical fit when the repository's documented prerequisites and permission model match the current environment.
Create a shared team role library
Create a shared team role library is a practical fit when the repository's documented prerequisites and permission model match the current environment.
Assessment
This assessment is based on the repository README, component documentation, license, and maintenance metadata. Roles are organized around practical jobs and tasks; Conversion scripts avoid editing every agent file manually. The main trade-offs are also clear: Role prompts still need project-specific adjustment; Installation scripts write to host configuration directories. No local installation or functional test was claimed during cataloging.
Why it may be useful
- Roles are organized around practical jobs and tasks
- Conversion scripts avoid editing every agent file manually
What to know first
- Role prompts still need project-specific adjustment
- Installation scripts write to host configuration directories
README
Agency Agents
Overview
A library of specialist agent personas organized by role and task, with conversion and installation scripts for Codex and other coding agents. A library of specialist agent personas organized by role and task, with conversion and installation scripts for Codex and other coding agents.
Getting started
- Set up Agency Agents from its public GitHub instructions, keep the initial permission scope small, and verify it with a low-risk task before regular use.
- The repository describes Agency Agents as a library of specialist agent personas organized by role and task, with conversion and installation scripts for Codex and other coding agents.
- Its main capabilities include choose agents by role, convert between host formats, install into codex, build multi-role workflows. The documented facts include specialist agent role library, cross-tool conversion scripts, codex installation support, desktop management app.
- Restart or reload the target agent, confirm that Agency Agents appears in its installed extensions or skills, and run the smallest documented example before using it on important work.
Configuration
git clone https://github.com/msitarzewski/agency-agents.git
cd agency-agents
./scripts/convert.sh
./scripts/install.sh --tool codexRead the complete README on GitHub →