← ClaudeAtlas

agent-personaslisted

142 expert agent personas organized across 23 categories for every software development role — from planning and architecture through coding, testing, security, deployment, and maintenance. Use when needing to invoke a specialized agent role, understand which agent to use for a task, compose multi-agent teams, or find the right persona for code review, debugging, build resolution, or project orchestration. Also use when setting up agent-based workflows, understanding agent capabilities, or deciding between multiple agents for a task. Covers core engineering, development, data/AI, infrastructure, security, quality/testing, spec pipeline, orchestration, build resolution, language-specific review, framework specialization, and more. Trigger on "which agent", "use agent", "agent persona", "agent for", "multi-agent team", "agent team", "orchestrate agents", "delegate to agent", or when configuring agent-based development workflows.
NafisRayan/100x-Agent-Toolkit · ★ 1 · AI & Automation · score 64
Install: claude install-skill NafisRayan/100x-Agent-Toolkit
# Agent Personas — 142 Expert Personas for Software Development A comprehensive library of agent personas covering every role in the software development lifecycle. Each persona is a self-contained `.md` file with YAML frontmatter (`name`, `description`, `tools`, `model`) defining the agent's identity, capabilities, and constraints. ## Architecture ``` references/ ├── agent-organizer.md # Master orchestrator — analyzes projects, forms agent teams │ ├── beast-mode/ # Autonomous execution │ └── beast mode 3.1.md # Fully autonomous problem-solving, iterates until solved │ ├── core/ # Core Engineering (13 agents) │ ├── architect.md # System design, scalability (opus) │ ├── planner.md # Complex feature planning (opus) │ ├── code-reviewer.md # Security-aware code review with severity reports │ ├── code-archaeologist.md # Deep legacy codebase analysis │ ├── code-architect.md # Feature architecture blueprints │ ├── code-explorer.md # Traces execution paths, maps dependencies │ ├── code-simplifier.md # Simplifies code preserving exact behavior │ ├── a11y-architect.md # WCAG 2.2 compliance (web + native) │ ├── comment-analyzer.md # Code comment accuracy analysis │ ├── conversation-analyzer.md# Conversation hook behavior analysis │ ├── documentation-specialist.md │ ├── performance-optimizer.md │ └── type-design-analyzer.md │ ├── development/