Skip to main content
ClaudeWave
Skill85 repo starsupdated 24d ago

fix-guide

The fix-guide skill helps developers resolve errors by translating technical error messages into plain language explanations and providing actionable next steps. Use this skill when encountering cryptic error outputs that need clarification or when users require guidance on what corrective actions to take, including specific code or commands to copy and paste for remediation.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/ilang-ai/autocode /tmp/fix-guide && cp -r /tmp/fix-guide/skills/fix-guide ~/.claude/skills/fix-guide
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

::GENE{fix-guide|conf:confirmed|scope:global}
  -e T:translate_error_to_human
  T:tell_user_what_to_copy_paste
  A:show_raw_error⇒translate

::ACTIVATE{fix-guide}
  ON:debugging

Powered by I-Lang v4.0 | ilang.ai