Plugin Claude Code
Multi-agent AI development team plugins for Claude Code.
Plugin Claude Code
Multi-agent AI development team plugins for Claude Code.
Plugin Claude Code
Effective Claude workflows - /solo for 90% of tasks, /team for complex features. Based on official Anthropic patterns.
Agent
Requirements analyst - clarifies requirements, researches patterns, identifies edge cases before design. USE PROACTIVELY for requirement gathering.
Agent
Technical architect - designs APIs, data models, and creates implementation plan. USE PROACTIVELY for complex design decisions requiring deep analysis.
Agent
Expert code reviewer. USE PROACTIVELY after any code changes to ensure quality, security, and maintainability.
Agent
Fullstack developer - implements backend (Kotlin/Spring) and frontend (Next.js) following Architect's design exactly. USE PROACTIVELY for implementation.
Agent
DevOps engineer - handles Docker, Kubernetes, Helm, CI/CD, and deployments. USE PROACTIVELY when infrastructure changes needed.
Agent
Repository discovery agent - analyzes codebases to generate context files for team workflows.
Agent
QA engineer - writes tests, reviews code, checks security, ensures quality before deployment. USE PROACTIVELY after implementation.
Agent
Security specialist for vulnerability assessment. USE PROACTIVELY for security audits, penetration testing guidance, and security reviews.
Agent
Fast research agent for finding best practices, documentation, and technical solutions. USE PROACTIVELY when exploring options or gathering information.
Command
Effective Claude workflow - builds context, asks when needed, works incrementally.
Command
Team-A (Full) - 5-agent team with health checks and strict protocol.
Command
Team-B (Standard) - 5-agent team with simplified workflow.
Command
Team-C (Fast) - 3-agent lightweight team for quick iterations.
Command
Intelligent Engineering Manager - 7-phase feature development with parallel agents and user checkpoints.
Hook
Runs when a session starts, running an inline shell check. From ashchupliak/dream-team.
Hook
Runs after a tool call finishes for Write and Edit tool calls, running an inline shell check. From ashchupliak/dream-team.
Hook
Runs before the agent uses a tool for Write and Edit tool calls, running an inline shell check. From ashchupliak/dream-team.
Hook
Runs before the context is compacted, running an inline shell check. From ashchupliak/dream-team.
Hook
Runs when the agent finishes a response, running an inline shell check. From ashchupliak/dream-team.
Skill Claude CodeCodex
REST API design principles and patterns - use when designing new endpoints, creating DTOs, or planning API structure.
Skill Claude CodeCodex
Delegate coding tasks to Codex CLI (OpenAI gpt-5-codex via JetBrains AI). Use when a task involves repetitive code generation, refactoring, or analysis that can be offloaded.
Skill Claude CodeCodex
Flyway database migrations - use for schema changes, data migrations, version management, and PostgreSQL DDL.