Cursor rule
Git best practices - atomic commits, descriptive messages, feature branches.
Claude Code learns from your corrections: self-correcting memory that compounds over 50+ sessions. Context engineering, parallel worktrees, agent teams, and 17 battle-tested skills.
Cursor rule
Git best practices - atomic commits, descriptive messages, feature branches.
Cursor rule
Communication preferences - concise responses, action-oriented, no filler, acknowledge mistakes.
Cursor rule
Manage AI context window efficiently - read before write, no re-reads, tool-call budgets, one-pass discipline.
Cursor rule
Verify each behavior before building the next. One test, one implementation, one commit. No bulk-writing tests for behavior that does not yet exist.
Cursor rule
Prefer modules with a narrow public surface and a thick internal implementation. Inject external dependencies at the boundary. Mock only at system edges.
Cursor rule
Remove debug statements before committing - console.log, print, debugger.
Cursor rule
Pre-flight discipline - prevent silent assumptions, scope creep, and drive-by edits before they happen.
Cursor rule
Enforce quality checks before commits - lint, typecheck, and test affected code.
Cursor rule
Self-correction protocol - capture mistakes as learnings, compound improvements over time.
Cursor rule
Conventions every pro-workflow skill follows - invocation intent, write semantics, buckets, and sync. A skill that gets these wrong misfires, duplicates state, or hides from the people who need it.
Cursor rule
Token efficiency rules - eliminate waste in AI output, enforce read-before-write, prevent iteration cycles.