From fe2d85411450a5cd35e314bd4190598584bee2b7 Mon Sep 17 00:00:00 2001 From: dajiaohuang Date: Wed, 2 Sep 2026 16:51:50 +0800 Subject: [PATCH] fix: match SKILL.md name to folder basename x-api-mcp-guide Fixes #269 - The X plugin SKILL.md has name 'X MCP guide' but the folder is 'x-api-mcp-guide'. Skill-pack health checks require name to equal the directory basename. --- third_party/x/skills/x-api-mcp-guide/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/x/skills/x-api-mcp-guide/SKILL.md b/third_party/x/skills/x-api-mcp-guide/SKILL.md index 1fb1d089..29d09edd 100644 --- a/third_party/x/skills/x-api-mcp-guide/SKILL.md +++ b/third_party/x/skills/x-api-mcp-guide/SKILL.md @@ -1,5 +1,5 @@ --- -name: X MCP guide +name: x-api-mcp-guide description: >- ALWAYS read this when a user connects the X plugin or any X MCP, before using any X connection, and again on any X error. Do not call an X tool until this