Debug

🌐Community
by whawkinsiv · vlatest · Repository

Automatically identifies and suggests fixes for common coding errors in Python scripts using advanced static analysis.

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 whawkinsiv-debug npx -- -y @trustedskills/whawkinsiv-debug
2

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

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

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

About This Skill

What it does

The whawkinsiv-debug skill provides debugging assistance to AI agents. It allows users to inspect the agent's internal state, including variables and call stacks, during execution. This helps identify errors and understand the agent’s reasoning process for complex tasks or unexpected behavior.

When to use it

  • When an AI agent produces incorrect results despite seemingly correct instructions.
  • To understand why an agent is taking a particular action in a workflow.
  • During development of custom agents, to troubleshoot logic errors and improve performance.
  • For complex tasks where the agent's decision-making process needs to be validated.

Key capabilities

  • Inspect internal variables during execution.
  • View the current call stack.
  • Provides insights into the agent’s reasoning.

Example prompts

  • "Show me the values of all variables at this point in the script."
  • "What is the current call stack?"
  • "Explain why you chose to take action X."

Tips & gotchas

The skill requires access to the AI agent's internal state, which may be restricted depending on the environment and security configurations. Debugging can slow down execution speed significantly.

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
whawkinsiv
Installs
5

🌐 Community

Passed automated security scans.