Cursor
Prompts and configuration targeted at Cursor — both the interactive Agent and the headless Background Agents.
What usually lives here
.cursor/rules/*.mdc— project rules that steer Cursor’s Agent and Background Agents. Scoped with glob patterns so you can apply different guidance to different file types.- Background Agent task prompts — the canned task description you paste into a Background Agent when kicking off a run.
- Cursor chat macros — long chat prompts that have proven themselves worth keeping.
Browse entries
Every entry carries its author, team, and maturity. Click any card for the full prompt.
Vulnerable dependency remediation (rule + command)
developmentA Cursor project rule + custom slash command pair for remediating a vulnerable open-source dependency. The rule encodes the house constraints (conservative bumps only, one PR per …
Sensitive data element remediation (rule + command)
developmentA Cursor project rule + custom slash command pair for remediating a sensitive-data-element (SDE) finding — hard-coded secrets, PII in logs, credentials in source. The rule locks in …