ソース情報
- リポジトリ
- Hbin77/claude-code-kit
- ソースの最終更新活動
- 2026年8月7日 04:23
- 検出された SKILL.md の言語
- 英語
- スター
- 4
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/Hbin77/claude-code-kit --skill debugging-strategiesコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
Analyze code for smells, anti-patterns, and refactoring opportunities. Read-only analysis, no code changes.
Safely upgrade project dependencies with minimal risk.
Parse and analyze error logs, stack traces, and build output to identify and fix issues.
| name | debugging-strategies |
| description | A systematic approach to debugging complex issues. |
A systematic approach to debugging complex issues.
Based on the problem type, apply the appropriate strategy:
For: "It worked before, now it doesn't"
git bisect to find the breaking commitgit bisect start, git bisect bad, git bisect good [commit]For: "I don't know where the bug is"
For: "Too many things could be wrong"
For: "I have a theory"
For: "It's slow"