coding-standards

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

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/KanakMalpani/General-Private-Skills --skill coding-standards-kanakmalpani
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-standards
Source: https://github.com/KanakMalpani/General-Private-Skills/tree/main/skills/coding-standards
Command: npx skills add https://github.com/KanakMalpani/General-Private-Skills --skill coding-standards-kanakmalpani

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coding standards provide a unified set of rules and guidelines to improve readability, maintainability, and consistency across TypeScript, JavaScript, React, and Node.js codebases.

Core Features & Use Cases

  • Enforces naming conventions, formatting, and safe coding patterns to reduce bugs and onboarding time.
  • Promotes immutability, proper error handling, and testable code through codified rules and examples.
  • Useful during new project kickoff, code reviews, and refactoring to ensure scalable, high-quality software.

Quick Start

Review and apply the naming, immutability, and testing guidelines to your current project.

Frequently Asked Questions about coding-standards

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

FAQPage Schema
What coding standards should I follow for TypeScript and React projects?

TypeScript and React coding standards should enforce naming conventions, formatting, immutability, proper error handling, and testing guidelines to ensure readability, safety, and maintainability across your codebase.

How do I enforce code quality and consistency during code reviews?

Enforce code quality during reviews by applying standardized rules for safe coding patterns, immutability, and error handling. This reduces bugs and onboarding time while ensuring scalable, high-quality software across JavaScript and Node.js environments.

Can I use these coding guidelines for both frontend and Node.js backend code?

Yes, these coding guidelines standardize practices across TypeScript, JavaScript, React, and Node.js. They apply universally to both frontend and backend development to maintain consistency and quality throughout your entire stack.

What's the best way to standardize coding practices during project onboarding?

The best way to standardize coding practices during project kickoff is to codify rules for naming, formatting, and testable code. Reviewing and applying these guidelines ensures new projects start with consistent, maintainable code.

When do I need to apply standardized coding rules for refactoring?

Apply standardized coding rules during refactoring to ensure existing code becomes readable, safe, and maintainable. Using codified rules for immutability and error handling prevents regressions while improving overall code quality.