- Use English for all code and documentation. - Always declare the type of each variable and function (parameters and return value). - Create necessary types and classes. - Use Doxygen style comments to document public classes and methods. - Don't leave blank lines within a function. - Follow the o…

TypeRULE
Supported agentscursor
LicenseSource did not declare a license
Last updatedunknown
Quality signal11 / 100
SourceView source
Evaluation status

A local static scan is available. This is not an official security certification or benchmark.

Claim this skill (are you the author?)

Similar skills

28

React SPA with TanStack Router v1 + TanStack Query v5 — the definitive pattern for zero-loading-spinner routing, type-safe URLs, and cache-first data

Coding / 软件开发Safe-ishScanned

<ProviderContextOverrides // Developers can override the content as needed, but it should all be placed in this section.

Coding / 软件开发Safe-ishScanned

Test structure mirrors the feature-based organization: src/test/kotlin/com/company/app/ ├── common/ └── features/ ├── auth/ │ ├── models/ │ ├── repositories/ │ ├── services/ │ └── routes/ └── users/ ├── ...

Coding / 软件开发Safe-ishScanned

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…

Coding / 软件开发Safe-ishScanned