Org Skills
How to use it

Use the catalog in Cursor

Cursor reads the Agent Skills format, so all 57 skills install and load automatically. Agents, instructions and MCP servers from this repo target Copilot and Claude Code.

What works here

Support in Cursor

KindSupported
Skills All 57, loaded automatically
Agents Not supported — run the skill directly
Instructions Not supported — use Cursor Rules
MCP servers Configure Cursor’s own MCP settings directly
Install

Run these once, in your project

Node.js 20 or newer. Every command is safe to re-run — it overwrites what it installed before.

  1. 1Skills for your stack
    npx skills add AGCO-Global/org-skills -a cursor

    Interactive picker. Add --skill <name> … to choose up front, or -g for every project.

  2. 2One stack only
    npx skills add AGCO-Global/org-skills --skill react-development react-architecture react-testing -a cursor

    Install just the skills a repo needs, rather than the whole catalog.

Where files land

What gets written to your repo

KindPath
Skills.cursor/skills/ — or ~/.cursor/skills/ with -g
IndexAGENTS.md at the repo root lists every skill and its path
Day to day

Using it once it is installed

Skills fire on their own

Ask normally in chat or inline. The skill whose description matches loads itself.

No agent picker — ask for the job

Ask for a review of your diff and the matching *-code-review skill loads.

Want always-on rules?

Cursor has its own Rules feature. Our instructions files are short and readable — copy the rules you want into a Cursor rule rather than installing the file.

Worth knowing

Gotchas

Instructions are not Cursor Rules

Different formats. The content is portable, the file is not.

Pull updates deliberately

Re-run the install command to pick up catalog changes; installed skills are copies, not links.

Next

Pick the skills for your stack

npx skills add AGCO-Global/org-skills