agent-assistant-debug

Route debugging commands to Agent Assistant's built-in debugging workflows.

54|18|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/hainamchung/agent-assistant --skill agent-assistant-debug
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-assistant-debug
Source: https://github.com/hainamchung/agent-assistant/tree/main/code-assistants/codex-assistant/skills/agent-assistant-debug
Command: npx skills add https://github.com/hainamchung/agent-assistant --skill agent-assistant-debug

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Route debugging commands to the Agent Assistant's dedicated debugging workflows, enabling rapid diagnosis of agent misbehavior and troubleshooting across multi-agent tasks.

Core Features & Use Cases

  • Route debugging sessions to built-in debugging workflows for consistent results.
  • Coordinate troubleshooting across multiple agents and components to isolate issues quickly.
  • Use Case: when a user reports a misbehavior, reproduce the workflow and collect traces for analysis.

Quick Start

Tell the agent to activate the /debug workflow to reproduce and diagnose an issue.

Frequently Asked Questions about agent-assistant-debug

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I debug multi-agent routing issues in Codex?

Debug multi-agent routing issues in Codex by routing commands to the Agent Assistant's built-in debugging workflows. This isolates agent misbehavior and coordination bugs by reproducing the reported workflow for analysis.

What is the best way to diagnose agent misbehavior during task execution?

Diagnose agent misbehavior by activating the dedicated debugging workflow. It coordinates troubleshooting across multiple agents and components, collecting traces to isolate the root cause of task execution failures quickly.

Do I need specific boot rules loaded to debug agent workflows?

Yes, debugging agent workflows requires loading boot rules from the runtime configuration file. You must also spawn agents via Codex native multi-agent and resolve workflows from the matrix-skills directory.

How do I start a debugging session for an AI assistant?

Start a debugging session for an AI assistant by telling the agent to activate the debug workflow. This routes the command to instantly reproduce and diagnose the reported issue within the coordinated environment.

Can I troubleshoot coordination bugs across multiple spawned agents?

Yes, you can troubleshoot coordination bugs across multiple spawned agents. The debugging workflow coordinates troubleshooting across components to isolate multi-agent coordination bugs and collect traces for analysis.

Why does my agent routing workflow fail to resolve debugging tasks?

Agent routing workflows fail to resolve debugging tasks if the matrix-skills directory is missing debugging workflows or if agents are not spawned via Codex native multi-agent after loading the boot rules.