aden-hive/hive Skills
(8)Browse AI agent skills from aden-hive/hive for Claude Code, OpenClaw, Cursor, Windsurf, and more. Install them with a single command to extend what your agents can do.
hive
aden-hive/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.
hive-concepts
aden-hive/hive
Core concepts for goal-driven agents - architecture, node types (event_loop, function), tool discovery, and workflow overview. Use when starting agent development or need to understand agent fundamentals.
hive-create
aden-hive/hive
Step-by-step guide for building goal-driven agents. Qualifies use cases first (the good, bad, and ugly), then creates package structure, defines goals, adds nodes, connects edges, and finalizes agent class. Use when actively building an agent.
hive-credentials
aden-hive/hive
Set up and install credentials for an agent. Detects missing credentials from agent config, collects them from the user, and stores them securely in the local encrypted store at ~/.hive/credentials.
hive-debugger
aden-hive/hive
Interactive debugging companion for Hive agents - identifies runtime issues and proposes solutions
hive-patterns
aden-hive/hive
Best practices, patterns, and examples for building goal-driven agents. Includes client-facing interaction, feedback edges, judge patterns, fan-out/fan-in, context management, and anti-patterns.
hive-test
aden-hive/hive
Iterative agent testing with session recovery. Execute, analyze, fix, resume from checkpoints. Use when testing an agent, debugging test failures, or verifying fixes without re-running from scratch.
Triage Issue
aden-hive/hive
# Triage Issue Skill Analyze a GitHub issue, verify claims against the codebase, and close invalid issues with a technical response. ## Trigger User provides a GitHub issue URL or number, e.g.: - `/triage-issue 1970` - `/triage-issue https://github.com/adenhq/hive/issues/1970` ## Workflow ### S