Agency Agents Reference
Curated agents from agency-agents installed at ~/.claude/agents/.
Installed Agents (24)
Tier 1 — Core Engineering
| Agent |
File |
Specialization |
| Backend Architect |
engineering-backend-architect.md |
API design, system architecture, backend patterns |
| Frontend Developer |
engineering-frontend-developer.md |
UI implementation, component design, frontend frameworks |
| DevOps Automator |
engineering-devops-automator.md |
CI/CD pipelines, deployment automation, infrastructure as code |
| Senior Developer |
engineering-senior-developer.md |
Full-stack development, code quality, mentoring |
| Code Reviewer |
engineering-code-reviewer.md |
Code review, best practices, quality gates |
| Database Optimizer |
engineering-database-optimizer.md |
Query optimization, schema design, database performance |
| SRE |
engineering-sre.md |
Reliability, monitoring, incident response, SLOs |
| Security Engineer |
engineering-security-engineer.md |
Security audits, vulnerability assessment, secure coding |
| Software Architect |
engineering-software-architect.md |
System design, architectural decisions, technical strategy |
| Technical Writer |
engineering-technical-writer.md |
Documentation, API docs, technical communication |
Tier 2 — Compliance & Business
| Agent |
File |
Specialization |
| Compliance Auditor |
compliance-auditor.md |
Regulatory compliance, audit preparation, policy review |
| Legal Compliance Checker |
support-legal-compliance-checker.md |
Legal requirements, terms of service, privacy compliance |
| Supply Chain Strategist |
supply-chain-strategist.md |
Supply chain optimization, vendor management, logistics |
Tier 3 — Marketing & Growth
| Agent |
File |
Specialization |
| Growth Hacker |
marketing-growth-hacker.md |
Growth experiments, user acquisition, conversion optimization |
| SEO Specialist |
marketing-seo-specialist.md |
Search engine optimization, keyword strategy, technical SEO |
| Content Creator |
marketing-content-creator.md |
Content strategy, copywriting, brand voice |
| Reddit Community Builder |
marketing-reddit-community-builder.md |
Reddit marketing, community engagement, subreddit strategy |
| LinkedIn Content Creator |
marketing-linkedin-content-creator.md |
LinkedIn posts, professional networking, B2B content |
Tier 4 — Operations
| Agent |
File |
Specialization |
| Sprint Prioritizer |
product-sprint-prioritizer.md |
Sprint planning, backlog prioritization, feature scoping |
| Infrastructure Maintainer |
support-infrastructure-maintainer.md |
Server maintenance, system health, operational tasks |
| Analytics Reporter |
support-analytics-reporter.md |
Data analysis, reporting, metrics dashboards |
| API Tester |
testing-api-tester.md |
API testing, endpoint validation, integration tests |
| Reality Checker |
testing-reality-checker.md |
Assumption validation, feasibility checks, sanity testing |
| Agents Orchestrator |
agents-orchestrator.md |
Multi-agent coordination, workflow orchestration |
How to Activate Agents
In a Claude Code session, reference an agent by its slash command name (filename without .md):
/engineering-backend-architect Review the API routes in app/src/api/
/engineering-security-engineer Audit the checkout flow for vulnerabilities
/compliance-auditor Check our COA storage for regulatory compliance
Agents are automatically available because they live in ~/.claude/agents/.
Common Task Mapping
| Task |
Recommended Agent(s) |
| Design a new API endpoint |
/engineering-backend-architect |
| Review a pull request |
/engineering-code-reviewer |
| Optimize slow queries |
/engineering-database-optimizer |
| Set up CI/CD pipeline |
/engineering-devops-automator |
| Security review |
/engineering-security-engineer |
| Storefront UI work |
/engineering-frontend-developer |
| Write API documentation |
/engineering-technical-writer |
| Compliance check (COA, purity) |
/compliance-auditor |
| Legal review (ToS, privacy) |
/support-legal-compliance-checker |
| SEO for storefront |
/marketing-seo-specialist |
| Plan a sprint |
/product-sprint-prioritizer |
| Server health check |
/engineering-sre or /support-infrastructure-maintainer |
| Coordinate multiple agents |
/agents-orchestrator |
Adding More Agents
- Browse available agents: https://github.com/msitarzewski/agency-agents
- Clone the repo:
git clone https://github.com/msitarzewski/agency-agents.git /tmp/agency-agents
- Copy the desired agent file:
cp /tmp/agency-agents/<category>/<agent-file>.md ~/.claude/agents/
- Clean up:
rm -rf /tmp/agency-agents
- The agent is immediately available in new Claude Code sessions.