error-fixer

Installation
SKILL.md

Error Fixer

Translate scary error messages into plain English and actionable fixes.

How to Use This Skill

When user shares an error:

  1. Identify the error type (see patterns below)
  2. Explain in one sentence what's wrong
  3. Provide the fix command or action
  4. Explain what the fix does (briefly)

Common Error Patterns

Module/Import Errors

"Cannot find module 'X'" or "Module not found"

  • Meaning: A package isn't installed
  • Fix: npm install X (replace X with the package name)
Installs
1
GitHub Stars
3
First Seen
7 days ago
error-fixer — i-onlabs/claude-code-skills