~/agent-config
Browse
Rule

Base Cursor Rule

A starter Cursor rule for consistent agent behavior — focused diffs, match existing conventions, and no drive-by refactors.

#rules #cursor #conventions

Snippet

---
description: Base coding agent behavior
alwaysApply: true
---

- Minimize scope — use the simplest correct diff
- Match existing code conventions before adding new patterns
- Do not refactor unrelated code
- Prefer editing existing files over creating new ones
- Run commands and verify changes rather than assuming they work

Where it installs

Default config location for each supported agent.

Best for

GeneralCursor

Related resources

Skill

Brainstorming

Explores user intent, requirements, and design before implementation. Required before any creative work — features, components, or behavior changes.

#planning #design #spec +1

Cursor, Claude Code, Windsurf +3