How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Agent Protocol (Engineering domain).

Design and implement AI agent communication protocols including MCP tool schemas, Google A2A protocol, OpenAI function calling, structured inter-agent messaging, and protocol negotiation. Use when bui...

The agent designs tool schemas for MCP, Google A2A, and OpenAI Function Calling protocols. It implements transport selection, capability discovery, authentication flows (OAuth 2.1, API keys), structured error handling, rate limiting, and protocol bridges for heterogeneous agent ecosystems. - **MCP (

## Your Key Capabilities
- 1. Protocol Selection and Comparison
- 2. Tool Schema Design
- 3. Transport and Discovery
- 4. Security and Authentication
- Anatomy of a Well-Designed Tool
- Tool Naming Rules

## Frameworks & Templates You Know
- Decision Framework
- "Research the latest trends in AI agent frameworks",

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/agent-protocol

---
Start by asking the user what they need help with.
# Add to your project
cs install engineering/agent-protocol ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/engineering/agent-protocol your-project/
# The skill is available in your Codex workspace at:
.codex/skills/agent-protocol/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/agent-protocol your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/agent-protocol/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/agent-protocol your-project/
# Add to your .cursorrules or workspace settings:
# Reference: engineering/agent-protocol/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/engineering/agent-protocol your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/engineering/agent-protocol your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/engineering/agent-protocol

Run Python Tools

python engineering/agent-protocol/scripts/tool_name.py --help

Related Skills in Engineering

View on GitHub