coding-standards

Standardize coding practices across TypeScript, JavaScript, React, and Node.js projects.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/Oruga420/claude-code-skills --skill coding-standards-oruga420
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-standards
Source: https://github.com/Oruga420/claude-code-skills/tree/main/coding-standards
Command: npx skills add https://github.com/Oruga420/claude-code-skills --skill coding-standards-oruga420

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Universal coding standards reduce bugs and improve maintainability across TypeScript, JavaScript, React, and Node.js projects.

Core Features & Use Cases

  • Enforces readability and clear naming, consistent formatting, and self-documenting code.
  • Promotes DRY, KISS, and YAGNI principles to avoid over-engineering and duplication.
  • Provides comprehensive guidelines for TypeScript/JavaScript, React patterns, API design, commenting, performance, testing, and documentation.
  • Use Case: A new team adopts the standard to align on practices before contributing to a shared codebase.

Quick Start

Adopt these standards by aligning your linting, formatting, and review processes to match the guide.

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 for clean and maintainable code in TypeScript and React?

Coding standards for clean and maintainable code are standardized by applying consistent style, structure, and quality patterns across TypeScript, JavaScript, React, and Node.js projects to reduce bugs and improve maintainability.

What is the best way to standardize coding practices for team onboarding in a new JavaScript project?

The best way to standardize coding practices for team onboarding is adopting a shared guide that prescribes DRY, KISS, and YAGNI principles, ensuring new contributors align on formatting and structure before writing code.

Can I use these coding standards to guide code reviews for Node.js applications?

Yes, you can use these coding standards to guide code reviews for Node.js applications by evaluating code against prescribed patterns for error handling, API design, performance, and self-documenting code.

How do I apply coding standards to reduce bugs and improve maintainability across JavaScript and TypeScript projects?

You apply coding standards to reduce bugs and improve maintainability by enforcing concrete patterns for readability, immutability, error handling, and testing across your JavaScript and TypeScript codebases.

What coding principles should I follow to avoid over-engineering and code duplication in React?

To avoid over-engineering and code duplication in React, follow the DRY, KISS, and YAGNI principles provided by the coding standards, which promote self-documenting code and clear structural patterns.