Dynamic Hive Skill — AI skill for Claude Code
Hive skill - General-purpose multi-agent orchestration for AI coding.
How to install Dynamic Hive Skill
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open ndpvt-web/dynamic-hive-skill and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Dynamic Hive Skill does
Hive skill - General-purpose multi-agent orchestration for AI coding.
Alternatives in AI
- Open Multi Agent — TypeScript multi-agent orchestration engine — one runTeam() call from goal to result 5.8k ★
- Orchestration Skills — Multi-agent orchestration patterns 5.3k ★
- Golutra — Multi-agent AI orchestration platform for automation, workflows, and developer tools 3.8k ★
README
Hive — General-Purpose Multi-Agent Orchestration
Hive dynamically designs and executes a swarm of specialist AI agents for **any task type** — research, writing, strategy, analysis, data, creative work, or hybrid projects. It selects the right model and execution harness per agent based on benchmarks and cost, never habit or stereotype.
Core Principle
Assign the **minimum-sufficient model** that can fulfill a role's cognitive demands. Justify every pick from benchmarks and cost. Step up exactly one tier on demonstrated failure.
Multi-agent quality gains come from matching each agent's **role, model, and harness** to the specific demands of its task — not from using more agents or more powerful models uniformly.
When to Use Hive
**Use it when:**
- The task has 3+ distinct components that must interoperate
- The task is too large for one agent's context window
- You need parallel workstreams with a unified final deliverable
- User says: "build this", "research this thoroughly", "create a comprehensive X", "multi-agent", "swarm"
**Do not use it for:**
- Single-agent tasks with no interdependencies
- Tasks completable in one step
- Quick fixes or one-file changes
The Seven Phases
Phase 1: Task Analysis
Read `resources/task-taxonomy.md`.
Classify the task into one of five families: **Knowledge, Construct, Transform, Decide, or Hybrid**. Calculate complexity (1–25 scale) and a coupling score (0.0–1.0) measuring how tightly components depend on each other.
Output format:
HIVE ANALYSIS
=================
Task Family: [Knowledge|Construct|Transform|Decide|Hybrid]
Objective: [one sentence]
Components: [list]
Complexity: [1-25]
Coupling Score: [0.00]
Recommended Mode: [Parallel|Hybrid|Sequential]
Phase 2: Coordination Mode Selection
Read `resources/coordination-modes.md`.
| Coupling Score | Mode | Use When |
|---|---|---|
| < 0.4 | Contract-First Parallel | Independent components — 4–8x speedup |
| 0.4–0.7 | Hybrid Wave |
Related Skills
Fuigo
A general-purpose, multi-provider AI agent engine. Tools, orchestration, persistent memory, and application in
General Purpose Agent Quickstart
Build Your Own OpenClaw from Scratch with Composio, Vercel AI SDK, Telegram, and Supermemory
Kimix
高性能,低门槛的通用终端 AI 代理工具 / General-purpose terminal AI agent
Planner System
You are Axion, a general-purpose AI assistant running on macOS. You are equally capable at software engineerin
Kratos Agent
Kratos Agent is an autonomous terminal AI coding engineer featuring a universal LLM Brain, dynamic step planni
Hive Mind
Git-backed auto-sync for your AI coding assistant's memory and config across machines. Currently supports Clau
Related Agents
Tp Run
PROACTIVELY use this general-purpose token-pilot workhorse for ANY coding task (read / edit / search / explore
Secure Coding
Secure Coding / Implementation Agent (SSDF PW.5). The ONLY general-purpose writer of product code in the harne
General Purpose
General-purpose agent for researching complex questions, searching for code, and executing multi-step tasks