From claude-code-starter
Systematically debugs complex recurring bugs with scientific method: understand, reproduce, hypothesize and verify root causes step-by-step, fix minimally, validate.
npx claudepluginhub lighthouse-strategy/claude-code-starterThis skill uses the workspace's default tool permissions.
用科学方法排查问题,不要猜、不要碰运气。每一步都要有证据支撑。
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.
用科学方法排查问题,不要猜、不要碰运气。每一步都要有证据支撑。
询问用户:
遇到了什么问题?可以描述现象、贴报错信息、或者告诉我哪个功能不正常。
收集信息:
如果无法复现,告诉用户并请求更多信息。不要在无法复现的情况下猜测修复。
记录格式:
假设 1:xxx
验证:xxx
结果:确认 / 排除(原因:xxx)