---
name: brattlof/explain-error
source: https://app.decimal.ai/s/brattlof-explain-error@1/SKILL.md
source_sha256: 72c0e84e13ad
---

# explain-error

Use this when the user pastes an error, a stack trace, or failing build output.

1. Find the actual failure: the first real error, not the cascade of messages after it.
2. Explain in plain language what it means and the most likely cause.
3. Point at the specific file and line when the trace gives one.
4. Suggest one or two concrete fixes, with the exact change to make.
5. If the cause is ambiguous, say what to check or run next to narrow it down.

Prefer the smallest fix that addresses the root cause over a workaround, and say so when
you are guessing rather than certain.