hive-create

Generate goal-driven AI agent package structures with nodes and edges.

10.9k|5.7k|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/adenhq/hive --skill hive-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hive-create
Source: https://github.com/adenhq/hive/tree/main/.claude/skills/hive-create
Command: npx skills add https://github.com/adenhq/hive --skill hive-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The hive-create skill provides a structured, repeatable approach to building autonomous agents by generating the essential scaffolding: package layout, goals, node and edge graphs, and a ready-to-run agent class. This streamlines the complex process of agent construction and ensures consistency across projects.

Core Features & Use Cases

  • Automated agent scaffolding: generates package structure, goals, nodes, edges, and the final agent class.
  • Graph design validation and export: produces a ready-to-run Python package exported to exports/AGENT_NAME/.
  • Reusable templates: aligns with existing agent patterns and supports customization for different domains.

Quick Start

Begin by running hive-create to generate a new agent scaffold, then iteratively define the goal (STEP 2) and design the node graph (STEP 3–4). Finally, build and export the complete package to exports/AGENT_NAME/ and validate the agent using the provided CLI. Adapt the workflow to your project by editing the generated files inside exports/AGENT_NAME/.

Frequently Asked Questions about hive-create

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate scaffolding for autonomous AI agent projects?

Automated agent scaffolding is achieved by generating the package structure, goals, node and edge graphs, and a ready-to-run agent class. This streamlines the complex process of agent construction to ensure consistency across repeatable agent architectures.

What is the best way to generate a Python package for goal-driven AI agents?

Generating a Python package for goal-driven AI agents involves designing the node graph and exporting the validated graph structure. The export-ready package is output to the exports/AGENT_NAME/ directory for immediate execution and CLI validation.

Can I use MCP-integrated tool wiring when building autonomous agents?

MCP-integrated tool wiring is supported when building autonomous agents. The scaffolding process targets teams building repeatable agent architectures and accommodates MCP-integrated tool wiring within the generated package structure.

How do I validate a generated agent graph before exporting the package?

Validating a generated agent graph involves the stepwise user-driven configuration process where you iteratively define the goal and design the node graph. The final package is then built, exported, and validated using the provided CLI.

Does automated agent scaffolding support customization for different domains?

Automated agent scaffolding supports customization for different domains through reusable templates. These templates align with existing agent patterns and allow you to adapt the workflow by editing the generated files inside the exports/AGENT_NAME/ directory.

Why use automated scaffolding instead of manually creating an agent project structure?

Automated scaffolding provides a structured, repeatable approach that ensures consistency across projects, unlike manual creation. It eliminates the complex process of agent construction by automatically generating the essential package layout, goals, and node and edge graphs.