coding-standards

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

1.8k|303|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/xu-xiang/everything-claude-code-zh --skill coding-standards-xu-xiang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-standards
Source: https://github.com/xu-xiang/everything-claude-code-zh/tree/main/docs/zh-TW/skills/coding-standards
Command: npx skills add https://github.com/xu-xiang/everything-claude-code-zh --skill coding-standards-xu-xiang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a concise, universal set of coding standards and practices that teams can adopt to improve readability, maintainability, and consistency across TypeScript, JavaScript, React, and Node.js projects.

Core Features & Use Cases

  • Standardized naming conventions for variables and functions across the codebase.
  • Consistent project structure and guidance on file organization and module boundaries.
  • Best practices for types, components, hooks, error handling, and testing to reduce bugs and onboarding time.
  • Use Case: A new contributor can start delivering value quickly by following the standards and aligning PRs with the guide.

Quick Start

Use this skill to standardize coding practices across an existing TS/JS/React/Node project and enforce them during reviews.

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?

Coding standards for TypeScript and React projects define naming conventions, project structure, and error handling practices to improve readability, maintainability, and consistent code quality across the codebase.

How do I enforce coding standards during code reviews in Node.js?

Enforce coding standards during Node.js code reviews by applying practical guidelines for naming, types, structure, and testing to align pull requests with consistent quality and maintainability practices.

Can I use these coding practices for both React and Node.js codebases?

Yes, you can apply these coding practices across both React and Node.js codebases, as they provide a universal set of guidelines for naming, structure, types, and testing to ensure consistent code quality.

What's the best way to standardize naming conventions and file structure in JavaScript?

The best way to standardize naming conventions and file structure in JavaScript is to adopt comprehensive guidelines covering module boundaries, file organization, and component naming to reduce bugs and accelerate onboarding.

Why do I need coding standards for a new contributor in a TypeScript project?

You need coding standards for new contributors in a TypeScript project to help them deliver value quickly by following established practices for naming, types, and testing, ensuring their pull requests align with team maintainability goals.

Do these coding guidelines cover testing and error handling for React components?

Yes, these coding guidelines cover testing and error handling for React components, providing best practices for hooks, components, and error handling to reduce bugs and improve maintainability across the project.