coding-standards

Enforce universal coding standards across TypeScript, JavaScript, React, and Node.js projects.

5|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/Bamose/everything-codex-cli --skill coding-standards-bamose
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-standards
Source: https://github.com/Bamose/everything-codex-cli/tree/main/skills/coding-standards
Command: npx skills add https://github.com/Bamose/everything-codex-cli --skill coding-standards-bamose

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Universal coding standards that ensure readability, maintainability, and consistency across TypeScript, JavaScript, React, and Node.js projects, helping teams collaborate effectively and reduce code debt.

Core Features & Use Cases

  • Comprehensive style and naming conventions for TypeScript/JavaScript code, with guidance on immutability and safe patterns.
  • React best practices covering component structure, hooks, and state management for scalable UI code.
  • API design and testing standards including REST conventions, type-safety, and robust error handling.
  • Code quality governance through structured guidelines, automated checks, and consistent review criteria.

Quick Start

Adopt these coding standards in your project by integrating lint rules, enforcing consistent naming, and applying best practices during development.

Frequently Asked Questions about coding-standards

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

FAQPage Schema
How do I enforce consistent coding standards across TypeScript and JavaScript projects?

To enforce consistent coding standards across TypeScript and JavaScript projects, apply structured guidelines for naming conventions, readability, and immutability. Integrating automated lint rules and consistent review criteria ensures maintainability and reduces code debt during team collaboration.

What are the best practices for React component structure and state management?

React best practices for scalable UI code involve enforcing structured component architecture, proper hooks usage, and clear state management patterns. Applying these standards during code reviews and cross-team collaboration maintains consistency and readability across React codebases.

Can I use these coding standards for Node.js API design and testing?

Yes, you can use these coding standards for Node.js API design and testing. They provide specific conventions for REST API design, type-safety, robust error handling, and comprehensive testing practices to govern code quality across Node.js projects.

How do I ensure type safety and immutability in a TypeScript codebase?

To ensure type safety and immutability in a TypeScript codebase, adopt comprehensive style guidelines that enforce safe patterns. Applying these coding standards during onboarding and code reviews helps maintain strict type safety and prevents mutable state issues.

When do I need universal coding standards for cross-team collaboration?

You need universal coding standards for cross-team collaboration when multiple developers contribute to the same codebase. Enforcing consistent readability, API design conventions, and testing practices reduces code debt and ensures maintainability across TypeScript, React, and Node.js environments.