Skip to main content
ClaudeWave
Skill85 estrellas del repoactualizado 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.

Instalar en Claude Code
Copiar
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
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

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