·error-debugger
</>

error-debugger

jackspace/claudeskillz

分析错误,在内存中搜索过去的解决方案,通过代码示例提供立即修复,并保存解决方案以供将来参考。当用户说“调试这个”、“修复这个错误”、“为什么失败”,或者出现 TypeError、ECONNREFUSED、CORS、404、500 等错误消息时使用。

15安装·0热度·@jackspace

安装

$npx skills add https://github.com/jackspace/claudeskillz --skill error-debugger

SKILL.md

Context-aware debugging that learns from past solutions. When an error occurs:

For ADHD users: Eliminates debugging frustration - instant, actionable fixes. For SDAM users: Recalls past solutions you've already found. For all users: Gets smarter over time as it learns from your codebase.

// ❌ Current code const users = data.users; return users.map(user => {user.name} );

分析错误,在内存中搜索过去的解决方案,通过代码示例提供立即修复,并保存解决方案以供将来参考。当用户说“调试这个”、“修复这个错误”、“为什么失败”,或者出现 TypeError、ECONNREFUSED、CORS、404、500 等错误消息时使用。 来源:jackspace/claudeskillz。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/jackspace/claudeskillz --skill error-debugger
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 error-debugger?

分析错误,在内存中搜索过去的解决方案,通过代码示例提供立即修复,并保存解决方案以供将来参考。当用户说“调试这个”、“修复这个错误”、“为什么失败”,或者出现 TypeError、ECONNREFUSED、CORS、404、500 等错误消息时使用。 来源:jackspace/claudeskillz。

如何安装 error-debugger?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/jackspace/claudeskillz --skill error-debugger 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/jackspace/claudeskillz