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.
Support in Cursor
| Kind | Supported |
|---|---|
| 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 |
Run these once, in your project
Node.js 20 or newer. Every command is safe to re-run — it overwrites what it installed before.
- 1Skills for your stack
npx skills add AGCO-Global/org-skills -a cursorInteractive picker. Add
--skill <name> …to choose up front, or-gfor every project. - 2One stack only
npx skills add AGCO-Global/org-skills --skill react-development react-architecture react-testing -a cursorInstall just the skills a repo needs, rather than the whole catalog.
What gets written to your repo
| Kind | Path |
|---|---|
| Skills | .cursor/skills/ — or ~/.cursor/skills/ with -g |
| Index | AGENTS.md at the repo root lists every skill and its path |
Using it once it is installed
Ask normally in chat or inline. The skill whose description matches loads itself.
Ask for a review of your diff and the matching *-code-review skill loads.
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.
Gotchas
Different formats. The content is portable, the file is not.
Re-run the install command to pick up catalog changes; installed skills are copies, not links.
Pick the skills for your stack
npx skills add AGCO-Global/org-skills