New: UPI payments are live. Buyers in India can now pay for skills with UPI in INR -> Browse skills

    Guides
    cursor
    skill.md
    cursorrules

    Cursor AI Skills Marketplace: Using SKILL.md with Cursor

    Use SKILL.md skills in Cursor alongside .cursorrules. Install marketplace skills, migrate existing rules, and make Cursor more capable.

    April 12, 20265 min read
    Share:

    Quick Answer: Cursor supports SKILL.md skills from any marketplace. Drop the unzipped skill folder into .cursor/rules/ in your repo (project-scoped) or ~/.cursor/skills/ (global). The three skills most Cursor users install first on Agensi are code-reviewer (free, 764 installs), git-commit-writer (free, 232 installs), and readme-generator (free, 171 installs).

    SKILL.md vs .cursorrules

    .cursorrules is a single always-on prompt at the repo root. SKILL.md is a portable, versioned skill package that can be scoped, loaded on demand, and reused across Cursor, Claude Code, and Codex CLI. Both work in Cursor. SKILL.md wins the moment you want the same behavior in another agent.

    Recommended skills

    Install steps

    1. Open a skill on the Agensi marketplace and download the zip.
    2. Unzip into .cursor/rules/ (repo) or ~/.cursor/skills/ (global).
    3. Reload Cursor. The SKILL.md registers automatically.

    Three skills to start with

    See also our step-by-step How to Use SKILL.md in Cursor walkthrough.

    Keep reading

    Frequently Asked Questions