coding-standards

Enforces coding standards and best practices for TypeScript, JavaScript, React, and Node.js development.

112|9|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/hellangleZ/burn-in-cceverywhere-ralph --skill coding-standards-hellanglez
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-standards
Source: https://github.com/hellangleZ/burn-in-cceverywhere-ralph/tree/main/skills/coding-standards
Command: npx skills add https://github.com/hellangleZ/burn-in-cceverywhere-ralph --skill coding-standards-hellanglez

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a comprehensive set of universal coding standards, best practices, and patterns to ensure code quality, readability, and maintainability across TypeScript, JavaScript, React, and Node.js projects.

Core Features & Use Cases

  • Code Quality Principles: Enforces readability, KISS, DRY, and YAGNI.
  • Language-Specific Standards: Detailed guidelines for TypeScript/JavaScript, React, and API design.
  • File Organization & Naming: Promotes a consistent project structure and naming conventions.
  • Testing & Performance: Best practices for writing effective tests and optimizing performance.
  • Use Case: A new developer joins a project and needs to understand the established coding conventions. This Skill serves as a definitive guide to ensure consistency and quality from the start.

Quick Start

Review the universal coding standards and best practices for TypeScript, JavaScript, React, and Node.js development.

Frequently Asked Questions about coding-standards

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

FAQPage Schema
What are the best practices for writing clean and maintainable TypeScript and React code?

Clean and maintainable TypeScript and React code relies on enforcing readability, KISS, DRY, and YAGNI principles. This includes following strict naming conventions, ensuring type safety, structuring components properly, and managing state effectively.

How do I structure my Node.js and React project files for better maintainability?

To structure Node.js and React project files for maintainability, follow consistent file organization and naming conventions. This approach promotes a logical project structure, ensuring code quality and readability across the entire development stack.

Does this coding standards guide cover async/await and error handling in JavaScript?

Yes, this coding standards guide covers async/await and error handling in JavaScript. It enforces universal patterns for TypeScript and Node.js development, ensuring robust API design and improving overall code maintainability and developer productivity.

How do I detect code smells when reviewing TypeScript or React components?

Detect code smells in TypeScript or React components by applying universal coding standards and best practices. This involves checking for violations of immutability, conditional rendering rules, and type safety guidelines to ensure long-term maintainability.

Can I use these coding standards to establish conventions for a new developer joining a Node.js project?

Yes, you can use these coding standards to establish conventions for a new developer joining a Node.js project. The guidelines serve as a definitive guide to ensure consistency, readability, and quality from the start of development.

What is the best way to enforce type safety and immutability in TypeScript development?

The best way to enforce type safety and immutability in TypeScript development is by applying universal coding standards. This ensures strict adherence to language-specific guidelines, reducing code smells and improving overall project maintainability.