Plugin Claude Code
Plugin marketplace listing 1 plugin: claude-code-agents.
Plugin Claude Code
Plugin marketplace listing 1 plugin: claude-code-agents.
Plugin Claude Code
24 parallel audit agents + 6 workflow skills for Claude Code. Complete E2E development workflow for solo devs.
Instructions file
Instructions for undeadlist/claude-code-agents, covering claude.md, agents (24 total), audit agents (11) - non-overlapping scope, fix/implement agents (4) and browser qa agents (4).
Agent
API endpoint testing. Discovery, validation, auth flows, error handling.
Agent
Supervisor agent. Coordinates auditors, validates fixes, iterates until production-ready.
Agent
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.
Agent
Runtime bug scanner. Finds error handling gaps, race conditions, memory leaks, null refs.
Agent
Code quality auditor. Reviews patterns, maintainability, complexity, consistency.
Agent
Implements fixes from FIXES.md. Production-quality code following project patterns.
Agent
Real-time console monitoring during browser sessions. Watches for errors, warnings, and logs as you test.
Agent
Database auditor. Schema design, N+1 queries, indexes, connection pooling.
Agent
Dependency auditor. Outdated packages, vulnerabilities, licenses, unused deps.
Agent
Pre-deployment validation. Build, env vars, dependencies, migrations, health checks.
Agent
Documentation coverage analyzer. Finds missing docs, outdated comments, API gaps.
Agent
Environment configuration validator. Compares .env.example vs .env, checks for secrets.
Agent
Creates prioritized fix plans from audit findings. Generates FIXES.md with deduplication.
Agent
Coordinates browser-qa-agent with code-fixer for complete test-fix-verify cycles. The Replit-style workflow.
Agent
Infrastructure and deployment checker. Env vars, headers, database config.
Agent
Performance auditor. Bundle size, Core Web Vitals, slow queries, memory leaks.
Agent
Pull request description generator. Summarizes changes, creates checklist.
Agent
Comprehensive security analysis. OWASP Top 10, injection, auth, secrets, headers.
Agent
Test data generator. Creates realistic seed data based on schema.
Agent
SEO and discoverability auditor. Meta tags, OpenGraph, sitemap, structured data.
Agent
Runs tests and validates fixes. TypeScript, lint, unit tests.