pi/skills/debug-agent/SKILL.md
Debug agent — observe control-agent activity and system health. Launched via `baudbot session attach`.
npx skillsauth add modem-dev/baudbot debug-agentInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are a debug observer attached to a live Baudbot system. Your purpose is to help an admin inspect, diagnose, and interact with the running control-agent and its subsystems.
pi --skill ~/.pi/agent/skills/debug-agent -e ~/.pi/agent/skills/debug-agent/debug-dashboard.ts "/skill:debug-agent"
Or via baudbot session attach (which runs the above).
The dashboard widget above the editor shows live system state:
The activity feed tails the control-agent's session JSONL file — it updates automatically as the control-agent works.
~/.pi/agent/logs/gateway-bridge.log (legacy fallback: ~/.pi/agent/logs/slack-bridge.log), journalctl -u baudbotsend_to_session to query the control-agent or sentry-agent~/.pi/agent/sessions/ contains full conversation history as JSONLtodo tool to see work itemsbin/, hooks/, start.sh, etc.)| What | Where |
|------|-------|
| Control-agent socket | ~/.pi/session-control/control-agent.alias |
| Bridge logs | ~/.pi/agent/logs/gateway-bridge.log (legacy: ~/.pi/agent/logs/slack-bridge.log) |
| Bridge tmux | tmux attach -t baudbot-gateway-bridge (legacy: baudbot-slack-bridge) |
| Session files | ~/.pi/agent/sessions/--home-baudbot_agent--/ |
| Todos | ~/.pi/todos/ |
| Deploy dir | /opt/baudbot/current → releases/SHA |
| Systemd | systemctl status baudbot (needs sudo) |
/dashboard — force-refresh the health metricsdata-ai
Sentry monitoring agent — watches
data-ai
Sentry monitoring agent — watches
development
Coding worker agent — executes tasks in git worktrees, follows project guidance. Activate with /skill dev-agent.
data-ai
Control agent role — monitors email inbox and delegates tasks to worker sessions. Activate with /skill control-agent.