coding-standards

Standardize TypeScript and JavaScript coding practices for code reviews and CI checks.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Dedalus-ERP-PAS/hexagone-foundation-skills --skill coding-standards-dedalus-erp-pas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-standards
Source: https://github.com/Dedalus-ERP-PAS/hexagone-foundation-skills/tree/main/skills/coding-standards
Command: npx skills add https://github.com/Dedalus-ERP-PAS/hexagone-foundation-skills --skill coding-standards-dedalus-erp-pas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Establish universal coding standards, best practices, and patterns to reduce bugs, improve readability, and accelerate onboarding across TypeScript, JavaScript, React, and Node.js projects.

Core Features & Use Cases

  • Naming conventions and consistent style across the codebase.
  • Immutability and safe state management with clear patterns.
  • Error handling, testing, and API design guidelines to improve reliability.
  • Use Case: A team migrating a large monorepo adopts these standards to unify code quality and review velocity.

Quick Start

Start by integrating these standards into your project's linting rules and code-review processes so every PR adheres to the baseline.

Frequently Asked Questions about coding-standards

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

FAQPage Schema
How do I establish coding standards for a TypeScript and React monorepo?

To standardize coding practices across Node.js services and React components, you apply consistent naming conventions, immutability rules, and error handling templates. Enforcing these guidelines via CI checks reduces bugs and improves maintainability for new features and refactoring.

What are the best practices for immutability and safe state management in React?

Best practices for immutability and safe state management involve applying clear, standardized patterns to handle state safely. Enforcing immutability rules through code reviews and CI checks prevents unintended side effects and improves reliability across React components.

Can I use these coding standards for both frontend and backend JavaScript projects?

Yes, you can use these coding standards for both frontend and backend JavaScript projects. The guidelines apply across TypeScript, React, and Node.js environments, defining API design and error handling templates for both client interfaces and server services.

How do I enforce error handling and API design guidelines in code reviews?

You enforce error handling and API design guidelines in code reviews by adopting universal coding standards as your baseline. Reviewers check pull requests against these predefined templates and linting rules to ensure reliability and consistency before merging.

Why should a team migrating a large codebase adopt universal coding standards?

A team migrating a large codebase should adopt universal coding standards to unify code quality and review velocity. Standardizing practices across TypeScript and JavaScript reduces bugs, improves readability, and accelerates onboarding for new developers.