Diagnoses and debugs A2A agent communication issues including agent status, message routing, transport connectivity, and log analysis. Use when agents aren't responding, messages aren't being delivered, routing is incorrect, or when debugging orchestrator, coder-agent, tester-agent communication problems.
A comprehensive debugging skill for the A2A (Agent-to-Agent) communication system.
Provides systematic diagnosis and troubleshooting for:
Claude will automatically load this skill when you ask about:
agent-debug/
├── SKILL.md # Main skill instructions
├── README.md # This file
├── common_issues.md # Detailed troubleshooting guide
└── scripts/
└── test_message.py # Message delivery test script
Simply ask Claude questions like:
Can you debug why my agents aren't communicating?
Check the status of the orchestrator agent
The coder agent isn't responding to messages, help me diagnose
Claude will:
You can also run the test script directly:
python .claude/skills/agent-debug/scripts/test_message.py
This will:
The skill provides step-by-step diagnostics:
The common_issues.md file covers:
A handy checklist to run through:
You: Check if all agents are running properly
Claude will:
ps aux to check processesYou: Messages are going to dashboard-agent instead of coder-agent
Claude will:
You: Orchestrator receives my message but nothing happens
Claude will:
This skill is designed specifically for the agent system in:
a2a_communicating_agents/
├── orchestrator_agent/
├── coder_agent/
├── tester_agent/
├── agent_messaging/
└── storage/
It understands:
To add new diagnostic capabilities:
SKILL.md to add new workflow stepscommon_issues.md with new issues and solutionsWhen adding new agents to the system:
If Claude doesn't load the skill when expected:
.claude/skills/agent-debug/SKILL.mdTo improve this skill:
common_issues.mdVersion: 1.0 Author: Claude Code Collective Last Updated: 2024-12-05
npx skills add aiskillstore/agent-communication-debugger下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer