Debugger
The Debugger skill helps identify and resolve code issues by analyzing execution traces, boosting developer efficiency and faster problem solving.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add tezuka-akihiro-debugger npx -- -y @trustedskills/tezuka-akihiro-debugger
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"tezuka-akihiro-debugger": {
"command": "npx",
"args": [
"-y",
"@trustedskills/tezuka-akihiro-debugger"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, authored by Tezuka Akihiro, provides debugging capabilities for AI agents. It allows users to step through code execution, inspect variables at different points in time, and identify the root cause of errors or unexpected behavior. The debugger supports setting breakpoints and examining call stacks to understand program flow.
When to use it
- Troubleshooting complex logic: Use when an agent's output is incorrect or inconsistent, and you need to trace its reasoning process.
- Understanding unfamiliar codebases: If you are working with an AI agent that utilizes a codebase you don’t fully understand, this skill can help you follow the execution path.
- Identifying performance bottlenecks: Step through code to pinpoint areas where the agent is taking longer than expected to complete tasks.
- Debugging custom functions or integrations: When integrating new functionalities into an AI agent's workflow, use the debugger to ensure correct operation.
Key capabilities
- Stepping through code execution
- Inspecting variable values
- Setting breakpoints
- Examining call stacks
Example prompts
- "Debug this code and tell me what value 'x' has at line 10."
- "Step through the execution of this function and explain each step."
- "Set a breakpoint at line 25 and show me the current state of all variables."
Tips & gotchas
The debugger requires access to the agent’s underlying code. Be mindful of security implications when enabling debugging on sensitive or proprietary codebases.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.