1.4 KiB
1.4 KiB
Cursor Setup
Cursor added native Agent Skills support in 2.4. It
loads SKILL.md skills and reads AGENTS.md, so all six brooks-lint modes run with no conversion.
Install
# simplest — one command (global)
curl -fsSL https://raw.githubusercontent.com/hyhmrright/brooks-lint/main/scripts/install.sh | bash -s -- cursor
# from a clone
./scripts/install.sh cursor # global: ~/.cursor/skills
./scripts/install.sh cursor --project # this repo: ./.cursor/skills
Prefer a manual copy? Clone the repo and cp -r skills/* ~/.cursor/skills/ — the contents, not the
skills/ folder itself, so _shared/ lands as a sibling of the brooks-* folders.
Cursor also loads .agents/skills/ / ~/.agents/skills/ and existing Claude/Codex skill folders, so
./scripts/install.sh agents works too and is shared with Copilot and pi.
Invoke
Ask naturally ("review this PR", "audit the architecture") and Cursor selects the matching skill from
its description, or use the /brooks-review slash form once the skill is discovered.
Notes
- Flat layout is mandatory (the installer guarantees it):
../_shared/only resolves when_shared/is a sibling of thebrooks-*folders. - 🧪 Documented per the official skills docs; community end-to-end verification welcome — open an issue.