Hey, thanks for the report. Before we escalate, we should rule out a couple common causes since this kind of symptom is often config related.
Can you check three things:
-
File structure. Skills should be placed like
.agents/skills/<skill-name>/SKILL.md(it must beSKILL.mdinside a subfolder, not just a.mdfile in the rootskills/). Discovery looks for files with that exact name in subdirectories. -
Skill frontmatter. Open one
SKILL.mdand check if it hasdisable-model-invocation: true. If it does, the skill is intentionally hidden from the model (it shows up in the slash menu and Settings, but it won’t appear in<available_skills>). That was the cause in a similar thread: Why agents can not see my skills in .cursor/skills folder? -
Whether the skills show up elsewhere:
- Cursor Settings (not VS Code settings) > Rules, Skills, Subagents, are your skills listed there?
- In chat, type
/, do they show up in the slash menu?
If they show up in Settings and in the slash menu but not in <available_skills>, this looks like an injection bug. If so, please share the contents of one SKILL.md (remove any secrets) and I’ll file a ticket. If they don’t show up in Settings either, it’s a discovery issue, and we should start by checking the folder structure.