Docs

Skills, installs, and the MCP server

Skyboy.in catalogs portable SKILL.md packages. This page ties together the format, the install paths, and the programmatic surface.

/docs/mcp

Set up the Skyboy MCP server

Search, preview, and install skills from inside any MCP-compatible agent. Both npm and pip/uvx install commands, side by side.

The skill spec

What a skill is

A skill is a folder with a SKILL.md (name, description, body) and a metadata.json (category, tags, compatible agents, license, and the permissions manifest). Bundled references/ and scripts/ are loaded on demand.

Read the spec on GitHub →