Installation & Setup
Get The Agency up and running in your development environment.Prerequisites
Before installing The Agency, ensure you have:Git
For cloning the repository
Claude Code
Optional - for seamless integration
Text Editor
Any editor to view/customize agents
Terminal
For running installation commands
Installation Methods
- Claude Code Integration
- Standalone Installation
- Fork & Customize
Claude Code Installation
The recommended method for seamless agent activation:Directory Structure
After installation, your directory structure should look like:Configuration
Custom Agent Location
If you want to install agents in a different location:Selective Installation
Install only specific divisions:Environment-Specific Agents
Create different agent sets for different projects:Verification
Verify your installation:Test agent activation
Open Claude Code and activate a test agent:Expected response should include personality and workflow details.
Troubleshooting
Agents not activating in Claude Code
Agents not activating in Claude Code
Problem: Claude doesn’t recognize agent activation commands.Solutions:
- Verify agents are in
~/.claude/agents/ - Check file permissions:
chmod -R 644 ~/.claude/agents/*.md - Restart Claude Code
- Try full path: “Activate the agent at ~/.claude/agents/engineering/engineering-frontend-developer.md”
Permission denied errors
Permission denied errors
Problem: Cannot copy files to
~/.claude/agents/Solutions:- Check directory exists:
mkdir -p ~/.claude/agents - Fix permissions:
chmod 755 ~/.claude/agents - Use sudo if needed:
sudo cp -r * ~/.claude/agents/
Git clone fails
Git clone fails
Problem: Cannot clone repositorySolutions:
- Check internet connection
- Verify Git installation:
git --version - Try HTTPS instead of SSH:
Agents behaving generically
Agents behaving generically
Problem: Agents don’t show specialized personalitySolutions:
- Be explicit: “Activate Frontend Developer mode AND follow your personality guidelines”
- Provide context: Include project details and specific requirements
- Reference deliverables: “Use your technical deliverables as examples”
Updating Agents
Keep your agents up to date:Uninstallation
Remove The Agency:Next Steps
Quick Start
Start using agents immediately
Agent Design
Understand agent architecture
Use Cases
See agents in action
Creating Agents
Build your own agents
Having issues? Check our GitHub Issues or start a Discussion.
