X plugin: SKILL.md name "X MCP guide" does not match folder x-api-mcp-guide
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 8.2k
- Forks
- 751
- Avg merge
- 12h 1m
- Merged PRs (30d)
- 43
Description
Summary
The X plugin skill directory is x-api-mcp-guide, but SKILL.md frontmatter name is X MCP guide (spaces / Title Case). Skill-pack health checks require name to equal the directory basename.
Expected
name matches the folder slug, e.g. x-api-mcp-guide (same pattern as other marketplace skills).
Actual
On current main:
- Path:
third_party/x/skills/x-api-mcp-guide/SKILL.md - Frontmatter:
name: X MCP guide
Installed Cursor marketplace plugin 49086599 (X 2.1.0) has the same mismatch. The live X MCP connector still works (25 tools). This is a skill-pack structural fail, not an X API outage.
GetPlugin lists the skill as x-mcp-guide (slug-ish), which still does not match the folder x-api-mcp-guide.
Repro
- Install the X Cursor plugin, or open
third_party/x/skills/x-api-mcp-guide/SKILL.mdin this repo. - Compare YAML
nameto the directory basename. X MCP guide!=x-api-mcp-guide.
Environment
- Linux x86_64 (Grok Bot / Cursor plugin cache)
- Node v20.19.2
- Plugin version 2.1.0
- Live X MCP: connected
Additional context
Suggested fix: set name: x-api-mcp-guide (or rename the folder to match the intended name). Forum search for x-api-mcp-guide had no existing bug-report topic.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open third_party/x/skills/x-api-mcp-guide/SKILL.md and inspect its YAML frontmatter against the directory basename. Update the name so it matches x-api-mcp-guide, then run the skill-pack health checks and confirm the structural failure is resolved without changing the working X MCP connector.
Written by the indexing model from the issue text.
Assessment
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 90/100