SKILL.md file and optionally a script.
The problem with MCP
MCP (Model Context Protocol) requires you to build and run a server process for every integration. Each server needs JSON-RPC, lifecycle management, capability negotiation, transport configuration, and an SDK. That’s a lot of machinery for “let the AI call a function.”SCP’s approach
A skill is just a markdown file that tells the agent what the skill does and how to use it. The agent reads it, understands it, and acts on it. If the skill needs to run code, it calls a CLI tool — stdin in, stdout out. Skills are files. Tools are CLIs. That’s it.Quickstart
Create your first skill in 2 minutes
Why not MCP?
Understand the design tradeoffs
Create a skill
Build and share a skill
Registry
Find and install community skills