Agent skill · Frontend

deep-explain

プロジェクト内/外部対象に対する構造化された深層分析を提供する読み取り専用ユーティリティスキル。 スキル、機能、OSS、ライブラリ、技術コンセプトなど「これは何?」に対する一貫した回答を提供する。 例: - /deep-explain feature-pilot - /deep-explain 035 - /deep-explain @tanstack/react-query - /deep-explain <OSS名> - /deep-explain feature-pilot - /deep-explain feature-pilot --no-save

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill deep-explain --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 12 KB
Bundled scripts: none
Path: skills/analysis/deep-explain/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# deep-explain > **一言**: 分からないことに対して `/deep-explain X` 一行で構造化された深層分析を受け取り、`docs/explain/`に自動保存される。 --- ## 核心原則 1. **自動検出**: 対象タイプを自動で判別して適切なコンテキストソースを探索 2. **一貫した構造**: 常に同じ6セクション構造で出力(スキップ禁止) 3. **読み取り専用**: コード変更なし。分析と説明のみ実行(docs/explain/保存を除く) 4. **コンテキスト優先**: 一般知識よりプロジェクト内の実際のファイルベース分析を優先 5. **視覚化**: 複雑なワークフロー/依存関係は`diagram-generator`エージェントでダイアグラム生成 6. **デフォルト保存**: 分析結果は常に`docs/explain/`に保存(`--no-save`で無効化) --- ## EXECUTION PROTOCOL (LIGHT) > このスキルは読み取り専用なので軽量プロトコルを適用する。 ### Pre-flight (必須) スキル実行時に必ず以下のチェックリストを出力して確認する。 ``` Pre-flight Checklist ├─ [ ] 分析対象識別: {target} ├─ [ ] 対象タイプ決定: {skill | feature | oss | library | general} ├─ [ ] コンテキストソース確認: {source_files} └─ [ ] --no-save 有無: {yes | no} ``` ### Model Routing | 作業 | モデル | 理由 | | --------------------------------- | ------ | -------------------------------- | | コンテキスト探索 (Glob/Grep/Read) | Haiku | 単純なファイル探索、トークン節約 | | 分析および出力生成 | Sonnet | 構造化された分析品質保証 | ### ダイアグラム生成 分析対象が**ダイアグラム生成条件**に該当すれば`diagram-generator`エージェントを呼び出して視覚的ダイアグラム(.drawio + .svg)を一緒に生成する。(`--no-save`時にはダイアグラムを生成せずテキスト/ASCIIで表現) **ダイアグラム生成条件**(1つ以上満たす時): | 条件 | 例 | ダイアグラムタイプ | | ------------------------------------------------ | ---------------------------------

What's inside
Steps it walks through
  1. 核心原則
  2. EXECUTION PROTOCOL (LIGHT)
  3. Pre-flight (必須)
  4. Model Routing
  5. ダイアグラム生成
  6. Post-flight
  7. 対象タイプ自動検出
  8. 検出ルール
  9. タイプ別コンテキスト収集
  10. 出力構造(6セクション固定)
  11. セクション1: 概要
  12. セクション2: ワークフロー
  13. セクション3: 核心メカニズム
  14. セクション4: 比較分析
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the deep-explain skill do?

プロジェクト内/外部対象に対する構造化された深層分析を提供する読み取り専用ユーティリティスキル。 スキル、機能、OSS、ライブラリ、技術コンセプトなど「これは何?」に対する一貫した回答を提供する。 例: - /deep-explain feature-pilot - /deep-explain 035 - /deep-explain @tanstack/react-query - /deep-explain <OSS名> - /deep-explain feature-pilot - /deep-explain feature-pilot --no-save

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill deep-explain --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going