From 6d79123b975808c088aae685c7bc72f6a9d70556 Mon Sep 17 00:00:00 2001 From: Jonathan Hefner Date: Tue, 10 Feb 2026 08:50:49 -0600 Subject: [PATCH] Rename `migrate-oai-app` skill `name` to align with spec The skill name spec requires lowercase letters, numbers, and hyphens only. Change `name` from "Migrate from OpenAI App" to `migrate-oai-app`. Companion to #443, which does the same for the `create-mcp-app` skill. Co-Authored-By: Claude Opus 4.6 (1M context) --- plugins/mcp-apps/skills/migrate-oai-app/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mcp-apps/skills/migrate-oai-app/SKILL.md b/plugins/mcp-apps/skills/migrate-oai-app/SKILL.md index 9ec9e2720..6c63f8520 100644 --- a/plugins/mcp-apps/skills/migrate-oai-app/SKILL.md +++ b/plugins/mcp-apps/skills/migrate-oai-app/SKILL.md @@ -1,5 +1,5 @@ --- -name: Migrate from OpenAI App +name: migrate-oai-app description: This skill should be used when the user asks to "migrate from OpenAI Apps SDK", "convert OpenAI App to MCP", "port from window.openai", "migrate from skybridge", "convert openai/outputTemplate", or needs guidance on converting OpenAI Apps SDK applications to MCP Apps SDK. Provides step-by-step migration guidance with API mapping tables. ---