Thanks for the screenshots, they really help. A few different things are happening at the same time, so let’s break it down:
-
Skills from
~/.agents/skills/(Minimax, Superpowers) look like plugin-installed skill packs. The CLI still has a parity gap vs the desktop app for registering plugin skills, and we’re aware of it. See Cursor-agent CLI does not register skills from plugins (IDE does — parity gap). There’s no ETA for a fix yet. -
~/.cursor/skills/writing-skills/is the standard location and the CLI should pick it up. To figure out why it’s not working, please check:- Is there a
SKILL.mdfile insidewriting-skills/? - Does it include YAML frontmatter with
nameanddescriptionfields?
Please share the output of
ls -la ~/.cursor/skills/writing-skills/and the first lines ofSKILL.mdif it exists. - Is there a
-
The
/skillsslash command doesn’t show up in autocomplete, you only see/show-thinking. Please try:- Type
/skillsfully and press Enter, does it print anything? - Run
agent --helpand share the output so we can confirm which commands are registered.
- Type
Workaround for item 1 for now: you can copy or symlink the skill folders you need from ~/.agents/skills/... into ~/.cursor/skills/. That’s the standard location the CLI uses.