coordinator
01Agent Cursor
A project coordinator subagent that plans work, creates tasks, and delegates to team agents. Use when you need to orchestrate a multi-agent workflow.
Agent Cursor
A project coordinator subagent that plans work, creates tasks, and delegates to team agents. Use when you need to orchestrate a multi-agent workflow.
Command Cursor
You are driving multi-agent work via Neohive MCP (not editing app code unless the user explicitly asked you to).
Command Cursor
Launch a multi-agent team from a template. Lists available templates and generates prompts for each agent. Use when starting a new multi-agent collaboration, team session, or when the user says "launch team" or "start agents".
Command Cursor
Using the Neohive MCP tools.
Command Cursor
Create a multi-agent workflow plan from a natural language description. Breaks down the task into steps, assigns to agents, and creates the workflow. Use when the user describes a feature or task they want the team to build.
Command Cursor
Use the Neohive MCP server for this workspace (data under .neohive/).
Command Cursor
Send a message to another agent or broadcast to all agents via Neohive. Use when the user wants to communicate with a specific agent or the whole team.
Command Cursor
Show the current status of the Neohive multi-agent team — who's online, active tasks, workflow progress, and recent messages. Use when the user asks about agent status, team progress, or "what's happening".
Command Cursor
Using Neohive MCP.
Skill Claude CodeCodexCursor
Runs Neohive multi-agent coordination from MCP or the dashboard without wasting tokens rediscovering ports, CSRF headers, task rules, or listen/checkmessages patterns. Use when acting as Coordinator, Manager, or Lead; when assigning Neohive work; when using dashboard REST APIs from curl/scripts; or when the user…
Skill Claude CodeCodexCursor
Implements Neohive-assigned work as a Coder, Frontend, or specialist agent using MCP tools correctly—register, listen, lockfile, tasks, Node/Volta-safe MCP configs, and dashboard API headers. Use when working in a Neohive-enabled repo, when the user asks to register/listen, or when integrating with .neohive/ and the…
Skill Claude CodeCodexCursor
Neohive multi-agent collaboration conventions. Automatically loaded when working in a multi-agent team to ensure proper tool usage, communication patterns, and workflow management.
Skill Claude CodeCodexCursor
Launch a multi-agent team from a template. Lists available templates and generates prompts for each agent. Use when starting a new multi-agent collaboration, team session, or when the user says "launch team" or "start agents".
Skill Claude CodeCodexCursor
Create a multi-agent workflow plan from a natural language description. Breaks down the task into steps, assigns to agents, and creates the workflow. Use when the user describes a feature or task they want the team to build.
Skill Claude CodeCodexCursor
name: send description: Send a message to another agent or broadcast to all agents via Neohive. Use when the user wants to communicate with a specific agent or the whole team. argument-hint: [agent-name|all] [message] disable-model-invocation: true.
Skill Claude CodeCodexCursor
Show the current status of the Neohive multi-agent team — who's online, active tasks, workflow progress, and recent messages. Use when the user asks about agent status, team progress, or "what's happening".
Instructions file GitHub Copilot
Copilot instructions for fakiho/neohive, covering neohive agent — github copilot / vs code, on session start — always do this first, core rules, workflow loop and available mcp tools (neohive server).
Instructions file
Claude Code instructions for fakiho/neohive, covering claude.md, what this is, commands, install in any project (auto-detects cli type) and launch the web dashboard.
Instructions file Gemini CLI
Gemini CLI instructions for fakiho/neohive, covering gemini.md, what this is, commands, install in any project (auto-detects cli type) and launch the web dashboard.
Plugin Claude Code
Multi-agent collaboration layer. Turn Claude Code into a team — agents communicate, delegate tasks, and build together. Adds /neohive:launch-team, /neohive:status, /neohive:send, /neohive:plan commands.
Agent
A project coordinator subagent that plans work, creates tasks, and delegates to team agents. Use when you need to orchestrate a multi-agent workflow.
Hook
Runs when a session starts on startup, executing auto-register.sh. From fakiho/neohive.
Hook
Runs when you submit a prompt, before the agent sees it, executing before-prompt.sh. From fakiho/neohive.
Hook
Runs before the agent uses a tool for Edit and Write tool calls, executing enforce-locks.sh. From fakiho/neohive.