hive
Complete workflow for building, implementing, and testing goal-driven agents. Orchestrates hive-* skills. Use when starting a new agent project, unsure which skill to use, or need end-to-end guidance.
npx skills add majiayu000/claude-skill-registry --skill hive-aden-hive-hive --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Agent Development Workflow **THIS IS AN EXECUTABLE WORKFLOW. DO NOT explore the codebase or read source files. ROUTE to the correct skill IMMEDIATELY.** When this skill is loaded, **ALWAYS use the AskUserQuestion tool** to present options: ``` Use AskUserQuestion with these options: - "Build a new agent" → Then invoke /hive-create - "Test an existing agent" → Then invoke /hive-test - "Learn agent concepts" → Then invoke /hive-concepts - "Optimize agent design" → Then invoke /hive-patterns - "Set up credentials" → Then invoke /hive-credentials - "Debug a failing agent" → Then invoke /hive-debugger - "Other" (please describe what you want to achieve) ``` **DO NOT:** Read source files, explore the codebase, search for code, or do any investigation before routing. The sub-skills handle all of that. --- Complete Standard Operating Procedure (SOP) for building production-ready goal-driven agents. ## Overview This workflow orchestrates specialized skills to take you from initial concept to production-ready agent: 1. **Understand Concepts** → `/hive-concepts` (optional) 2. **Build Structure** → `/hive-create` 3. **Optimize Design** → `/hive-patterns` (optional) 4. **Setup Credentials** →
- Overview
- When to Use This Workflow
- Quick Decision Tree
- Phase 0: Understand Concepts (Optional)
- When to Use
- What This Phase Provides
- Phase 1: Build Agent Structure
- What This Phase Does
- Process
- Outputs
- Success Criteria
- Common Outputs
- Next Steps
- Phase 1.5: Optimize Design (Optional)
Check if agent structure exists ls exports/my_agent/agent.py Check if it validates Check if tests exist ls exports/my_agent/tests/ If structure exists and validates → Phase 2 (testing) If structure doesn't exist → Phase 1 (building) If tests exist but failing → Debug phase
What does the hive skill do?
Complete workflow for building, implementing, and testing goal-driven agents. Orchestrates hive-* skills. Use when starting a new agent project, unsure which skill to use, or need end-to-end guidance.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill hive-aden-hive-hive --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
