Agent skill · Workflow & Productivity

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 15 KB
Bundled scripts: none
Version: 2.0
Declared author: hive
Path: skills/agent/hive-aden-hive-hive/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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** →

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Workflow
  3. Quick Decision Tree
  4. Phase 0: Understand Concepts (Optional)
  5. When to Use
  6. What This Phase Provides
  7. Phase 1: Build Agent Structure
  8. What This Phase Does
  9. Process
  10. Outputs
  11. Success Criteria
  12. Common Outputs
  13. Next Steps
  14. Phase 1.5: Optimize Design (Optional)
Ships with 1 file
  • metadata.json
Commands it runs
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
More from claude-skill-registry
All skills →
About this skill
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.

Keep going