Official-style skills collection for PolyMCP build and operations workflows.
These skills are designed for teams building and operating PolyMCP MCP servers in production-like environments.
Skills are reusable capability folders (SKILL.md + optional scripts/references/assets) loaded by AI agents to execute specialized workflows consistently.
Learn more:
Build and validate MCP servers with PolyMCP.
Use when:
- creating a new HTTP or stdio MCP server
- implementing or fixing tools
- validating
/mcp/list_toolsand/mcp/invoke/* - producing reproducible runbooks for delivery
Operate and troubleshoot PolyMCP runtime environments.
Use when:
- registry entries are wrong or stale
- server endpoints fail health checks
- tool invocations fail in runtime
- incident triage and rollback notes are required
npx skills add <owner>/<repo>Install a single skill:
npx skills add https://github.com/<owner>/<repo> --skill mcp-builder
npx skills add https://github.com/<owner>/<repo> --skill mcp-operatorpolymcp skills add <owner>/<repo>
polymcp skills list.
├── mcp-builder/
│ ├── SKILL.md
│ └── LICENSE.txt
├── mcp-operator/
│ ├── SKILL.md
│ └── LICENSE.txt
└── README.md
There is no separate upload form. Publish this folder as a GitHub repository and install via CLI.
npx skills add <owner>/<repo>Visibility on skills.sh is driven by installs through the CLI ecosystem.