← Back to all packs
💻

Developer Tools Pack

Three agents for the tasks that slow you down. Code review, documentation, and error analysis.

Meet Your AI Team

Each agent has a specific role and personality.

Reviewer

Claude Opus 4.5

CODE REVIEW

Reviews PRs for bugs and style, suggests improvements, explains complex code.

"Good code review isn't about catching mistakes. It's about making code better."

Try saying:

  • "Review this PR"
  • "What could go wrong here?"
  • "How would you improve this?"

Docs

Claude Sonnet 4

DOCUMENTATION

Writes docstrings, READMEs, API docs. The docs you keep meaning to write.

"Documentation is a gift to your future self. Let me write it."

Try saying:

  • "Document this function"
  • "Write a README for this project"
  • "Generate API docs for this endpoint"

Debug

Claude Opus 4.5

ERROR ANALYSIS

Explains error messages, suggests fixes, traces through logic.

"Every bug is a mystery. Let's solve it together."

Try saying:

  • "What does this error mean?"
  • "Why is this returning null?"
  • "Help me trace through this logic"

See It In Action

Real conversations showing how each agent works.

Debug
ERROR ANALYSIS
You
Why am I getting 'Cannot read property of undefined'?
Classic one. This means you're trying to access a property on something that's `undefined`. **Most likely causes:** 1. **Async timing** — Data hasn't loaded yet ```js // user is undefined until fetch completes user.name // 💥 ``` 2. **Typo in property chain** ```js response.data.users // works response.data.user // undefined if typo response.data.user.name // 💥 ``` 3. **Optional property missing** ```js config.settings.theme // settings might not exist ``` **Quick fix:** Optional chaining ```js user?.name // returns undefined instead of crashing ``` Can you share the line that's erroring? I can pinpoint it.

Quick Start

1

Install OpenClaw

Set up your AI command center. Takes about 5 minutes.

View docs →
2

Drop Your Pack

Send the ZIP to your agent in Discord, WhatsApp, or Telegram. It handles setup automatically.

3

Start Chatting

Your agents are live. They know their roles. Just talk to them.

Works everywhere you do

💬WhatsApp
✈️Telegram
🎮Discord
💼Slack
🌐Web

💡 Pro Tips

1

Paste full error messages with stack traces for better debugging

2

Tell Reviewer about your style guide for consistent feedback

3

Use Docs for the boring stuff, write the conceptual docs yourself

Common Questions

💻

Ready to get started?

Developer Tools Pack

29

Get the Developer Tools Pack

Instant download • ZIP file with agents + README