skills/mcp-builder/SKILL.md
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
npx skillsauth add cuozg/oh-my-skills mcp-builderInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
4 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create MCP servers enabling LLMs to accomplish real-world tasks through well-designed tools.
https://modelcontextprotocol.io/sitemap.xml, fetch pages with .md suffixhttps://raw.githubusercontent.com/modelcontextprotocol/typescript-sdk/main/README.mdhttps://raw.githubusercontent.com/modelcontextprotocol/python-sdk/main/README.md./reference/mcp_best_practices.md — naming, response format, pagination, security./reference/node_mcp_server.md (TS) or ./reference/python_mcp_server.md (Python)outputSchema + structuredContent for TS SDK)readOnlyHint, destructiveHint, idempotentHint, openWorldHintnpm run build (TS) or python -m py_compile (Python)npx @modelcontextprotocol/inspectorLoad ./reference/evaluation.md for full guidelines. Create 10 Q&A pairs:
Output format:
<evaluation>
<qa_pair><question>...</question><answer>...</answer></qa_pair>
</evaluation>
github_create_issue, github_list_repos)./reference/mcp_best_practices.md — universal guidelines (load first)./reference/node_mcp_server.md — TypeScript patterns, examples, quality checklist./reference/python_mcp_server.md — Python/FastMCP patterns, examples, quality checklist./reference/evaluation.md — evaluation creation, XML format, running scriptstools
Generate Unity raster image assets through Unity MCP: game sprites, item art, backgrounds, UI icons, portraits, concept images, transparent cutouts, image edits, upscales, background removal, and Unity scene or Game View screenshots. Use when a Unity project needs image files imported under Assets or screenshots captured from the editor. Do not use for meshes, audio, animation, materials, gameplay code, UI Toolkit layout, or generic non-Unity image generation.
tools
Create Unity technical solution documents from user requirements, feature ideas, bug goals, specs, or codebase problems. Use when the user asks for a technical approach, architecture, implementation strategy, solution options, feasibility analysis, system design, or "how should we build/fix this" for Unity runtime, Editor, tools, assets, data, UI, WebGL, SDKs, or production pipelines.
tools
Orchestrate Unity Editor via MCP (Model Context Protocol) tools and resources. Use when working with Unity projects through MCP for Unity - creating/modifying GameObjects, editing scripts, managing scenes, running tests, or any Unity Editor automation. Provides best practices, tool schemas, and workflow patterns for effective Unity-MCP integration.
development
Convert a spec document into an implementation TODO list in the same spec folder. U se when the user says goal-todo, todo from spec, generate tasks from spec, turn this spec into todos, create implementation checklist, extract tasks, or asks to read a Docs/Specs design doc and produce what must be implemented. Includes UI/UX review and codebase investigation before writing the checklist. Do not use for implementing the tasks, creating new goal files, writing test cases, or verifying completed work.