Skip to content

fix(x): align skill name with directory - #294

Open
dajiaohuang wants to merge 1 commit into
cursor:mainfrom
dajiaohuang:fix/269-x-skill-name
Open

fix(x): align skill name with directory#294
dajiaohuang wants to merge 1 commit into
cursor:mainfrom
dajiaohuang:fix/269-x-skill-name

Conversation

@dajiaohuang

@dajiaohuang dajiaohuang commented Aug 30, 2026

Copy link
Copy Markdown

Summary

Aligns the X plugin skill frontmatter name with its x-api-mcp-guide directory so skill-pack health checks can identify it consistently.

Testing

  • node scripts/validate-plugins.mjs — All plugins validated successfully.
  • Verified the SKILL.md name equals the containing directory basename.

Fixes #269


Note

Low Risk
Metadata-only rename in SKILL.md frontmatter; no runtime logic, API, or guide content changes.

Overview
Updates the X plugin skill frontmatter name from X MCP guide to x-api-mcp-guide so it matches the skills/x-api-mcp-guide/ directory basename.

That alignment lets plugin/skill-pack health checks (e.g. validate-plugins.mjs) identify the skill consistently. No behavioral or documentation body changes—only the YAML name field.

Reviewed by Cursor Bugbot for commit 91d7e80. Bugbot is set up for automated code reviews on this repo. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

X plugin: SKILL.md name "X MCP guide" does not match folder x-api-mcp-guide

1 participant