What is hive-debugger?
Interactive debugging companion for Hive agents - identifies runtime issues and proposes solutions Source: adenhq/hive.
Interactive debugging companion for Hive agents - identifies runtime issues and proposes solutions
Quickly install hive-debugger AI skill to your development environment via command line
Source: adenhq/hive.
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.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/adenhq/hive --skill hive-debuggerInteractive debugging companion for Hive agents - identifies runtime issues and proposes solutions Source: adenhq/hive.
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
https://github.com/adenhq/hive