Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Extract the actual cause from a stack trace instead of pattern-matching the error type. Use on any crash or exception.
.claude/skills/archive228-read-the-trace/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | -17% | 0% |
| case-22 | ✗→✓ | ▲ Improved | -27% | 0% |
| case-01 | ✓→✓ | = Same ✓ | -21% | 0% |
| case-03 | ✓→✓ | = Same ✓ | -33% | 0% |
| case-04 | ✓→✓ | = Same ✓ | 39% | 0% |
LLMs love to see "TypeError" and generate a generic fix without reading the trace. Don't.
A TypeError can mean a hundred things. The trace tells you which one — read all of it, including the "caused by".
Other measured skills in the registry, with their headline benchmark lift.