agent-router
01Agent Claude Code
An agent router for web-application development teams. It examines a request, chooses the relevant specialist agents, decides their order, and dispatches them through one central route.
Agent Claude Code
An agent router for web-application development teams. It examines a request, chooses the relevant specialist agents, decides their order, and dispatches them through one central route.
Agent Claude Code
An independent reviewer for a web app’s architecture and technical choices at a defined design checkpoint. It checks whether the design documents are complete, consistent, and ready to approve.
Agent Claude Code
An architecture agent for web application development that defines the system structure, modules, data flows, integrations, and non-functional requirements. Its output is written as design documentation.
Agent Claude Code
A backend development agent for a web application team. It handles application programming interfaces (APIs), business rules, login access, and permission checks, while following database designs supplied by a database specialist.
Agent Claude Code
A chief-executive agent for web application projects that breaks down requests, sends work to specialist agents, manages project knowledge, and combines their results.
Agent Claude Code
A CI/CD-focused coding agent for web application projects. CI/CD means automatically building, testing, and deploying software, and this agent uses GitHub Actions workflows for that work.
Agent Claude Code
A project relationship and dependency manager for web application teams. It represents connections between project parts as a graph, which is a map of related entities and dependencies.
Agent Claude Code
A database-focused coding agent for web application projects. It designs how data is organized in tables, including relationships, migrations, indexes, sample data, and queries.
Agent Claude Code
An independent review agent for web application designs and technical plans. At a project checkpoint called Gate 2, it evaluates user interfaces, database designs, security reviews, and testing plans.
Agent Claude Code
A documentation-focused coding agent for web application projects. It creates and maintains technical documents such as READMEs, design notes, operating procedures, change logs, API references, setup guides, and troubleshooting guides.
Agent Claude Code
A frontend-focused coding agent for web application projects. The frontend is the part of an application people see and use, and this agent builds its screens, components, responsive layouts, state handling, and API connections.
Agent Claude Code
An infrastructure-focused coding agent for web application projects. It handles infrastructure as code, Docker, cloud resources, environment setup, network design, and secret management.
Agent Claude Code
A project knowledge-management agent for web application teams. It organizes decisions and context, creates summaries for other agents, records architecture decisions, finds contradictions, and stores its work in .agent-team/knowledge/.
Agent Claude Code
A web-application project manager agent that breaks technical designs into tasks, sets priorities, tracks dependencies, and monitors progress. WBS means a structured breakdown of project work.
Agent Claude Code
A web application code reviewer that checks code, architecture, and compliance with coding rules, then writes review results to the project's review folder. It is designed to work as part of a larger agent team.
Agent Claude Code
A web-application security review agent based on the OWASP Top 10, a list of common web security risks. It performs code and dependency checks and verifies authentication and authorization.
Agent Claude Code
A web-application technology lead agent that designs architecture, chooses technologies, sets coding rules, and writes ADRs. An ADR is a short record of an important technical decision.
Agent Claude Code
A software testing agent that plans, writes, runs, and tracks unit, integration, and end-to-end tests. End-to-end tests check a complete user flow across the application.
Agent Claude Code
A UI/UX design agent for web application projects. It researches users, plans information structure, and creates wireframes, screen designs, mockups, and design-system specifications such as colors, fonts, spacing, and components.
Hook Claude Code
Runs before the agent uses a tool for Write, Edit and NotebookEdit tool calls, executing hook-require-worktree.sh and hook-require-worktree.ps1 via bash (2 commands). From harutomo51/kokkai-mcp.
Hook Claude Code
Runs after a tool call finishes for Write and Edit tool calls, executing hook-validate-json.ps1, hook-validate-review-schema.ps1, hook-validate-result-schema.ps1, hook-check-claude-md.ps1 and hook-check-review-date.ps1 via pwsh with --fix (6 commands). From harutomo51/kokkai-mcp.
Settings file Claude Code
Agent settings declaring 2 hook events (PreToolUse, PostToolUse).
Instructions file
A set of Claude Code instructions for the kokkai-mcp project, including its setup, technology choices, agent usage, and exceptions for calling agents directly.