mgd1984

20 mods across 1 repository, 1 stars between them.

mgd1984/cursor-rules

Cursor rule Cursor

This guide provides actionable strategies for deploying Next.js applications on Vercel effectively, focusing on performance, avoiding common pitfalls, and managing costs.

1 1y ago A 0 tokens

002-git-workflow

04

mgd1984/cursor-rules

Cursor rule Cursor

Remember to maintain consistent branding and user experience according to the project's design guidelines.

1 1y ago A 0 tokens

001-errors

05

mgd1984/cursor-rules

Cursor rule Cursor

Error handling strategies and form implementation patterns.

1 1y ago A 278 tokens

001-forms

06

mgd1984/cursor-rules

Cursor rule Cursor

// Form schema const formSchema = z.object({ name: z.string().min(2).max(50), email: z.string().email(), role: z.enum(['admin', 'user', 'guest']), }).

1 1y ago A 0 tokens

mgd1984/cursor-rules

Cursor rule Cursor

Cursor rule "001-ruleset-overview" from mgd1984/cursor-rules, covering next.js application ruleset overview, architecture & structure, data & state management, component patterns and styling & ui.

1 1y ago A 0 tokens

003-graphiti-mcp

10

mgd1984/cursor-rules

Cursor rule Cursor

Remember: The knowledge graph is your memory. Use it consistently to provide personalized assistance that respects the user's established preferences, procedures, and factual context.

1 1y ago A 0 tokens

mgd1984/cursor-rules

Cursor rule Cursor

The biggest issue with Stripe is the "split brain" problem - where payment state exists in both Stripe and your database, leading to race conditions and inconsistencies. To avoid this.

1 1y ago A 0 tokens

mgd1984/cursor-rules

Cursor rule Cursor

Description: Prevent memory poisoning attacks by implementing validation, session isolation, and anomaly detection. Severity: High Mitigation.

1 1y ago A 0 tokens