understand-explain

コード構成理解・詳細解説

コードベースの特定ファイル、関数、クラス、モジュールを知識グラフから調べ、依存関係や役割を詳しく説明するスキル。

AIスキル大辞典による日本語要約
品質評価93/100評価確度:十分
人気度(GitHub Star) 100発掘スコア 61
01

このSkillでできること

  • 特定ファイルや関数の役割を詳細に説明する
  • 知識グラフのノードとエッジを読み取る
  • importやcallなどの依存関係を追跡する
  • コード構成や関連コンポーネントを整理する
02

使い方

01
STEP 1

対象プロジェクトの知識グラフを確認する

02
STEP 2

検索で対象ノードを絞り込む

03
STEP 3

必要なノードの要約と関連エッジを読む

04
STEP 4

グラフの鮮度を確認してから説明する

03

Skillのインストール

このGitHubリポジトリにあるSkillを確認し、現在の環境に適した方法でインストールしてください。
インストール後、正常に利用できることを確認し、基本的な使い方も簡潔に説明してください。

Repository:
https://github.com/Lum1104/Understand-Anything
手動でインストールする

README / SKILL.mdから機械抽出できたコマンドのみ表示しています。推測したコマンドではありません。

curl -fsSL https://raw.githubusercontent.com/Egonex-AI/Understand-Anything/main/install.sh | bash
curl -fsSL https://raw.githubusercontent.com/Egonex-AI/Understand-Anything/main/install.sh | bash -s codex
curl -fsSL https://raw.githubusercontent.com/Egonex-AI/Understand-Anything/main/install.sh | bash -s kiro
04

このSkillを使うプロンプト例

Skill名を明示すると、意図したSkillを使わせやすくなります。自動発動型では必須とは限りません。

このプロジェクトの認証モジュールについて、主要ファイル、呼び出し関係、設定依存を詳しく説明してください。
出力例を見る
対象コンポーネントの責務、依存先、呼び出し経路、関連設定を整理します。
05

安全性チェック

自動解析による参考情報です。Skillの安全性を保証するものではありません。

外部API通信検出あり
Shellコマンド実行検出あり
ファイル読み取り明確な記述なし
ファイル書き込み明確な記述なし
ネットワークアクセス検出あり
認証情報検出あり
検出根拠を見る
  • shell: . **Large graphs (10 MB+):** track with **git-lfs**. ```bash git lfs install git lfs track ".ua/*.json" git add .gitattributes .ua/ ``` ### View the
  • shell: no LLM, no API key. Only Node.js (>= 18) is required: ```bash npx https://github.com/Egonex-AI/Understand-Anything/releases/latest/download/understand-
  • network: PI key. Only Node.js (>= 18) is required: ```bash npx https://github.com/Egonex-AI/Understand-Anything/releases/latest/download/understand-anything-view
  • network: zed/project ``` The terminal prints a tokenized URL (`http://127.0.0.1:5173/?token=…`) and opens the full interactive dashboard in your browser. The pr
  • credential: open it with one command — no Claude Code, no LLM, no API key. Only Node.js (>= 18) is required: ```bash npx https://github.com/Egonex-AI/Understand-A
06

関連Skill