coding-standards

Codify TypeScript, JavaScript, React, and Node.js coding standards into a reusable reference framework.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/danielkhigay/gaz --skill coding-standards-danielkhigay
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-standards
Source: https://github.com/danielkhigay/gaz/tree/main/.claude/skills/archived/coding-standards
Command: npx skills add https://github.com/danielkhigay/gaz --skill coding-standards-danielkhigay

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coding standards provide a universal reference for consistent code quality, reducing onboarding time and cognitive load by aligning teams on practices.

Core Features & Use Cases

  • Establishes naming, formatting, immutability, error handling, and architectural conventions for TypeScript, JavaScript, React, and Node.js projects.
  • Serves as a reference during project setup, code reviews, and contributor onboarding to improve maintainability and reduce bugs.
  • Helps teams enforce best practices across new modules and refactors, ensuring consistent patterns across the codebase.

Quick Start

Follow the included guidelines to kick off a new project with consistent structure and conventions.

Frequently Asked Questions about coding-standards

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

FAQPage Schema
What are universal coding standards for TypeScript and React projects?

Universal coding standards codify naming, immutability, error handling, and type safety conventions into a reusable reference framework for TypeScript and React projects, ensuring consistent code quality and reducing onboarding time for software teams.

How do I enforce coding best practices during code reviews?

Apply coding best practices during code reviews by using a codified reference framework that checks for immutability, error handling, type safety, naming conventions, and React patterns to ensure consistency across new modules and refactors.

Can I use these coding standards for Node.js and JavaScript projects?

Yes, these coding standards apply to Node.js and JavaScript projects, providing architectural conventions, formatting rules, and best practice examples to improve maintainability and reduce bugs across your codebase.

What's the best way to set up coding conventions for a new software team?

The best way to set up coding conventions is to establish naming, formatting, immutability, and error handling guidelines upfront, using a comprehensive reference framework to kick off new projects with a consistent structure.

When do I need to apply coding standards during refactoring?

Apply coding standards during refactoring to enforce best practices across existing modules, ensuring consistent architectural patterns, type safety, and error handling conventions are maintained throughout the updated codebase.