Autocode fix-guide

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

install
source · Clone the upstream repo
git clone https://github.com/ilang-ai/autocode
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ilang-ai/autocode "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/fix-guide" ~/.claude/skills/ilang-ai-autocode-fix-guide-5f2e74 && rm -rf "$T"
manifest: skills/fix-guide/SKILL.md
source content

::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 v3.0 | ilang.ai