coding-standards

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

25|13|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/aaione/everything-claude-code-cn --skill coding-standards-aaione
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-standards
Source: https://github.com/aaione/everything-claude-code-cn/tree/main/skills/coding-standards
Command: npx skills add https://github.com/aaione/everything-claude-code-cn --skill coding-standards-aaione

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

适用于 TypeScript、JavaScript、React 和 Node.js 开发的通用编码标准,帮助团队提升代码质量、一致性与可维护性。

Core Features & Use Cases

  • 代码质量原则与命名规范
  • 可读性优先、KISS、DRY、YAGNI 等原则在日常开发中的应用
  • React、TypeScript/JavaScript 的最佳实践、错误处理、Async/Await、类型安全和测试结构等要点
  • 适用于新项目落地、现有代码重构以及团队协作中的代码审阅和风格统一

Quick Start

以一个常见组件/函数为例,遵循命名、不可变性、错误处理和测试结构的最佳实践来实现一个简单的市场搜索功能。

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 codify type safety, naming conventions, and React patterns to improve code readability and maintainability across development teams.

How do I enforce code quality and consistency in a Node.js codebase?

You can enforce code quality in a Node.js codebase by applying codified technical requirements for error handling, async/await usage, and immutability to daily development tasks and code reviews.

How do I apply KISS, DRY, and YAGNI principles during code refactoring?

To apply KISS, DRY, and YAGNI principles during refactoring, codify code organization rules and readability-first practices to systematically eliminate redundancies and simplify complex JavaScript modules.

Can these coding standards be used for both new projects and existing refactors?

Yes, these coding standards are designed for both new project onboarding and existing code refactoring, ensuring consistent type safety and testing structures across TypeScript and Node.js environments.

What is the best way to structure error handling and async/await in JavaScript?

The best way to structure error handling and async/await in JavaScript is to follow codified technical requirements that standardize testing structures and error management across your team's workflow.