Skip to content

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

Description

@jsolly

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions