Each kit page shows a path. Trust that path.
Rules
- Create
.cursor/rules/at the project root if it does not exist. - Save the file with the
.mdcname from the kit. - In Cursor, open Customize → Rules and confirm it appears.
- Check the frontmatter.
alwaysApply: trueshould be rare. Globbed rules should match the files you actually edit.
Skills
- Create
.cursor/skills/<slug>/. - Save
SKILL.mdinside it. - Start a new agent chat so the skill can be discovered.
- Invoke it with
/if the agent does not pick it up on its own.
User-level skills can also live in ~/.cursor/skills/ if you want them in every repo.
Prompts
Copy the body. Paste into Agent. No file is required. If you want it in the repo anyway, .cursor/prompts/ is a reasonable convention — Cursor will not auto-load it like a skill.
Packs
The composer builds a zip with the right folders. Unzip at the project root so .cursor/rules merges with whatever you already have. Do not unzip a nested extra project/ folder unless you meant to.
AGENTS.md
If you only need a simple always-on note, a root AGENTS.md is enough and is portable to other tools. Use .mdc rules when you need globs or multiple files.