I recently started using the Codex desktop app (MacOS) and created a few skills from there to test it out. When I was examining the Cursor settings, I see that they show up as rules and not skills.
Steps to Reproduce
On MacOS, create a skill or add existing ones via the Codex desktop app.
Verify that the skill exists in ~/.codex/skills
In the Cursor Settings, toggle Include third-party Plugins, Skills, and other configs
You’ll see they appear as Rules, rather than skills.
Expected Behavior
I expect it to appear as skills, not rules, and be able to access them via the standard / way; not applied as rules.
Hey, this is a known issue. Skills installed via third-party tools (Codex desktop, npx skills add, etc.) are currently being classified as Rules instead of showing up under Skills in Cursor settings. A few users have reported the same thing recently:
The ~/.codex/skills/ path is supported as a skills directory per the docs, so your setup looks correct.
Can you share the contents of one of the SKILL.md files from ~/.codex/skills/? I’m especially interested in the frontmatter at the top. That’ll help confirm whether the metadata is being parsed correctly or if Cursor is misclassifying them either way.
The team is aware. No ETA yet, but your report (and the others) helps us prioritize it.
Thanks for the update. Not a high priority item for me, fwiw.
Here’s one from a Codex skill marketplace installation (~/.codex/skills/figma/SKILL.md).
---
name: figma
description: Use the Figma MCP server to fetch design context, screenshots, variables, and assets from Figma, and to translate Figma nodes into production code. Trigger when a task involves Figma URLs, node IDs, design-to-code implementation, or Figma MCP setup and troubleshooting.
---
# Figma MCP
For comparison, here’s the skill-builder one that comes with cursor.
---
name: create-skill
description: Guides users through creating effective Agent Skills for Cursor. Use when you want to create, write, or author a new skill, or asks about skill structure, best practices, or SKILL.md format.
---
# Creating Skills in Cursor
Both looks pretty standard to me with whitespacing, etc.