mcp2skill — Summary
A production-quality Go CLI tool that converts MCP server configurations into agent skill packages following the agentskills.io specification. The tool introspects live MCP servers (stdio and HTTP transports), generates SKILL.md and TOOLS.md reference files, and embeds the binary itself into the generated skill for self-contained distribution.
mcp2skill is the mature, cross-platform successor to the proof-of-concept mcp-to-skill-converter (also in this batch). It supports both stdio and HTTP MCP transports, OAuth flows for HTTP servers, project-level config cascading, skill update detection (update-skill command), and optional binary embedding. The generated skill packages target Claude Code, OpenCode, Codex, Gemini CLI, and Qwen Code.
With 51 stars and a v1.x release track (GitHub Releases), this is the most production-ready MCP-to-skill converter in the ecosystem. The go install path is github.com/fenwei-dev/mcp2skill/cmd/mcp2skill@latest. Compared to seeds: closest to taskmaster-ai (CLI tool that generates structured artifacts) but purpose is conversion/wrapping rather than task management. It represents the "MCP-to-skill conversion" pattern at production quality versus the Python prototype's proof-of-concept quality.