coding-standards

Standardize NestJS, TypeScript, React, Next.js, and Tailwind coding practices.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/djd1m/2026-PU-APR-LESSON-05-instanly-01 --skill coding-standards-djd1m
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-standards
Source: https://github.com/djd1m/2026-PU-APR-LESSON-05-instanly-01/tree/main/.claude/skills/coding-standards
Command: npx skills add https://github.com/djd1m/2026-PU-APR-LESSON-05-instanly-01 --skill coding-standards-djd1m

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coding inconsistency and onboarding friction across ColdMail.ru projects are reduced by codifying conventions for backend (NestJS + TypeScript), frontend (React + Next.js + Tailwind), and UI tokens.

Core Features & Use Cases

  • Standardizes module structure, naming patterns, import ordering, and DI usage to ensure uniform code organization.
  • Defines Tailwind design tokens and UI token usage to maintain visual consistency across the app.
  • Facilitates code reviews, knowledge transfer, and rapid feature development by providing a single reference for developers.

Quick Start

Apply these standards to a new module by naming files in kebab-case, organizing imports, and using constructor-based dependency injection.

Frequently Asked Questions about coding-standards

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce coding standards across NestJS and React projects?

To enforce coding standards across NestJS and React projects, apply unified conventions for module structure, naming patterns, import ordering, and dependency injection to reduce technical debt and onboarding friction.

What are the best practices for Tailwind design token usage in a React and Next.js frontend?

Best practices for Tailwind design token usage involve defining specific UI tokens to maintain visual consistency across React and Next.js components, ensuring uniform styling and reducing design drift across the application.

Does this coding conventions skill work without additional dependencies?

Yes, this coding conventions skill works without additional dependencies, providing standalone guidelines for TypeScript, NestJS, and React environments to standardize code reviews and feature implementation directly.

How do I standardize NestJS module structure and naming conventions?

To standardize NestJS module structure and naming conventions, name files in kebab-case, organize imports systematically, and use constructor-based dependency injection to ensure uniform code organization across modules.

Why do I need standardized coding conventions for TypeScript backend and frontend development?

Standardized coding conventions for TypeScript backend and frontend development are needed to reduce coding inconsistency, facilitate knowledge transfer, and enable rapid feature development by providing a single reference for developers.