npx skills add mcp-use/skills
npx skills add https://github.com/mcp-use/skills --skill mcp-builderInstale esta skill com a CLI e comece a usar o fluxo de trabalho SKILL.md em seu espaço de trabalho.
Official skills collection for the mcp-use framework. Skills are reusable capabilities that enhance Claude's ability to build and work with Model Context Protocol (MCP) servers.
Skills are folders containing instructions, scripts, and resources that Claude loads dynamically to improve performance on specialized tasks. Each skill teaches Claude how to complete specific tasks in a repeatable way.
For more information about Agent Skills, visit:
Build production-ready MCP servers with the mcp-use framework. This skill provides:
npx create-mcp-use-appUse when: Creating MCP servers, defining tools/resources/prompts, deploying MCP servers, or working with the mcp-use framework.
Build custom ChatGPT apps and GPTs with actions and best practices. This skill provides:
Use when: Creating ChatGPT apps, building custom GPTs, defining GPT actions, integrating APIs with ChatGPT, or working with OpenAI function calling.
Register this repository as a marketplace:
/plugin marketplace add mcp-use/skills
Then install skills:
# Install all skills
/plugin install all-skills@mcp-use
# Or install individual skills
/plugin install mcp-builder@mcp-use
/plugin install chatgpt-app-builder@mcp-use
Or browse and install via the UI:
/plugin marketplace add mcp-use/skillsBrowse and install pluginsmcp-useInstall nownpx skills add mcp-use/skills
skills/ folder or individual skill folders.cursorrules or project settingsUse the template at template/SKILL.md as a starting point:
cp template/SKILL.md skills/my-new-skill/SKILL.md
Then customize:
name and descriptionSee spec/README.md for detailed information about the SKILL.md format.
.
├── .claude-plugin/ # Claude Code marketplace configuration
├── skills/ # Individual skills
│ └── mcp-builder/ # MCP server building skill
│ ├── SKILL.md # Skill definition
│ └── LICENSE.txt # Skill license
├── template/ # Template for creating new skills
│ └── SKILL.md
├── spec/ # Agent Skills specification reference
│ └── README.md
├── LICENSE # Repository license (Apache 2.0)
└── README.md # This file
This repository is compatible with:
.claude-plugin/marketplace.jsonnpx skills add mcp-use/skillsSkills follow the Agent Skills specification. When contributing:
skills/SKILL.md file with proper frontmatterLICENSE.txt if using a different licenseThis repository is licensed under the Apache License 2.0. See LICENSE for details.
Individual skills may have their own licenses specified in their respective LICENSE.txt files.