Debug

🌐Community
by shaoruu · vlatest · Repository

Automatically identifies and suggests fixes for common coding errors in Python projects.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add shaoruu-debug npx -- -y @trustedskills/shaoruu-debug
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "shaoruu-debug": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/shaoruu-debug"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The shaoruu-debug skill provides debugging capabilities to AI agents. It allows users to step through code execution, inspect variables at different points in time, and identify the root cause of errors within agent workflows. This facilitates a deeper understanding of how an agent is operating and enables more targeted improvements.

When to use it

  • Troubleshooting unexpected behavior: If your AI agent isn't performing as expected, use this skill to trace its actions and pinpoint the source of the problem.
  • Understanding complex logic: When dealing with intricate agent workflows, debugging can help you visualize the flow of execution and understand how different components interact.
  • Identifying performance bottlenecks: By stepping through code, you can identify sections that are slowing down your agent's performance.
  • Validating assumptions: Use this skill to confirm whether your agent is making decisions based on the data you expect it to use.

Key capabilities

  • Step-through execution
  • Variable inspection
  • Error identification

Example prompts

  • "Debug my agent's code and show me the value of 'user_input' at line 15."
  • "Step through the process_order function and pause after each API call."
  • "What caused the error in this workflow?"

Tips & gotchas

This skill requires a level of familiarity with the agent’s underlying code. Debugging can be time-consuming, so focus on specific areas where you suspect issues.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
shaoruu
Installs
16

🌐 Community

Passed automated security scans.