Loading...
Loading...
Use when working with AI agent protocols, standards, and interoperability specifications. Covers MCP, A2A, ACP, Agent Skills, AGENTS.md, ADL, x402, AP2, MCP Apps, and cagent. USE FOR: agent protocol selection, comparing MCP vs A2A vs ACP, understanding agent standards ecosystem, choosing payment protocols DO NOT USE FOR: specific protocol implementation details (use the sub-skills: mcp, a2a, acp, x402, etc.)
npx skill4agent add tyler-r-kendrick/agent-skills ai| Protocol | Purpose | Maintained By |
|---|---|---|
| MCP | Tool integration — how agents use tools and access context | Anthropic |
| A2A | Agent-to-agent communication and task delegation | |
| ACP | REST-based agent communication (merged into A2A) | IBM / BeeAI / Linux Foundation |
| Agent Skills | Skill packaging — how capabilities are discovered and loaded | Anthropic |
| AGENTS.md | Project-level guidance for coding agents | Community |
| ADL | Declarative agent definition (identity, tools, permissions) | Next Moca / Eclipse LMOS |
| x402 | HTTP-native micropayments using stablecoins | Coinbase |
| AP2 | Secure agent-driven commerce and purchases | |
| MCP Apps | Rich interactive UI served by MCP servers | Anthropic |
| cagent | Multi-agent runtime with YAML configuration | Docker |
┌─────────────────────────────────────────────┐
│ Agent Definition (ADL, AGENTS.md) │
│ "What the agent is and what it can do" │
├─────────────────────────────────────────────┤
│ Capability Discovery (Agent Skills, MCP) │
│ "How agents find and load tools/skills" │
├─────────────────────────────────────────────┤
│ Agent Communication (A2A, ACP) │
│ "How agents talk to each other" │
├─────────────────────────────────────────────┤
│ Payments (x402, AP2) │
│ "How agents pay for services" │
├─────────────────────────────────────────────┤
│ UI (MCP Apps) │
│ "How agents render interactive interfaces" │
├─────────────────────────────────────────────┤
│ Runtime (cagent) │
│ "How agents are orchestrated and executed" │
└─────────────────────────────────────────────┘