Cursor

Install, invoke, update, and remove Agent Skills in Cursor.

01

Install one skill or the full library

Install one workflow globally:

$npx skills add tushaarmehtaa/tushar-skills --skill remove-ai-slop -g -a cursor -y

Or install every catalog skill globally:

$npx skills add tushaarmehtaa/tushar-skills -g -a cursor -y

02

Choose global or project scope

Global skills are available across projects from ~/.cursor/skills. Project skills live in .agents/skills and can be reviewed with the repository.

Omit -g for project scope:

$npx skills add tushaarmehtaa/tushar-skills --skill remove-ai-slop -a cursor -y

03

Invoke the workflow

Explicit invocation: /remove-ai-slop

Natural-language requests can also trigger a skill when its description matches. Use explicit invocation when you want deterministic selection.

04

Update and remove

Update the global copy:

$npx skills update -g remove-ai-slop

Remove it only from Cursor:

$npx skills remove remove-ai-slop -g -a cursor -y

05

Reload after changes

Start a new agent conversation if a newly installed skill does not appear.

If discovery still looks stale, verify the folder contains SKILL.md at its top level before restarting the runtime.

06

Known runtime limits

  • Agent Skills require Cursor 2.4 or newer. Use Agent mode when a workflow needs files, commands, or browser tools.
  • A skill can describe required tools but cannot bypass Cursor approvals or workspace trust.
  • Support status refers to this skill package, not every model or tool configuration available inside Cursor.
Official Cursor skill docs ↗