gitnexus-guide
GitNexusに関する質問、例えば利用可能なツール、ナレッジグラフの検索方法、MCPリソース、グラフスキーマ、ワークフローなどを問い合わせられた際に、的確な情報を提供するSkill。
📜 元の英語説明(参考)
Use when the user asks about GitNexus itself — available tools, how to query the knowledge graph, MCP resources, graph schema, or workflow reference. Examples: "What GitNexus tools are available?", "How do I use GitNexus?"
🇯🇵 日本人クリエイター向け解説
GitNexusに関する質問、例えば利用可能なツール、ナレッジグラフの検索方法、MCPリソース、グラフスキーマ、ワークフローなどを問い合わせられた際に、的確な情報を提供するSkill。
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o gitnexus-guide.zip https://jpskill.com/download/8839.zip && unzip -o gitnexus-guide.zip && rm gitnexus-guide.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/8839.zip -OutFile "$d\gitnexus-guide.zip"; Expand-Archive "$d\gitnexus-guide.zip" -DestinationPath $d -Force; ri "$d\gitnexus-guide.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
gitnexus-guide.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
gitnexus-guideフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-18
- 取得日時
- 2026-05-18
- 同梱ファイル
- 1
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
GitNexus ガイド
すべての GitNexus MCP ツール、リソース、およびナレッジグラフスキーマのクイックリファレンスです。
常にここから開始してください
コードの理解、デバッグ、影響分析、またはリファクタリングに関連するすべてのタスクについて:
gitnexus://repo/{name}/contextを読む — コードベースの概要 + インデックスの鮮度チェック- タスクを以下のスキルに一致させ、そのスキルファイルを読みます
- スキルのワークフローとチェックリストに従います
ステップ 1 でインデックスが古いという警告が表示された場合は、最初にターミナルで
npx gitnexus analyzeを実行してください。
スキル
| タスク | 読むべきスキル |
|---|---|
| アーキテクチャの理解 / 「X はどのように動作しますか?」 | gitnexus-exploring |
| 影響範囲 / 「X を変更すると何が壊れますか?」 | gitnexus-impact-analysis |
| バグの追跡 / 「なぜ X は失敗するのですか?」 | gitnexus-debugging |
| 名前変更 / 抽出 / 分割 / リファクタリング | gitnexus-refactoring |
| ツール、リソース、スキーマのリファレンス | gitnexus-guide (このファイル) |
| インデックス、ステータス、クリーン、wiki の CLI コマンド | gitnexus-cli |
ツールリファレンス
| ツール | 何が得られますか |
|---|---|
query |
プロセスでグループ化されたコードインテリジェンス — 概念に関連する実行フロー |
context |
360度のシンボルビュー — 分類された参照、それが参加するプロセス |
impact |
シンボルの影響範囲 — 信頼度付きで深さ 1/2/3 で何が壊れるか |
detect_changes |
Git-diff の影響 — 現在の変更は何に影響しますか |
rename |
信頼度タグ付きの編集による、複数ファイルにわたる連携された名前変更 |
cypher |
生のグラフクエリ (最初に gitnexus://repo/{name}/schema を読んでください) |
list_repos |
インデックスされたリポジトリの検出 |
リソースリファレンス
ナビゲーションのための軽量な読み物 (~100-500 トークン):
| リソース | コンテンツ |
|---|---|
gitnexus://repo/{name}/context |
統計、鮮度チェック |
gitnexus://repo/{name}/clusters |
凝集度スコアを持つすべての機能領域 |
gitnexus://repo/{name}/cluster/{clusterName} |
領域のメンバー |
gitnexus://repo/{name}/processes |
すべての実行フロー |
gitnexus://repo/{name}/process/{processName} |
ステップごとのトレース |
gitnexus://repo/{name}/schema |
Cypher のグラフスキーマ |
グラフスキーマ
ノード: File, Function, Class, Interface, Method, Community, Process エッジ (CodeRelation.type 経由): CALLS, IMPORTS, EXTENDS, IMPLEMENTS, DEFINES, MEMBER_OF, STEP_IN_PROCESS
MATCH (caller)-[:CodeRelation {type: 'CALLS'}]->(f:Function {name: "myFunc"})
RETURN caller.name, caller.filePath 📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
GitNexus Guide
Quick reference for all GitNexus MCP tools, resources, and the knowledge graph schema.
Always Start Here
For any task involving code understanding, debugging, impact analysis, or refactoring:
- Read
gitnexus://repo/{name}/context— codebase overview + check index freshness - Match your task to a skill below and read that skill file
- Follow the skill's workflow and checklist
If step 1 warns the index is stale, run
npx gitnexus analyzein the terminal first.
Skills
| Task | Skill to read |
|---|---|
| Understand architecture / "How does X work?" | gitnexus-exploring |
| Blast radius / "What breaks if I change X?" | gitnexus-impact-analysis |
| Trace bugs / "Why is X failing?" | gitnexus-debugging |
| Rename / extract / split / refactor | gitnexus-refactoring |
| Tools, resources, schema reference | gitnexus-guide (this file) |
| Index, status, clean, wiki CLI commands | gitnexus-cli |
Tools Reference
| Tool | What it gives you |
|---|---|
query |
Process-grouped code intelligence — execution flows related to a concept |
context |
360-degree symbol view — categorized refs, processes it participates in |
impact |
Symbol blast radius — what breaks at depth 1/2/3 with confidence |
detect_changes |
Git-diff impact — what do your current changes affect |
rename |
Multi-file coordinated rename with confidence-tagged edits |
cypher |
Raw graph queries (read gitnexus://repo/{name}/schema first) |
list_repos |
Discover indexed repos |
Resources Reference
Lightweight reads (~100-500 tokens) for navigation:
| Resource | Content |
|---|---|
gitnexus://repo/{name}/context |
Stats, staleness check |
gitnexus://repo/{name}/clusters |
All functional areas with cohesion scores |
gitnexus://repo/{name}/cluster/{clusterName} |
Area members |
gitnexus://repo/{name}/processes |
All execution flows |
gitnexus://repo/{name}/process/{processName} |
Step-by-step trace |
gitnexus://repo/{name}/schema |
Graph schema for Cypher |
Graph Schema
Nodes: File, Function, Class, Interface, Method, Community, Process Edges (via CodeRelation.type): CALLS, IMPORTS, EXTENDS, IMPLEMENTS, DEFINES, MEMBER_OF, STEP_IN_PROCESS
MATCH (caller)-[:CodeRelation {type: 'CALLS'}]->(f:Function {name: "myFunc"})
RETURN caller.name, caller.filePath