Paddle Debug
Paddle-debug automatically identifies and suggests fixes for common errors in PaddlePaddle code during testing.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add paddle-debug npx -- -y @trustedskills/paddle-debug
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"paddle-debug": {
"command": "npx",
"args": [
"-y",
"@trustedskills/paddle-debug"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The paddle-debug skill provides debugging capabilities for Paddle agent workflows. It allows users to inspect and modify the state of a running workflow, facilitating troubleshooting and experimentation. This includes viewing variables, stepping through execution, and altering values during runtime.
When to use it
- Troubleshooting unexpected behavior: Use when an AI agent is not performing as expected and you need to understand its internal state.
- Experimenting with different parameters: Quickly test the impact of changes by modifying variables mid-execution.
- Understanding complex workflows: Step through a workflow's execution to visualize the flow of data and logic.
- Debugging integration issues: Identify problems when integrating multiple tools or services within an agent’s workflow.
Key capabilities
- Inspect variable values during runtime.
- Step through workflow execution.
- Modify variable values while a workflow is running.
Example prompts
- "Show me the value of 'user_input' at this point in the workflow."
- "Step to the next action and pause."
- "Set the value of 'temperature' to 0.7."
Tips & gotchas
This skill requires a running Paddle agent workflow to be active for debugging purposes. It is intended for development and troubleshooting, not production environments.
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.