Cursor CLI don't see user skills just project ones

Where does the bug appear (feature/product)?

Cursor CLI

Describe the Bug

Cursor cli don’t seem to know user skills just project ones
Picture 1 is cursor IDE and 2 is cursor cli answers

Steps to Reproduce

Ask to cursor cli and IDE what skills does it have access

Expected Behavior

cursor cli should answer like IDE

Operating System

Linux

Version Information

Version: 2.4.37
VSCode Version: 1.105.1
Commit: 7b9c34466f5c119e93c3e654bb80fe9306b6cc70
Date: 2026-02-12T23:15:35.107Z
Build Type: Stable
Release Track: Default
Electron: 39.2.7
Chromium: 142.0.7444.235
Node.js: 22.21.1
V8: 14.2.231.21-electron.0
OS: Linux x64 6.17.0-14-generic

About Cursor CLI

CLI Version 2026.02.13-41ac335
OS linux (x64)
Terminal gnome-terminal
Shell bash

For AI issues: which model did you use?

Auto

Does this stop you from using Cursor

No - Cursor works, but with this issue

1 Like

I forgot to add pictures, sorry.

Hey, thanks for the report. This looks like a known bug. The CLI was loading skills from user directories ~/.cursor/skills/ incorrectly. This was fixed recently.

You’re on CLI version 2026.02.13, and the fix shipped after that. Please update the CLI to the latest version and check if your custom skills show up.

A couple things to double-check on your side:

  1. Make sure your custom skills are in ~/.cursor/skills/<skill-name>/SKILL.md (one folder per skill, with a valid SKILL.md that includes YAML frontmatter with name and description)
  2. After updating, try typing / in the CLI chat to see if the skills appear in the list

Let me know if updating fixes it.

Hello,

Thanks for your answer.I can’t update as you see below:

❯ agent update
Checking for updates…
Already up to date

❯ agent upgrade
Checking for updates…
Already up to date

❯ agent about
About Cursor CLI

CLI Version 2026.02.13-41ac335
Model Auto
OS linux (x64)
Terminal gnome-terminal
Shell bash

Try reinstalling the CLI using the install script. It should install the latest available version:

curl https://cursor.com/install -fsS | bash

Then check the version:

agent --version

If it’s still 2026.02.13, that means the new CLI release hasn’t been published yet, and the fix for user skills is still being rolled out. In that case, you’ll need to wait a bit.

I have the same issue with curl https://cursor.com/install` -fsS | bash`

I will try end of day to see if it works and let you know

1 Like

It still don’t work. I try to update, it’s said “Already up to date”
I think there is a real issue here.

1 Like

Same here. Actually, the project-level skills are also not working. The skill context should be directly injected to the message; however, the cli agent has to search for skill files in the project to manually read them. Basically, skill context injections completely fail in cli env.

Just figure out the problem on my side is that the name of the skill cannot contain “.”
After rename the skill, everything works fine.

What’s your CLI version ?

The same as yours: 2026.02.13-41ac335