.claude/docs/references/plugin-dev/mcp-integration/SKILL.md
このスキルは、ユーザーが「MCPサーバーを追加する」「MCPを統合する」「プラグインにMCPを設定する」「.mcp.jsonを使う」「Model Context Protocolを設定する」「外部サービスを接続する」と尋ねる場合、「${CLAUDE_PLUGIN_ROOT}とMCP」について言及する場合、またはMCPサーバータイプ(SSE、stdio、HTTP、WebSocket)について議論する場合に使用すること。外部ツールとサービス統合のためにClaude CodeプラグインにModel Context Protocolサーバーを統合するための包括的なガイダンスを提供する。
npx skillsauth add nakaj1214/nakaj_claude mcp-integrationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
詳細な手順: INSTRUCTIONS.md
development
Provides CSS layout patterns using Grid, Flexbox, and responsive design techniques. Use when building page layouts, creating responsive designs, positioning components, or implementing fluid typography. CSSレイアウト技法(Grid、Flexbox、レスポンシブ設計)のパターン集。ページレイアウト構築、レスポンシブデザイン作成、コンポーネント配置時に使用。
development
Provides reference and patterns for modern CSS features (2024+) including native nesting, container queries, :has(), @layer cascade control, and modern color functions. Use when writing modern stylesheets, replacing preprocessor features, building responsive components, or creating design systems. モダンCSS機能(2024+)のリファレンスとパターン集。ネイティブネスト、コンテナクエリ、:has()、@layer、モダンな色関数を扱う際に使用。
documentation
docs/implement/prompt.md(ユーザーの自由な依頼文)を読み込み、構造化した docs/implement/proposal.md(実装要件書)を生成する。品質チェック(7項目)で 曖昧な記述・繰り返し失敗パターン・具体性不足を検出し、必要に応じてリライトする。 create-plan とは独立したスキル。「要件を整理して」「proposalを作って」 「prompt.mdから要件書を作って」と言われたときにトリガーする。
tools
Reads docs/implement/proposal.md and creates docs/implement/plan.md. Then runs a Codex review loop (via codex-review skill, gpt-5.4 MCP) until APPROVED or max iterations reached. 5回以内で APPROVED の場合は implement-plans を自動発火する。