Skip to main content
ClaudeWave
Skill78 repo starsupdated 18d ago

fix-guide

Guide user through errors they see. Translate error messages to human language.

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