All tools
AgentCommunity1.6k

lst97 Full-stack Subagents

Updated Jul 5, 2026

33 Claude Code subagents organized across Development, Infrastructure, Quality & Testing, Data & AI, Security, Specialization, and Business — plus an agent-organizer master orchestrator. Includes language specialists (Python, Go, TypeScript, React, Next.js), cloud/DevOps, database optimization, LLM/RAG engineering, and a security auditor.

View on GitHub

What it does

  • agent-organizer

    Master orchestrator: detects stack, assembles an optimal 1–3 agent team, and manages multi-phase collaboration with quality gates.

  • backend-architect

    Design RESTful APIs, microservice boundaries, and database schemas.

  • database-optimizer

    Optimize SQL queries, design efficient indexes, and plan database migrations.

  • security-auditor

    Review code for vulnerabilities and ensure OWASP compliance.

  • ai-engineer

    Build LLM applications, RAG systems, and prompt pipelines.

Files (1)

OVERVIEW.mdprimary · markdown · 2.0 KB
## What it does

33 Claude Code subagents organized into logical categories covering the full software development lifecycle, plus an agent-organizer that orchestrates them for complex multi-step projects.

**Development (18 agents):** frontend-developer, ui-designer, ux-designer, react-pro, nextjs-pro, backend-architect, full-stack-developer, python-pro, golang-pro, typescript-pro, mobile-developer, electron-pro, dx-optimizer, legacy-modernizer.

**Infrastructure (5 agents):** cloud-architect, deployment-engineer, devops-incident-responder, incident-responder, performance-engineer.

**Quality & Testing (5 agents):** code-reviewer, architect-reviewer, qa-expert, test-automator, debugger.

**Data & AI (8 agents):** data-engineer, data-scientist, database-optimizer, postgres-pro, graphql-architect, ai-engineer, ml-engineer, prompt-engineer.

**Security (1 agent):** security-auditor (OWASP compliance, vulnerability detection).

**Specialization (2 agents):** api-documenter (OpenAPI/Swagger), documentation-expert.

**Business (1 agent):** product-manager (roadmap planning, stakeholder alignment).

**Meta-Orchestration:** agent-organizer — analyzes project requirements, detects technology stack, assembles an optimal 1–3 agent team, manages multi-phase collaboration with quality gates and validation checkpoints.

Common orchestration patterns: `architect → implement → test → review` for features; `debugger → specialist → validator` for bugs; `performance-engineer + database-optimizer → validation` for optimization.

## Install

```bash
mkdir -p ~/.claude/agents/lst97
cp /path/to/repo/agents/*.md ~/.claude/agents/lst97
```

Or clone to Claude's directory directly:

```bash
cd ~/.claude
git clone https://github.com/lst97/claude-code-sub-agents.git
```

Verify: "List all available subagents" in Claude Code — look for lst97/* entries.

## When to use

Complex multi-step projects where you want intelligent agent routing (auto-delegation based on context keywords) and a master orchestrator to coordinate specialists without manually managing handoffs.