React SPA with TanStack Router v1 + TanStack Query v5 — the definitive pattern for zero-loading-spinner routing, type-safe URLs, and cache-first data
anti-sycophancy-code-discipline-cursorrules-prompt-file
1. Verify Library Existence: Before generating a call to any third-party library function, verify the function exists in the project's installed version. Check package.json, requirements.txt, go.mod, Cargo.toml, or equivalent. If you cannot verify, mark the line // VERIFY: <library.<symbol against …
| Type | RULE |
| Supported agents | cursor |
| License | Source did not declare a license |
| Last updated | unknown |
| Quality signal | 20 / 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…