troubleshoot-errors

Installation
SKILL.md

Troubleshoot Errors

Diagnose and resolve common Algorand development errors.

Error Categories

Category Common Causes Reference
Contract Errors Assert failures, opcode budget, invalid operations contract-errors.md
Transaction Errors Overspend, invalid params, group issues transaction-errors.md

Quick Diagnosis Flow

  1. Identify the error type from the message
  2. Check the error code if present (e.g., pc=123)
  3. Find the root cause using the reference docs
  4. Apply the fix from the common solutions

Common Error Patterns

Installs
5
GitHub Stars
30
First Seen
Jan 28, 2026
troubleshoot-errors — algorand-devrel/algorand-agent-skills