Changelog

What changed

A short record of notable additions. Skills and the catalog evolve; this page tracks the site and tooling.

Part 6 MCP surface: search_catalog, prepare_context_zip

The MCP tool surface moved to its final shape on both transports: search_catalog, get_skill, get_plugin, list_categories, and prepare_context_zip, plus install_skill over stdio. The zip tool calls the same bundle logic as the CLI, so every bundle carries the generated _CONTEXT_SUMMARY.md. docs/mcp.md now ships copyable Claude Desktop and Cursor config snippets.

2026-09-11

Schema validation, dynamic categories, new CLI surface

skills/ now carries skill.json (validated against a JSON Schema in scripts/schemas/), plugins carry the new plugin.json shape, and the Go validator enforces both in CI. Categories became fully dynamic: they are derived from the skills/ tree, so a new category is a folder and a PR. The CLI grew doc, update, info, and comma-list add into ./.skyboy/skills/ with offline support, and zip now writes a generated _CONTEXT_SUMMARY.md into every bundle.

2026-09-11

One binary: Go CLI + stdio MCP

Retired the npm and PyPI packages and rewrote the CLI and the stdio MCP server as a single dependency-free Go binary (cli/). New commands: skyboy zip (bundle skills for upload-style agents) and skyboy mcp (local MCP server, stdio or http). Install moved to curl/irm scripts and GitHub Releases.

2026-09-11

Phase 3: CLI + MCP + install guides

Added the skyboy add CLI, the Skyboy MCP server (stdio + hosted read-only), the remaining agent install guides, and a /docs/mcp setup page. Every package-manager command is shown for both npm and pip/uvx.

2026-09-03

Phase 2: Submit flow + vendor plugins

Added the /submit contribution route, a duplicate detector, official (vendor) badge support, and the first batch of vendor plugin indexes (Vercel, Microsoft).

2026-09-02

Phase 1: Browse + skill details

First catalog routes: /browse with category and tag filters, and /skill/[slug] with an in-page SKILL.md preview and permissions manifest.

2026-09-01

Want to follow along or contribute? Submit a skill →