hive-registrar

Register AI agents into Beekeeper-Suit routing by validating artifacts and updating metadata.

72|28|Updated May 23, 2026
One-click install
npx skills add https://github.com/legioncodeinc/that-git-life --skill hive-registrar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hive-registrar
Source: https://github.com/legioncodeinc/that-git-life/tree/main/.claude/skills/hive-registrar
Command: npx skills add https://github.com/legioncodeinc/that-git-life --skill hive-registrar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill solves the problem of newly created AI agents remaining invisible to an orchestration system because their routing metadata and documentation have not been registered.

Core Features & Use Cases

  • Bee Registration Workflow: Verifies required artifacts, checks existing roster entries, creates agent guide files, and updates the Beekeeper-Suit routing roster.
  • Validation and Handoff Control: Ensures command briefs, agent files, skill files, templates, and guides are present before completing registration.
  • Use Case: When an AI agent has been forged but cannot be discovered by the orchestrator, use this Skill to complete the final registration phase and make the agent deployable.

Quick Start

Ask the hive-registrar skill to register the newly created Bee with Beekeeper-Suit and verify that all required artifacts are complete.

Frequently Asked Questions about hive-registrar

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

FAQPage Schema
How do I register newly created AI agents into an orchestration routing system?

To register AI agents into an orchestration routing system, you validate agent artifacts, create guide files, and update the routing roster. This process ensures newly created agents are discoverable and deployable by synchronizing discovery metadata.

What happens if required artifacts are missing during AI agent registration?

If required artifacts like command briefs, agent files, skill files, templates, and guides are missing, the registration process safely handles the missing prerequisites by halting validation. This prevents incomplete agents from entering the routing roster.

How does agent registration handle duplicate roster entries?

Agent registration handles duplicate entries safely by checking existing roster entries before creating new guide files. This validation ensures duplicate AI agents are identified and managed without overwriting active routing metadata.

Do I need guide files and routing tables to make AI agents discoverable by the orchestrator?

Yes, you need synchronized guide files and routing tables to make AI agents discoverable by the orchestrator. Registration updates these discovery metadata files, completing the deployment readiness check for the agent pipeline.

What is the best way to manage AI agent deployment readiness in a skill registry?

The best way to manage deployment readiness in a skill registry is to validate all required artifacts and update routing metadata. This ensures the agent roster remains synchronized and agents are visible to the orchestration system.