rootstrap/ai-ide-rules

Hub for internal documentation about AI IDE rules that we can use for different tech

5Stars on the repository
14Mods indexed here, across every type
10mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

base-rules

01

rootstrap/ai-ide-rules

Cursor rule Cursor

You are an expert AI software engineer specialized in building highly-scalable and maintainable systems using React and TypeScript code.

5 10mo ago A 122 tokens

react-base-rules

04

rootstrap/ai-ide-rules

Cursor rule Cursor

// ❌ Too many responsibilities const UserDashboard = () => { // user data fetching, profile editing, analytics, notifications... }.

5 10mo ago A 1,234 tokens

rootstrap/ai-ide-rules

Cursor rule

Cursor rule "feature-implementation-plan" from rootstrap/ai-ide-rules, covering 1. preparation & planning, 2. implementation plan document, 3. task breakdown & checklist (grouped by phase), 4. execution & tracking and 6. template.

5 10mo ago A 0 tokens

accessibility

11

rootstrap/ai-ide-rules

Cursor rule

Cursor rule "accessibility" from rootstrap/ai-ide-rules, covering react accessibility rules & best practices, 1. semantic html, 2. aria usage, 3. keyboard navigation and 4. accessible forms.

5 10mo ago A 1,923 tokens

nextjs

12

rootstrap/ai-ide-rules

Cursor rule

// ✅ Server Component (default) export default function ProductPage({ params }: { params: { id: string } }) { // This runs on the server const product = await fetchProduct(params.id); return ; }.

5 10mo ago A 0 tokens

testing-jest

13

rootstrap/ai-ide-rules

Cursor rule

Cursor rule "testing-jest" from rootstrap/ai-ide-rules, covering react testing strategy: jest, 1. testing framework, 2. test types, 3. test organization and 4. coverage & quality.

5 10mo ago A 529 tokens

testing-vitest

14

rootstrap/ai-ide-rules

Cursor rule

Cursor rule "testing-vitest" from rootstrap/ai-ide-rules, covering react testing strategy: vitest, 1. testing framework, 2. test types, 3. test organization and 4. coverage & quality.

5 10mo ago A 534 tokens