MCP (Model Context Protocol)
A standardized protocol for connecting agents to external tools and data sources — providing a uniform interface for tool discovery, invocation, and result handling across heterogeneous backends.
Metadata
Descriptive information attached to a skill or agent (name, version, author, description, tags, dependencies) that enables discovery, governance, and dependency resolution.
Monolithic Skill
An anti-pattern where a single skill file handles too many responsibilities — making it hard to test, reuse, or maintain. Contrast with the Single Responsibility Principle.
Multi-Agent Coordination
Patterns for multiple agents to collaborate on a task — including delegation, fan-out/fan-in, pipeline handoffs, and shared context — while avoiding conflicts and duplication.