Plugin Claude Code
Plugin marketplace listing 1 plugin: 8eyes.
Plugin Claude Code
Plugin marketplace listing 1 plugin: 8eyes.
Plugin Claude Code
Failure-aware multi-agent code review with 8 hook-enforced roles. Works on Claude Code, Copilot CLI, and Codex CLI.
Agent
Checks code changes for accessibility issues in an active /collab mission. Use when changes touch UI components or a11ycommands are configured.
Agent
Updates documentation for verified changes in an active /collab mission. Use when the mission has passed verification and documentation needs updating.
Agent
Implements code changes for an active /collab mission. Use when the mission is in implement phase and actual file edits are required.
Agent
Profiles code changes for performance issues in an active /collab mission. Use when changes touch hot paths, queries, or benchmarkcommands are configured.
Agent
Audits code changes for security vulnerabilities in an active /collab mission. Use when the mission touches auth, crypto, user input, or has securityscancommands configured.
Agent
Performs a blind review of an active /collab mission. Use when the mission is in review phase and you need an independent, risk-focused critique.
Agent
Writes tests for code changes in an active /collab mission. Use when the mission is in test phase and tests need to be created for the implementer's changes.
Agent
Verifies an active /collab mission against acceptance criteria and approved test commands. Use when the mission is in verify phase.
Skill Claude CodeCodex
Multi-agent adversarial code review via eight-eyes enforcement kernel.
Command
Start a multi-agent review mission (Copilot CLI adapter notes).
Command
Start a failure-aware multi-agent code review mission.
Hook
Runs when a session starts on startup, resume, clear and compact, executing collab_session_start.py via python3. From AgentBuildersApp/eight-eyes.
Hook
Runs before the agent uses a tool for Write, Edit, MultiEdit and Bash tool calls, executing collab_pre_tool.py via python3. From AgentBuildersApp/eight-eyes.
Hook
Runs after a tool call finishes for Write, Edit, MultiEdit and Bash tool calls, executing collab_post_tool.py via python3. From AgentBuildersApp/eight-eyes.
Hook
Runs when a subagent starts for collab- tool calls, executing collab_subagent_start.py via python3. From AgentBuildersApp/eight-eyes.
Hook
Runs when a subagent finishes for collab- tool calls, executing collab_subagent_stop.py via python3. From AgentBuildersApp/eight-eyes.
Hook
Runs before the context is compacted, executing collab_pre_compact.py via python3. From AgentBuildersApp/eight-eyes.
Hook
Runs when the agent finishes a response, executing collab_stop.py via python3. From AgentBuildersApp/eight-eyes.
Skill Claude CodeCodex
Failure-aware multi-agent mission coordinator. Activate when the user invokes /collab or explicitly requests a multi-agent review, implementation, or audit mission.