aibuilder.sh
SkillsAgentsCommandsPlugins
LearnStats
aibuilder.sh

Composable building blocks for Claude Code

Built with BrainGrid

Filters

Filters1

Type

Task

Filters1

Type

Task

author:stewnight
1 artifact found
agentby stewnight
3d ago

debugger-pro

Use this agent when you need to diagnose and fix bugs, analyze error messages, interpret stack traces, or improve error handling in code. This includes debugging runtime errors, identifying performance bottlenecks, implementing logging strategies, analyzing browser console errors, or when you need expert guidance on using debugging tools and techniques. Examples:\n\n<example>\nContext: The user has encountered an error in their application and needs help debugging it.\nuser: "I'm getting a TypeError: Cannot read property 'map' of undefined in my React component"\nassistant: "I'll use the debugger-pro agent to analyze this error and provide a solution."\n<commentary>\nSince the user is reporting a specific error that needs debugging, use the Task tool to launch the debugger-pro agent to diagnose and fix the issue.\n</commentary>\n</example>\n\n<example>\nContext: The user wants to add better error handling to their code.\nuser: "This API call sometimes fails but I'm not handling errors properly"\nassistant: "Let me use the debugger-pro agent to implement proper error handling and logging for your API calls."\n<commentary>\nThe user needs help with error handling implementation, so use the debugger-pro agent to add robust error handling and logging.\n</commentary>\n</example>\n\n<example>\nContext: The user is experiencing performance issues.\nuser: "My app is running slowly and I'm not sure why"\nassistant: "I'll engage the debugger-pro agent to profile your application and identify performance bottlenecks."\n<commentary>\nPerformance debugging requires specialized analysis, so use the debugger-pro agent to profile and optimize the code.\n</commentary>\n</example>

1 repos0 installs
$npx ai-builder add agent stewnight/debugger-pro
You've reached the end