MCP HubMCP Hub
SKILL·AA572D

explain

SerhiiKorniienko
更新日 27 days ago
6 閲覧
138
9
138
GitHubで表示
デザインai

について

「explain」スキルは、ELI5(5歳児にもわかる説明)から専門家向けの深堀りまで、ユーザーのニーズに応じて説明の深さを調整し、コンテンツや概念に対する多層的な解説を提供します。明確さを保つため、中核となる要約、詳細な仕組み、専門用語集を用いて自動的に説明を構成します。ユーザーが明確化を求めたり、「Xとは何ですか」と質問したり、複雑な技術コンテンツを分解して理解する必要がある場合に、開発者はこのスキルを使用すべきです。

クイックインストール

Claude Code

推奨
メイン
npx skills add SerhiiKorniienko/bullshit-detector -a claude-code
プラグインコマンド代替
/plugin add https://github.com/SerhiiKorniienko/bullshit-detector
Git クローン代替
git clone https://github.com/SerhiiKorniienko/bullshit-detector.git ~/.claude/skills/explain

このコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします

ドキュメント

explain

Make the content understandable without dumbing it down dishonestly.

Workflow

  1. Get the text (via fetch-content skill script if it's a URL, else web fetch or paste).
  2. 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
  3. 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 リポジトリ

SerhiiKorniienko/bullshit-detector
パス: skills/analysis/explain
0
agent-skillsai-agentsclaude-codecontent-analysisfact-checkingmisinformation
FAQ

よくある質問

explain Skillとは何ですか?

explain はSerhiiKorniienko が作成した Claude Skillです。Skillは、Claudeが必要に応じて読み込む指示とリソースをまとめ、追加の指示なしで explain に関連するタスクを実行できるようにします。

explain をインストールするには?

このページのインストールコマンドを使用してください。explain をプラグインとして Claude Code に追加するか、リポジトリを skills ディレクトリにクローンし、Claudeを再起動してSkillを読み込みます。

explain はどのカテゴリに属しますか?

explain は デザイン カテゴリに属します。

explain は無料で利用できますか?

はい。explain は AIMCP に掲載されており、無料でインストールできます。

関連スキル

executing-plans
デザイン

executing-plansスキルは、完全な実装計画があり、それを管理されたバッチでレビューチェックポイントを設けながら実行する場合に使用します。このスキルは計画を読み込んで批判的にレビューした後、小さなバッチ(デフォルトは3タスク)でタスクを実行し、各バッチの間に進捗状況を報告してアーキテクトのレビューを受けます。これにより、品質管理チェックポイントが組み込まれた体系的な実装が保証されます。

スキルを見る
requesting-code-review
デザイン

このスキルは、コードレビュアーサブエージェントを起動し、処理を進める前に要件に対してコード変更を分析します。タスク完了後、主要な機能の実装後、またはmainブランチへのマージ前などに使用すべきです。このレビューは、現在の実装と元の計画を比較することで、問題を早期に発見するのに役立ちます。

スキルを見る
connect-mcp-server
デザイン

このスキルは、開発者がHTTP、stdio、またはSSEトランスポートを使用してMCPサーバーをClaude Codeに接続するための包括的なガイドを提供します。GitHub、Notion、カスタムAPIなどの外部サービスを統合するためのインストール、設定、認証、セキュリティについて解説しています。MCP統合のセットアップ、外部ツールの設定、またはClaudeのModel Context Protocolを扱う際にご利用ください。

スキルを見る
web-cli-teleport
デザイン

このスキルは、タスク分析に基づいて開発者がClaude Code WebとCLIインターフェースの選択を支援し、これらの環境間でのシームレスなセッションテレポーテーションを可能にします。Web、CLI、モバイル環境を切り替える際のセッション状態とコンテキストを管理することで、ワークフローを最適化します。様々な段階で異なるツールを必要とする複雑なプロジェクトにご活用ください。

スキルを見る