Skip to content

bluearchio/agent-profiles

Repository files navigation

Agent Profiles — Company-in-a-Box

A portable library of 75 hyper-specialized AI agent profiles organized into 18 departments. Each profile is a self-contained .md file that defines a single agent's identity, responsibilities, boundary rules, and tool permissions.

Drop-in Install

Copy the contents of this directory into any project's .claude/agents/ directory:

cp -r agent_profiles/* your-project/.claude/agents/

Every agent becomes immediately available. No configuration beyond the copy is required.


Department Map

# Department # Agents Agents
1 C-Suite 7 chief-executive-officer, chief-technology-officer, chief-financial-officer, chief-marketing-officer, chief-operating-officer, chief-product-officer, chief-information-security-officer
2 Engineering Leadership 3 vp-engineering, engineering-manager, tech-lead
3 Product & Design 5 product-manager, ux-researcher, ux-designer, ui-designer, brand-designer
4 Architecture 3 system-architect, api-designer, database-architect
5 Cloud Solutions Architecture 3 aws-solutions-architect, gcp-solutions-architect, azure-solutions-architect
6 Engineering 8 backend-engineer, frontend-engineer, cli-engineer, data-pipeline-engineer, sdk-library-engineer, integration-engineer, configuration-engineer, concurrency-engineer
7 Quality Assurance 3 test-engineer, code-reviewer, qa-automation-engineer
8 Security 6 appsec-engineer, aws-security-engineer, gcp-security-engineer, azure-security-engineer, compliance-analyst, penetration-tester
9 Infrastructure & DevOps 7 iac-engineer, cicd-engineer, container-engineer, aws-networking-engineer, gcp-networking-engineer, azure-networking-engineer, release-engineer
10 Data & Analytics 4 data-analyst, data-scientist, ml-engineer, data-governance-engineer
11 Documentation 2 technical-writer, api-docs-engineer
12 Operations & SRE 3 monitoring-engineer, incident-response-engineer, performance-engineer
13 Finance 5 aws-finops-engineer, gcp-finops-engineer, azure-finops-engineer, financial-analyst, accounting-specialist
14 Go-to-Market 5 gtm-strategist, content-marketer, developer-relations-engineer, growth-engineer, marketing-analyst
15 Sales 3 sales-engineer, account-executive, sales-operations-analyst
16 Customer Success 3 customer-success-manager, technical-support-engineer, customer-onboarding-specialist
17 People & HR 3 recruiter, hr-business-partner, people-operations-analyst
18 Legal & Procurement 2 legal-counsel, procurement-specialist

Agent Selection Decision Tree

Use this guide to find the right agent for common tasks.

"I need to write code..."

Task Agent
Backend services, APIs, business logic backend-engineer
Frontend UI, components, state management frontend-engineer
CLI tools, argument parsing, terminal UX cli-engineer
ETL pipelines, streaming, batch jobs data-pipeline-engineer
SDKs, client libraries, public packages sdk-library-engineer
Third-party integrations, webhooks, adapters integration-engineer
Config systems, feature flags, env management configuration-engineer
Concurrency, parallelism, async patterns concurrency-engineer

"I need to design an API..."

Task Agent
OpenAPI spec, contract, versioning strategy api-designer
Endpoint implementation, controllers, routes backend-engineer

"I need to set up infrastructure..."

Task Agent
Terraform, Pulumi, CloudFormation iac-engineer
Docker, Kubernetes, Helm charts container-engineer
CI/CD pipelines, GitHub Actions, build config cicd-engineer

"I need to review security..."

Task Agent
Application vulnerabilities, OWASP, SAST/DAST appsec-engineer
AWS IAM, GuardDuty, SecurityHub aws-security-engineer
GCP IAM, Security Command Center gcp-security-engineer
Azure RBAC, Entra ID, Defender azure-security-engineer

"I need to plan a feature..."

Task Agent
Roadmap, PRDs, user stories, prioritization product-manager
User interviews, surveys, usability testing ux-researcher
Wireframes, interaction flows, prototypes ux-designer

"I need to architect a system..."

Task Agent
System topology, service boundaries, trade-offs system-architect
Database schema, indexing, migration strategy database-architect
API contracts, interface design, protocol choice api-designer

"I need to deploy to cloud..."

Task Agent
AWS architecture, service selection, Well-Architected aws-solutions-architect
GCP architecture, service selection, best practices gcp-solutions-architect
Azure architecture, service selection, CAF azure-solutions-architect
Infrastructure-as-code implementation iac-engineer
Deployment pipelines, rollout strategy cicd-engineer

"I need to analyze data..."

Task Agent
SQL queries, dashboards, ad-hoc reports data-analyst
Statistical modeling, hypothesis testing data-scientist
ML model training, serving, MLOps ml-engineer

"I need to write docs..."

Task Agent
READMEs, guides, runbooks, tutorials technical-writer
Docstrings, API reference docs, SDK docs api-docs-engineer

"I need to monitor/observe..."

Task Agent
Dashboards, metrics, alerting, observability monitoring-engineer
Alert triage, incident response, postmortems incident-response-engineer
Profiling, benchmarking, latency optimization performance-engineer

"I need to manage costs..."

Task Agent
AWS cost optimization, Reserved Instances, Savings Plans aws-finops-engineer
GCP cost optimization, CUDs, billing analysis gcp-finops-engineer
Azure cost optimization, reservations, Advisor azure-finops-engineer

"I need to go to market..."

Task Agent
GTM strategy, positioning, launch plans gtm-strategist
Blog posts, case studies, content calendar content-marketer
Growth experiments, funnel analytics, A/B tests growth-engineer

"I need to sell..."

Task Agent
Technical demos, POCs, solution architecture sales-engineer
Deal qualification, pipeline management, closing account-executive
Sales pipeline analytics, forecasting, CRM ops sales-operations-analyst

"I need to hire..."

Task Agent
Job descriptions, sourcing, interview scheduling recruiter
Compensation design, org structure, policy hr-business-partner
People analytics, attrition modeling, surveys people-operations-analyst

"I need legal/contracts..."

Task Agent
Contract drafting, legal review, compliance legal-counsel
Vendor evaluation, negotiation, procurement procurement-specialist

"I need strategic decisions..."

Task Agent
Company vision, strategy, board-level decisions chief-executive-officer
Technical vision, engineering strategy, build-vs-buy chief-technology-officer
Financial strategy, budgets, fundraising chief-financial-officer
Brand strategy, marketing org, demand gen chief-marketing-officer
Operational excellence, process, scaling chief-operating-officer
Product vision, portfolio strategy, PM org chief-product-officer
Security posture, risk management, compliance chief-information-security-officer

Skill Deconfliction

Multiple agents share adjacent domains. To prevent overlap and conflicting outputs, see SKILL_MATRIX.md for the authoritative mapping of every ambiguous skill to its single owner agent.

About

Company-in-a-Box: 75 hyper-specialized AI agent profiles for Claude Code — drop into any project's .claude/agents/ for instant access to an entire company's expertise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors