From autocode
Translates error messages into plain human language and guides users through fixing them. Activates automatically during debugging sessions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/autocode:fix-guideThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
::GENE{fix-guide|conf:confirmed|scope:global}
::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
npx claudepluginhub ilang-ai/autocode --plugin autocodeAfter fixing a bug, explains what went wrong in plain language tailored to the user's skill level — beginner-friendly or technically detailed.
Teaches reading error messages, troubleshooting, and fixing common frontend JavaScript, backend server, and database bugs. Activates on errors or user debugging requests.
Debugs errors, test failures, and unexpected behavior via root cause analysis of logs, stack traces, recent changes, hypotheses testing, and strategic logging. Delivers fixes, verification steps, and prevention advice.