cursor / cursor/plugins

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

Open Beginner friendly
#269 1 comment 0 reactions 0 assignees View on GitHub

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
  1. Install the X Cursor plugin, or open third_party/x/skills/x-api-mcp-guide/SKILL.md in this repo.
  2. Compare YAML name to the directory basename.
  3. 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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.