README
01Agent Claude Code
Sub-agents for the ccswarm project. Designed for both individual invocation and Agent Teams parallel execution.
Multi-agent orchestration system using Claude Code with Git worktree isolation and specialized AI agents for collaborative development
Agent Claude Code
Sub-agents for the ccswarm project. Designed for both individual invocation and Agent Teams parallel execution.
Agent Claude Code
Integrated review agent. Reviews design compliance, code quality, and architecture patterns all at once. Used with /review-all skill.
Agent Claude Code
Architecture pattern specialized review agent. Verifies compliance with Type-State, Channel-Based, Actor Model and other patterns. Used with /review-architecture skill.
Agent Claude Code
Backend development specialist for APIs, databases, server logic, and authentication. Use this agent for REST/GraphQL APIs, database design, and server-side business logic.
Agent Claude Code
Duplicate code detection and refactoring specialist. Uses similarity-rs for semantic similarity detection and performs refactoring based on DRY principle. USE PROACTIVELY after fixing build/clippy errors or when code duplication is suspected.
Agent Claude Code
DevOps specialist for Docker, CI/CD, infrastructure, and deployment. Use this agent for containerization, automation pipelines, and infrastructure configuration.
Agent Claude Code
Frontend development specialist for React, Vue, UI/UX, CSS, and client-side development. Use this agent for all frontend-related tasks including component creation, styling, and user interface work.
Agent Claude Code
QA specialist for testing, quality assurance, and test automation. Use this agent for writing tests, improving test coverage, and ensuring code quality.
Agent Claude Code
Code review + auto-fix agent. Reviews uncommitted changes for bugs, stale refs, duplication, and abstraction gaps — fixes actionable issues and verifies with clippy/tests.
Agent Claude Code
Rust specialized build/clippy error fixing agent. Use when cargo build or cargo clippy errors occur. Makes practical fixes following YAGNI principle. USE PROACTIVELY when encountering Rust compilation or clippy errors.