agent-personaslisted
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/