Skip to content

poly-mcp/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PolyMCP Skills

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.

What Are Skills?

Skills are reusable capability folders (SKILL.md + optional scripts/references/assets) loaded by AI agents to execute specialized workflows consistently.

Learn more:

Available Skills

mcp-builder

Build and validate MCP servers with PolyMCP.

Use when:

  • creating a new HTTP or stdio MCP server
  • implementing or fixing tools
  • validating /mcp/list_tools and /mcp/invoke/*
  • producing reproducible runbooks for delivery

mcp-operator

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

Installation

Via skills.sh

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-operator

Via PolyMCP CLI

polymcp skills add <owner>/<repo>
polymcp skills list

Repository Structure

.
├── mcp-builder/
│   ├── SKILL.md
│   └── LICENSE.txt
├── mcp-operator/
│   ├── SKILL.md
│   └── LICENSE.txt
└── README.md

Publishing to skills.sh Ecosystem

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.

About

npx skills add poly-mcp/skills

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors