Share

Cursor rule: no new packages without asking

Open · 34 views · asked by rosa_m · edited

Two invented packages cost me two hours. This .cursorrules line has caught every one since.

CLAUDE.md
Copied 7 times
# .cursorrules
- Never add a dependency. If you think one is needed, name it, link its npm page, and ask.
- Prefer the standard library and packages already in package.json.
- This project is ESM: import/export only, no require().
Comment

Activity