PlaygroundCatalog › Error Decoder
ED

Error Decoder

🔵 Stable🕐 updated 2026-06-21 ✅ 3.5/5 🔷 SkillSpec L3 pm-engineering

Decode an error message or stack trace into a plain-English cause, the exact fix, and how to prevent it. Use when asked to explain an error, debug a stack trace, figure out why code is throwing, or make sense of a cryptic exception. Produces a structured diagnosis: what the error means, the most likely cause, a concrete fix with code, and a prevention tip.

▶ Run it free — no key needed 📝 Grade your existing draft View SKILL.md ↗

✅ The bar it holds itself to

Every skill in this library self-verifies — these are this skill's own quality checks, straight from its definition.

The explanation translates the error into plain language (no restating the raw message)
The cause points to a specific line/frame or condition, not "something went wrong"
The fix is concrete and runnable, not "check your code"
Assumptions about language/context are labelled

⚠️ What it refuses to do

Do not just paraphrase the error — explain what it *means* and why it happened
Do not give a generic "try reinstalling" answer when the trace points to a specific cause
Do not invent file names or code that wasn't given — infer and label, or ask for the one missing thing only if truly blocking
Do not stop at the fix — always add the one prevention step

Install

npx pm-claude-skills add --agent claude   # or codex · cursor · gemini · hermes
# or one-line MCP (every skill, any client):
claude mcp add pm-skills -- npx -y pm-claude-skills-mcp

Start with

Related skills

🔌 Embed this skill

Drop this on your blog, docs, or site — it renders a "Run this skill" card:

<div data-pm-skill="error-decoder"></div>
<script src="https://mohitagw15856.github.io/pm-claude-skills/embed.js" async></script>

💬 Discussion

Error Decoder is one of 599 open-source professional AI agent skills — all SkillSpec L3. Try them all in the browser · ⭐ Star on GitHub · Browse the full catalog