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, bundle, and install skills from inside any MCP-compatible agent. One binary for stdio or local http, or the hosted read-only endpoint. Claude Desktop and Cursor snippets included.

The skill spec

What a skill is

A skill is a folder with a SKILL.md (name, description, and the ## Command section) and a skill.json (category, tags, version, license, author). Bundled references/ and scripts/ are loaded on demand.

Read the spec on GitHub →