mcp-protocol

Model Context Protocol (MCP) 仕様と実装パターン。サーバー設定、ツール定義、LLM統合向けJSONスキーマ設計を提供。Anchors:• MCP Official Specification / 適用: プロトコルバージョン、メッセージフォーマット / 目的: 仕様準拠• JSON Schema Draft-07 / 適用: inputSchemaバリデーション / 目的: 型安全ツール定義• The Pragmatic Programmer / 適用: DRY、直交性 / 目的: 保守性の高い設定Trigger:Use when configuring MCP servers, designing tool definitions with JSON Schema,validating MCP protocol compliance, or troubleshooting connection/timeout errors.

$ 安裝

git clone https://github.com/daishiman/AIWorkflowOrchestrator /tmp/AIWorkflowOrchestrator && cp -r /tmp/AIWorkflowOrchestrator/.claude/skills/mcp-protocol ~/.claude/skills/AIWorkflowOrchestrator

// tip: Run this command in your terminal to install the skill