agent-hive
01Plugin Claude Code
Plugin marketplace listing 1 plugin: hive.
Plugin Claude Code
Plugin marketplace listing 1 plugin: hive.
Agent
Task implementer. Writes code, runs tests, and updates task state directly.
Agent
Plan-first development orchestrator for Copilot-native Hive workflows.
Agent
Quality reviewer. Evaluates clarity, verification, completeness, architecture. OKAY/REJECT.
Agent
Codebase and external researcher. Explores files, searches docs, gathers evidence. Read-only.
Instructions file GitHub Copilot
Repository-wide GitHub Copilot steering for Hive workflows.
Instructions file GitHub Copilot
Project coding standards template.
Instructions file GitHub Copilot
Hive plan-first development workflow.
Skill Claude CodeCodex
Use when bootstrapping, updating, or reviewing AGENTS.md — teaches what makes effective agent memory, how to structure sections, signal vs noise filtering, and when to prune stale entries.
Skill Claude CodeCodex
Use before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Skill Claude CodeCodex
Use when reviewing implementation changes against an approved plan or task (especially before merging or between Hive tasks) to catch missing requirements, YAGNI, dead code, and risky patterns.
Skill Claude CodeCodex
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies.
Skill Claude CodeCodex
Use when working with Docker containers — debugging container failures, writing Dockerfiles, docker-compose for integration tests, image optimization, or deploying containerized applications.
Skill Claude CodeCodex
Use when you have a written implementation plan to execute in a separate session with review checkpoints.
Skill Claude CodeCodex
Use when you need parallel, read-only exploration with the agent tool (Scout fan-out).
Skill Claude CodeCodex
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
Skill Claude CodeCodex
Use when implementing any feature or bugfix, before writing implementation code.
Skill Claude CodeCodex
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always.
Skill Claude CodeCodex
Use when you have a spec or requirements for a multi-step task, before touching code.
Instructions file CodexOpenCode
AGENTS.md instructions for tctinh/agent-hive, covering agent guidelines for agent-hive, build & test commands, build all packages, development mode (all packages) and run tests (from package directories).
Plugin Claude Code
Plan-first AI development with batched parallelism. Native Claude Code implementation of the Agent Hive workflow.
Command
Start or continue a Hive feature workflow. Plans features, dispatches workers, merges results.
Skill Claude CodeCodex
Use ast-grep MCP tools for syntax-aware structural search, AST inspection, rule testing, and structural verification. Triggers: code-shape queries, structural invariants, pattern debugging, AST inspection, and multi-file syntax matching.
Skill Claude CodeCodex
Use when independently verifying implementation claims, post-merge review, or when a reviewer needs to falsify success assertions with command-and-output evidence.