From claude-code-starter
Quickly diagnoses and fixes simple errors from stack traces and messages, including syntax errors, import issues, build failures, failing tests, and lint errors.
npx claudepluginhub lighthouse-strategy/claude-code-starterThis skill uses the workspace's default tool permissions.
用户贴一个报错信息,快速定位原因并修复。比 /debug 更轻量,适合简单问题。
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides agent creation for Claude Code plugins with file templates, frontmatter specs (name, description, model), triggering examples, system prompts, and best practices.
用户贴一个报错信息,快速定位原因并修复。比 /debug 更轻量,适合简单问题。
如果问题复杂或无法通过报错信息直接定位,建议用户使用 /debug 进行系统化调试。
如果用户已经贴了报错,直接分析。
如果没有,问:
遇到了什么错误?请贴一下完整的报错信息。
从报错信息中提取:
读取相关代码文件,快速判断根因。
确认修复后输出:
已修复。原因是 xxx,改了 xxx。