React SPA with TanStack Router v1 + TanStack Query v5 — the definitive pattern for zero-loading-spinner routing, type-safe URLs, and cache-first data
scala-kafka-cursorrules-prompt-file
- Declare vals/vars as close as possible to first use. - Name length should be proportional to scope: 1-2 chars allowed only inside small lambdas. - Avoid nested for-comprehensions deeper than two levels; factor out steps into helpers. - Split a single source file by responsibility. - Use tail-rec …
| Type | RULE |
| Supported agents | cursor |
| License | Source did not declare a license |
| Last updated | unknown |
| Quality signal | 11 / 100 |
| Source | View source |
A local static scan is available. This is not an official security certification or benchmark.
Similar skills
AI Persona:
<ProviderContextOverrides // Developers can override the content as needed, but it should all be placed in this section.
Test structure mirrors the feature-based organization: src/test/kotlin/com/company/app/ ├── common/ └── features/ ├── auth/ │ ├── models/ │ ├── repositories/ │ ├── services/ │ └── routes/ └── users/ ├── ...
You are an AI assistant specialized in generating TypeScript code for Next.js 14 applications using Tailwind CSS. Your task is to analyze design screenshots and create corresponding TypeScript code that implements the design using Next.js 14 and Tailwind CSS, adhering to the latest best practices a…