coding-standards

Define coding standards for TypeScript, JavaScript, React, and Node.js projects.

1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/masermediagroup-stack/CursorSkills --skill coding-standards-masermediagroup-stack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-standards
Source: https://github.com/masermediagroup-stack/CursorSkills/tree/main/skills-bundle/skills/coding-standards
Command: npx skills add https://github.com/masermediagroup-stack/CursorSkills --skill coding-standards-masermediagroup-stack

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Teams often struggle to keep code consistent across projects, languages, and contributors, leading to confusion and technical debt.

Core Features & Use Cases

  • Establish naming, formatting, immutability, and error-handling rules to ensure uniform code.
  • Provide TS/JS/React/Node.js best-practices and reusable patterns for maintainability.
  • Use during project setup, code reviews, onboarding, and refactoring to accelerate collaboration.

Quick Start

Tell me your project stack and I will apply universal coding standards to your codebase.

Frequently Asked Questions about coding-standards

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

FAQPage Schema
What are universal coding standards for TypeScript and React?

Best practices for JavaScript code reviews involve checking naming conventions, formatting, immutability, and error-handling rules to ensure uniform code. They provide reusable patterns for maintainability and accelerate team collaboration during onboarding.

How do I set up coding standards for a new Node.js project?

To set up coding standards for a new Node.js project, define rules for naming, formatting, immutability, and type safety. Establish these conventions during project setup to ensure consistency and maintainability across the codebase.

Can I use these coding standards for refactoring an existing JavaScript codebase?

These coding standards apply to modern web development across TypeScript, JavaScript, React, and Node.js ecosystems. They define conventions for testing, error handling, and type safety suitable for establishing consistency in these specific environments.

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

The best way to enforce immutability and type safety in TypeScript is to apply universal coding standards that define strict rules for these areas. This ensures reliable software and maintains code consistency across contributors.

Do I need specific linting tools to apply these React coding conventions?

You do not need specific linting tools to apply these React coding conventions. The standards define the rules for naming, formatting, and type safety directly, allowing your team to manually apply them during code reviews or project setup.