について
「explain」スキルは、ELI5(5歳児にもわかる説明)から専門家向けの深堀りまで、ユーザーのニーズに応じて説明の深さを調整し、コンテンツや概念に対する多層的な解説を提供します。明確さを保つため、中核となる要約、詳細な仕組み、専門用語集を用いて自動的に説明を構成します。ユーザーが明確化を求めたり、「Xとは何ですか」と質問したり、複雑な技術コンテンツを分解して理解する必要がある場合に、開発者はこのスキルを使用すべきです。
クイックインストール
Claude Code
推奨npx skills add SerhiiKorniienko/bullshit-detector -a claude-code/plugin add https://github.com/SerhiiKorniienko/bullshit-detectorgit clone https://github.com/SerhiiKorniienko/bullshit-detector.git ~/.claude/skills/explainこのコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします
ドキュメント
explain
Make the content understandable without dumbing it down dishonestly.
Workflow
- Get the text (via
fetch-contentskill script if it's a URL, else web fetch or paste). - Pick the depth — from the user's request, or ask one short question if genuinely unclear:
- ELI5 — analogies, zero jargon, the core mechanism only
- Practitioner — assumes general technical literacy, focuses on how it works and what to do with it
- Deep dive — mechanisms, edge cases, history, competing views
- Explain, structured as:
- The one-sentence version first
- The mechanism: how it actually works, step by step
- Glossary: every jargon term the content uses without defining, one line each
- What the content assumes you know — the missing prerequisites that made it confusing
- Where the content's own explanation is wrong or oversimplified, if it is — flag it, don't repeat it
Rules
- Explaining ≠ endorsing. If the content's claim is contested, present the explanation and note the contest ("the video asserts X; the standard view is Y").
- Analogies must survive scrutiny — say where the analogy breaks.
- If the user points at a specific segment ("the part at 12:30", "section 3"), explain that segment in the context of the whole, not in isolation.
- Don't pad: a concept that takes three sentences gets three sentences.
GitHub リポジトリ
よくある質問
explain Skillとは何ですか?
explain はSerhiiKorniienko が作成した Claude Skillです。Skillは、Claudeが必要に応じて読み込む指示とリソースをまとめ、追加の指示なしで explain に関連するタスクを実行できるようにします。
explain をインストールするには?
このページのインストールコマンドを使用してください。explain をプラグインとして Claude Code に追加するか、リポジトリを skills ディレクトリにクローンし、Claudeを再起動してSkillを読み込みます。
explain はどのカテゴリに属しますか?
explain は デザイン カテゴリに属します。
explain は無料で利用できますか?
はい。explain は AIMCP に掲載されており、無料でインストールできます。
関連スキル
executing-plansスキルは、完全な実装計画があり、それを管理されたバッチでレビューチェックポイントを設けながら実行する場合に使用します。このスキルは計画を読み込んで批判的にレビューした後、小さなバッチ(デフォルトは3タスク)でタスクを実行し、各バッチの間に進捗状況を報告してアーキテクトのレビューを受けます。これにより、品質管理チェックポイントが組み込まれた体系的な実装が保証されます。
このスキルは、コードレビュアーサブエージェントを起動し、処理を進める前に要件に対してコード変更を分析します。タスク完了後、主要な機能の実装後、またはmainブランチへのマージ前などに使用すべきです。このレビューは、現在の実装と元の計画を比較することで、問題を早期に発見するのに役立ちます。
このスキルは、開発者がHTTP、stdio、またはSSEトランスポートを使用してMCPサーバーをClaude Codeに接続するための包括的なガイドを提供します。GitHub、Notion、カスタムAPIなどの外部サービスを統合するためのインストール、設定、認証、セキュリティについて解説しています。MCP統合のセットアップ、外部ツールの設定、またはClaudeのModel Context Protocolを扱う際にご利用ください。
このスキルは、タスク分析に基づいて開発者がClaude Code WebとCLIインターフェースの選択を支援し、これらの環境間でのシームレスなセッションテレポーテーションを可能にします。Web、CLI、モバイル環境を切り替える際のセッション状態とコンテキストを管理することで、ワークフローを最適化します。様々な段階で異なるツールを必要とする複雑なプロジェクトにご活用ください。
