·hive-debugger
</>

hive-debugger

Interactive debugging companion for Hive agents - identifies runtime issues and proposes solutions

29Installs·0Trend·@adenhq

Installation

$npx skills add https://github.com/adenhq/hive --skill hive-debugger

How to Install hive-debugger

Quickly install hive-debugger AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/adenhq/hive --skill hive-debugger
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: adenhq/hive.

SKILL.md

View raw

An interactive debugging companion that helps developers identify and fix runtime issues in Hive agents. The debugger analyzes runtime logs at three levels (L1/L2/L3), categorizes issues, and provides actionable fix recommendations.

This skill works alongside agents running in TUI mode and provides supervisor-level insights into execution behavior.

Some agents use terminalnodes=[] (the "forever-alive" pattern), meaning they loop indefinitely and never enter a "completed" execution state. For these agents:

Interactive debugging companion for Hive agents - identifies runtime issues and proposes solutions Source: adenhq/hive.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/adenhq/hive --skill hive-debugger
Category
</>Dev Tools
Verified
First Seen
2026-02-20
Updated
2026-03-10

Browse more skills from adenhq/hive

Quick answers

What is hive-debugger?

Interactive debugging companion for Hive agents - identifies runtime issues and proposes solutions Source: adenhq/hive.

How do I install hive-debugger?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/adenhq/hive --skill hive-debugger Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/adenhq/hive