Cursor

Using OpenSkill with Cursor

Setup

Cursor is an AI-first code editor. OpenSkill detects Cursor automatically when the ~/.cursor/ directory exists.

terminal
# Install a skill for Cursor
$ osk install code-review -t cursor

How It Works

When you install a skill for Cursor, OpenSkill writes the skill content to a SKILL.md file in Cursor's skills directory. Cursor reads these files as additional context for its AI features.

Skill Location

ScopePath
Global~/.cursor/skills/<skill-name>/SKILL.md
Project.cursor/skills/<skill-name>/SKILL.md
Skills written for other agents can be converted to Cursor format using osk convert my-skill --from claude --to cursor.