From 0ea69081a0c2bae4d649e8bac01a7303e8d31dda Mon Sep 17 00:00:00 2001 From: Vignesh Shenoy Date: Tue, 10 Feb 2026 11:23:20 +0100 Subject: [PATCH] Rename skill to 'create-mcp-app' to align with spec As per the spec (https://agentskills.io/specification) `name` should be: "Max 64 characters. *Lowercase letters*, numbers, and *hyphens* only. Must not start or end with a hyphen." --- plugins/mcp-apps/skills/create-mcp-app/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mcp-apps/skills/create-mcp-app/SKILL.md b/plugins/mcp-apps/skills/create-mcp-app/SKILL.md index b497105e..f1a83755 100644 --- a/plugins/mcp-apps/skills/create-mcp-app/SKILL.md +++ b/plugins/mcp-apps/skills/create-mcp-app/SKILL.md @@ -1,5 +1,5 @@ --- -name: Create MCP App +name: create-mcp-app description: This skill should be used when the user asks to "create an MCP App", "add a UI to an MCP tool", "build an interactive MCP View", "scaffold an MCP App", or needs guidance on MCP Apps SDK patterns, UI-resource registration, MCP App lifecycle, or host integration. Provides comprehensive guidance for building MCP Apps with interactive UIs. ---