dev
01Agent Claude Code
TDD Developer agent - implements features using test-driven development and clean code principles.
Agent Claude Code
TDD Developer agent - implements features using test-driven development and clean code principles.
Agent Claude Code
Code review agent - critically reviews changes for quality, security, and correctness.
Agent Claude Code
Use this agent when the user needs markdown files created in the test-files/ directory. This includes generating test data files, sample documentation, mock content, or any markdown-formatted files for testing purposes.\n\nExamples:\n\n \nContext: User needs sample markdown files for testing a documentation…
Command Claude Code
Requirements analyst agent - gathers, clarifies, and documents requirements.
Command Claude Code
Orchestrates the development cycle - developer implements, reviewer critiques, repeat until done.
Command Claude Code
TDD Developer agent - implements features using test-driven development and clean code principles.
Command Claude Code
Code review agent - critically reviews changes for quality, security, and correctness.
Plugin Claude Code
Plugin marketplace listing 2 plugins: e2e, agent-integration.
Plugin Claude Code
Multi-phase toolkit for integrating a new AI coding agent with the Entire CLI.
Command Claude Code
E2E-first Test driven development — unit tests written last.
Command Claude Code
Assess a new agent's hook/lifecycle compatibility with the Entire CLI.
Command Claude Code
Create E2E agent runner (no unit tests).
Plugin Claude Code
E2E test triage, debugging, and fix implementation toolkit.
Command Claude Code
Deep-dive artifact analysis for diagnosing E2E test failures.
Command Claude Code
Triage E2E failures via local reruns or CI artifacts, classify flaky vs real-bug, present findings report.
Hook Claude Code
Runs after a tool call finishes for Agent, TaskCreate and TaskUpdate tool calls, running an inline shell check (2 commands). From entireio/cli.
Hook Claude Code
Runs before the agent uses a tool for Agent tool calls, running an inline shell check. From entireio/cli.
Hook Claude Code
Runs when a session ends, running an inline shell check. From entireio/cli.
Hook Claude Code
Runs when a session starts, executing remote-setup.sh via bash (2 commands). From entireio/cli.
Hook Claude Code
Runs when the agent finishes a response, running an inline shell check. From entireio/cli.
Hook Claude Code
Runs when a subagent finishes, running an inline shell check. From entireio/cli.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, running an inline shell check. From entireio/cli.
Settings file Claude Code
Agent settings declaring 7 hook events (PostToolUse, PreToolUse, SessionEnd, SessionStart).
Skill Claude CodeCodex
Run all three agent integration phases sequentially: research, write-tests, and implement using E2E-first TDD (unit tests written last). For individual phases, use /agent-integration:research, /agent-integration:write-tests, or /agent-integration:implement. Use when the user says "integrate agent", "add agent…