coding-standards

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

1|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/ROLLED740/vibe-clone-pro --skill coding-standards-rolled740
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-standards
Source: https://github.com/ROLLED740/vibe-clone-pro/tree/main/.agent/skills/coding-standards
Command: npx skills add https://github.com/ROLLED740/vibe-clone-pro --skill coding-standards-rolled740

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coding conventions vary across teams and projects, leading to inconsistent code quality, maintenance challenges, and onboarding friction.

Core Features & Use Cases

  • Enforces naming, formatting, immutability, error handling, and React component patterns to improve readability and reliability.
  • Provides TypeScript/JavaScript standards, React best practices, and API design guidance for scalable codebases.
  • Use during onboarding, code reviews, and refactoring to raise the baseline of quality across a codebase.

Quick Start

Apply these standards to your codebase by integrating them into onboarding, code reviews, and CI checks.

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 TypeScript and React projects?

Apply universal coding standards to TypeScript and React projects by enforcing naming conventions, immutability, error handling, and component patterns during project kickoff, code reviews, and refactoring. Integrate these rules into CI checks to standardize quality across your codebase.

What are the best practices for structuring Node.js and JavaScript codebases for maintainability?

Maintainable Node.js and JavaScript codebases require modular design, immutability, and standardized error handling. Applying these coding standards during code reviews and refactoring raises the baseline quality and ensures scalable, consistent code across teams.

When do I need to standardize coding conventions for my development team?

Standardize coding conventions during project kickoff, onboarding, and refactoring to prevent inconsistent code quality and maintenance challenges. Applying coding standards reduces onboarding friction and guides teams toward robust, scalable code.

Can I use these coding standards for both React and Node.js APIs?

Yes, these coding standards support both React and Node.js APIs. They provide TypeScript and JavaScript standards alongside React component patterns and API design guidance to ensure scalable, consistent codebases across your full stack.

How do I integrate coding standards into automated CI checks?

Integrate coding standards into CI checks by applying enforced naming conventions, immutability rules, and error handling patterns to your automated pipeline. This standardizes practices and raises the baseline of code quality during automated reviews.