coding-standards

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

Updated Jan 30, 2026
One-click install
npx skills add https://github.com/CobaltSato/avalanche-build-games-tool-kit --skill coding-standards-cobaltsato
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-standards
Source: https://github.com/CobaltSato/avalanche-build-games-tool-kit/tree/main/.claude/skills/coding-standards
Command: npx skills add https://github.com/CobaltSato/avalanche-build-games-tool-kit --skill coding-standards-cobaltsato

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Universal coding standards help teams produce readable, maintainable, and reliable code across TypeScript, JavaScript, React, and Node.js projects.

Core Features & Use Cases

  • Immutability and safe state updates
  • Consistent naming, typing, and error handling
  • Real-world guidance for React components, hooks, and API design

Quick Start

Integrate these guidelines into your project and start applying the rules to your next PR review.

Frequently Asked Questions about coding-standards

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

FAQPage Schema
What are the best practices for enforcing coding standards across TypeScript and React projects?

Best practices for coding standards in TypeScript and React involve enforcing consistent naming, type safety, immutability, and explicit error handling to ensure maintainability and scalable team collaboration.

How do I apply immutability and safe state updates in JavaScript and React components?

To apply immutability and safe state updates in JavaScript and React, follow explicit component pattern rules that guide safe state management, ensuring readable code and preventing unintended side effects during execution.

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

Yes, you can use these coding standards for Node.js API design and PR reviews. They provide explicit rules applicable during onboarding and CI checks to ensure consistent API patterns.

Does this coding standards guide cover error handling and performance considerations?

Yes, this coding standards guide covers error handling and performance considerations. It provides explicit rules and examples for handling errors consistently while satisfying type safety across JavaScript environments.

When do I need universal coding standards for my development team?

You need universal coding standards when your team requires readable, maintainable, and reliable code across TypeScript, JavaScript, React, and Node.js projects, especially during onboarding and continuous integration checks.