By undeadlist
Automate end-to-end solo dev workflows in Claude Code with 24 parallel agents auditing code quality, security, bugs, UI/UX, database, performance, deps, SEO, API, docs, infra and 6 skills for TDD bug fixes, new features, pre-commit checks, pre-deploy validation, full audits, release prep.
API endpoint testing. Discovery, validation, auth flows, error handling.
Supervisor agent. Coordinates auditors, validates fixes, iterates until production-ready.
Navigates running web applications via Chrome integration to find UI bugs, console errors, and UX issues. Uses /chrome tools to interact with localhost or deployed apps.
Runtime bug scanner. Finds error handling gaps, race conditions, memory leaks, null refs.
Code quality auditor. Reviews patterns, maintainability, complexity, consistency.
Fix bugs with regression prevention using test-first approach
Run all 11 audit agents in parallel, then consolidate findings with fix-planner
Develop new features with test-first approach (TDD)
Run code quality checks and tests before committing
Validate build, environment, and dependencies before deployment
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Target User: Solo dev running a startup, only engineer, entire company. Goal: Pull this repo into any project and have a full agent team ready to go. Designed for: Next.js / React / TypeScript full-stack web apps (Prisma, npm/pnpm, Vercel). Other stacks can adapt the agent prompts, but examples and tooling defaults target this stack. Built by: Paul @ UndeadList — learned the hard way what works.
You're a solo dev. You don't have:
This workflow package gives you all of that via Claude Code subagents, with strict protocols to prevent the bullshit that wastes your time.
claude-code-agents/
├── .claude-plugin/
│ ├── plugin.json # Plugin manifest
│ └── marketplace.json # Marketplace config
│
├── agents/ # 24 agent definitions
│ ├── # AUDIT AGENTS (11 - run in parallel)
│ ├── code-auditor.md # Code quality, DRY, complexity
│ ├── bug-auditor.md # Runtime bugs, auth gaps
│ ├── security-auditor.md # OWASP deep scan
│ ├── doc-auditor.md # Documentation gaps
│ ├── infra-auditor.md # Config, env vars, headers
│ ├── ui-auditor.md # Accessibility, UX
│ ├── db-auditor.md # Database, N+1, indexes
│ ├── perf-auditor.md # Performance, bundle size
│ ├── dep-auditor.md # Dependencies, vulnerabilities
│ ├── seo-auditor.md # SEO, meta tags, OpenGraph
│ ├── api-tester.md # API endpoint testing
│ ├── # FIX/IMPLEMENT AGENTS (4)
│ ├── fix-planner.md # Prioritizes findings into FIXES.md
│ ├── code-fixer.md # Implements fixes
│ ├── test-runner.md # Validates fixes
│ ├── test-writer.md # Auto-generates tests
│ ├── # BROWSER AGENTS (4 - Chrome integration)
│ ├── browser-qa-agent.md # Navigates UI, finds console errors
│ ├── fullstack-qa-orchestrator.md # Find → Fix → Verify loop
│ ├── console-monitor.md # Real-time console watching
│ ├── visual-diff.md # Screenshot comparison
│ ├── # DEPLOY AGENTS (2)
│ ├── deploy-checker.md # Pre-deployment validation
│ ├── env-validator.md # Environment configuration
│ ├── # UTILITY AGENTS (2)
│ ├── pr-writer.md # PR description generator
│ ├── seed-generator.md # Test data creation
│ └── # SUPERVISORS (1)
│ └── architect-reviewer.md # Oversees until production-ready
│
├── skills/ # 6 workflow skills (slash commands)
│ ├── full-audit/SKILL.md # /full-audit
│ ├── pre-commit/SKILL.md # /pre-commit
│ ├── pre-deploy/SKILL.md # /pre-deploy
│ ├── new-feature/SKILL.md # /new-feature
│ ├── bug-fix/SKILL.md # /bug-fix
│ └── release-prep/SKILL.md # /release-prep
│
├── workflows/ # Detailed workflow documentation
│ ├── pre-commit.md
│ ├── pre-deploy.md
│ ├── full-audit.md
│ ├── new-feature.md
│ ├── bug-fix.md
│ └── release-prep.md
│
├── CLAUDE.md # Orchestrator instructions
├── setup-project.sh # One command setup for new projects
├── install.sh # Quick agent install (legacy)
└── README.md
Total: 24 agents + 6 workflow skills
Install once, use across all projects. No per-project file copying needed.
# Step 1: Add the marketplace (inside Claude Code)
/plugin marketplace add undeadlist/claude-code-agents
# Step 2: Install the plugin (inside Claude Code)
/plugin install claude-code-agents@undeadlist-claude-code-agents
Or after Step 1, use /plugin → Discover tab to browse and install.
You can also install from the terminal:
claude plugin install claude-code-agents@undeadlist-claude-code-agents --scope user
All 24 agents and 6 workflow skills become natively available. Use skills like /full-audit, /pre-commit, /pre-deploy, etc.
After installing, confirm everything loaded:
# Inside Claude Code, ask:
"List all available agents and skills from the claude-code-agents plugin"
You should see 24 agents and 6 skills. If not, check the Troubleshooting section below.
Test the plugin locally without installing:
npx claudepluginhub undeadlist/claude-code-agents --plugin claude-code-agentsAI-powered development workflow automation - Phase-based planning, implementation orchestration, preflight code quality checks with security scanning, ship-it workflow, and development principles generator for CLAUDE.md
Universal quality control orchestrator and final authority for any software development project. Dynamically discovers and coordinates with available sub-agents, performs comprehensive multi-dimensional quality assessment, security validation, and deployment readiness verification. Adapts to any project type, programming language, or development framework while maintaining enterprise-grade quality standards. Examples: <example>Context: Code changes ready for review across any project. user: 'Please review this code before commit' assistant: 'I'll use the 1-ceo-quality-control-agent to orchestrate comprehensive quality validation, discover available specialists, and perform final security scanning before approval.' <commentary>Universal quality control requires comprehensive validation across all dimensions regardless of project type.</commentary></example> <example>Context: Multi-agent work completion needing validation. user: 'Several agents completed their tasks, need quality review' assistant: 'Let me engage the 1-ceo-quality-control-agent to coordinate comprehensive validation across all completed work and ensure quality standards.' <commentary>Multi-agent coordination and quality validation applies to any development project.</commentary></example>
Agents for code review, security audits, debugging, and quality assurance
Universal Claude Code workflow with specialized agents, skills, hooks, and output styles for any software project. Includes orchestrator, code-reviewer, debugger, docs-writer, security-auditor, refactorer, and test-architect agents.
Task-focused agents for test, review, debug, docs, CI, security, refactoring, research, performance, and search-replace — with teammate and subagent role guidance
Multi-agent iterative code review until zero issues remain