How to install msitarzewski/agency-agents. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
msitarzewski/agency-agents Installation Guide
How to install msitarzewski/agency-agents. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for msitarzewski/agency-agents. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i msitarzewski/agency-agentsor
Install via npx
npx @hexmos/ipm i msitarzewski/agency-agentsPrerequisites
Claude Code
softwareManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Use with Claude Code
cp -r agency-agents/* ~/.claude/agents/Use with GitHub Copilot
cp -r agency-agents/* ~/.github/agents/
cp -r agency-agents/* ~/.copilot/agents/Use with Other Tools (Recommended)
git clone https://github.com/msitarzewski/agency-agents.git agency-agents
cd agency-agents
./scripts/convert.sh
./scripts/install.shUse with Cursor
git clone https://github.com/msitarzewski/agency-agents.git agency-agents
cd agency-agents
./scripts/install.sh --tool cursorUse with Aider
git clone https://github.com/msitarzewski/agency-agents.git agency-agents
cd agency-agents
./scripts/install.sh --tool aiderUse with Windsurf
git clone https://github.com/msitarzewski/agency-agents.git agency-agents
cd agency-agents
./scripts/install.sh --tool windsurfUse with Antigravity (Gemini)
git clone https://github.com/msitarzewski/agency-agents.git agency-agents
cd agency-agents
./scripts/install.sh --tool antigravityUse with Gemini CLI
git clone https://github.com/msitarzewski/agency-agents.git agency-agents
cd agency-agents
./scripts/install.sh --tool gemini-cliUse with OpenCode (Project Specific)
git clone https://github.com/msitarzewski/agency-agents.git agency-agents
cd agency-agents
./scripts/install.sh --tool opencodeUse with OpenCode (Global)
git clone https://github.com/msitarzewski/agency-agents.git agency-agents
cd agency-agents
mkdir -p ~/.config/opencode/agents
cp integrations/opencode/agents/*.md ~/.config/opencode/agents/Use with OpenClaw
git clone https://github.com/msitarzewski/agency-agents.git agency-agents
cd agency-agents
./scripts/install.sh --tool openclawUse with Qwen Code
git clone https://github.com/msitarzewski/agency-agents.git agency-agents
cd agency-agents
./scripts/install.sh --tool qwen