¿Qué es hive-debugger?
Compañero de depuración interactivo para agentes de Hive: identifica problemas de tiempo de ejecución y propone soluciones. Fuente: adenhq/hive.
Compañero de depuración interactivo para agentes de Hive: identifica problemas de tiempo de ejecución y propone soluciones.
Instala rápidamente el skill de IA hive-debugger en tu entorno de desarrollo mediante línea de comandos
Fuente: 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:
Compañero de depuración interactivo para agentes de Hive: identifica problemas de tiempo de ejecución y propone soluciones. Fuente: adenhq/hive.
Campos y comandos estables para citas de IA/búsqueda.
npx skills add https://github.com/adenhq/hive --skill hive-debuggerCompañero de depuración interactivo para agentes de Hive: identifica problemas de tiempo de ejecución y propone soluciones. Fuente: adenhq/hive.
Abre tu terminal o herramienta de línea de comandos (Terminal, iTerm, Windows Terminal, etc.) Copia y ejecuta este comando: npx skills add https://github.com/adenhq/hive --skill hive-debugger Una vez instalado, el skill se configurará automáticamente en tu entorno de programación con IA y estará listo para usar en Claude Code, Cursor u OpenClaw
https://github.com/adenhq/hive