coding-standards

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

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/gugug168/claudecode-tutorial --skill coding-standards-gugug168
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-standards
Source: https://github.com/gugug168/claudecode-tutorial/tree/main/everything-claude-code-learning/02-Skills/coding-standards
Command: npx skills add https://github.com/gugug168/claudecode-tutorial --skill coding-standards-gugug168

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

通用编码标准、最佳实践和模式,提升 TypeScript、JavaScript、React 与 Node.js 项目的可读性、可维护性与一致性。

Core Features & Use Cases

  • 设定命名、格式和结构约定,确保团队风格统一。
  • 推广不可变性、健壮的错误处理以及清晰的 React 组件编写规范。
  • 在项目启动、代码评审、重构和新成员培训中确保代码质量的一致性。

Quick Start

从项目开始即集成并执行编码规范,包括 linting、格式化和类型检查规则,以实现持续的质量控制。

Frequently Asked Questions about coding-standards

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

FAQPage Schema
What coding standards should I enforce for TypeScript and React projects?

Coding standards for TypeScript and React projects should enforce consistent naming, formatting, and structure alongside linting, type checking, and robust error handling to improve readability and maintainability.

How do I set up linting and formatting rules for a Node.js codebase?

Set up linting and formatting rules during project setup to execute coding standards, ensuring continuous quality control and consistent team style across your Node.js codebase.

Does this coding standard work with JavaScript and React component guidelines?

Yes, these coding standards work with JavaScript and React by enforcing clear component writing conventions, immutability, and structured best practices across your codebase.

What's the best way to ensure consistent code quality during code reviews?

The best way to ensure consistent code quality during code reviews is to apply universal coding standards that check naming, formatting, and type rules across all submitted components and APIs.

Can I use these best practices for onboarding new developers to a project?

Yes, you can use these coding standards during onboarding to familiarize new developers with project conventions, ensuring consistent code quality and structural guidelines from the start.