coding-standards

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides universal coding standards and best practices to improve readability, maintainability, and quality across TypeScript, JavaScript, React, and Node.js projects.

Core Features & Use Cases

  • Guidelines: Naming conventions, immutability, error handling, type safety, and API design for consistent code across teams.
  • Patterns: React component best practices, testing conventions, documentation standards, and modular project organization.
  • Use Case: A development team onboarding new engineers uses the coding-standards skill to align on projects like a monorepo, ensuring uniform styles, lint rules, and review prompts.

Quick Start

Import the coding-standards guidelines into your workflow and begin applying the prompts to review existing code and standardize new commits.

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 for TypeScript and React projects define naming conventions, immutability rules, and error handling patterns to ensure code readability and maintainability across development teams. They guide developers to write clean, consistent code.

How do I enforce coding best practices during code reviews?

To enforce coding best practices during code reviews, import universal guidelines into your workflow and apply standardized review prompts to check type safety, API design, and React component patterns against established conventions.

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

Yes, these coding standards apply to Node.js, JavaScript, and TypeScript monorepos. They provide modular project organization guidelines, lint rules, and documentation standards to align new engineers on uniform styles across the entire repository.

What's the best way to standardize code for onboarding new engineers?

The best way to standardize code for onboarding new engineers is to apply universal coding standards that specify naming conventions, type safety, and React patterns, ensuring uniform styles and consistent commits across the development team.

Do I need specific dependencies to implement immutability and type safety guidelines?

No specific dependencies are required to implement immutability and type safety guidelines. These coding standards function as universal best practices applied directly to your workflow to guide code reviews, PR checks, and project organization.