coding-standards

Define and enforce coding standards for TypeScript, JavaScript, React, and Node.js projects.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/zh667/person-blog --skill coding-standards-zh667
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-standards
Source: https://github.com/zh667/person-blog/tree/main/.cursor/.agents/skills/coding-standards
Command: npx skills add https://github.com/zh667/person-blog --skill coding-standards-zh667

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code quality declines when teams lack a shared baseline for conventions, naming, immutability, error handling, and architecture choices. This Skill provides a universal guide to align TypeScript, JavaScript, React, and Node.js projects around maintainable patterns and predictable outcomes.

Core Features & Use Cases

  • Immutable patterns and safe state handling to prevent unintended mutations
  • Naming conventions, formatting, and self-documenting code practices
  • Error handling, type safety, and robust input validation
  • React best practices, component structure, and UI consistency
  • API design and data modeling guidelines for scalable apps

Quick Start

Use these standards to lint, format, and review code in your TypeScript/JavaScript/React projects to enforce consistency.

Frequently Asked Questions about coding-standards

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

FAQPage Schema
How do I enforce coding standards for TypeScript and React projects?

Apply universal coding standards during code reviews and refactoring to enforce naming conventions, immutability rules, and React component structure for TypeScript and JavaScript projects. This ensures code readability and maintainability across teams.

What are the best practices for immutability and state handling in JavaScript?

Implement immutable patterns and safe state handling to prevent unintended mutations in JavaScript. Define error handling patterns and robust input validation to ensure predictable outcomes and reliable state management.

Does this coding standards guide work for Node.js API design and data modeling?

Yes, these coding standards include API design and data modeling guidelines for scalable Node.js applications. They provide best practices for structuring APIs and modeling data to align with maintainable patterns.

How do I set up error handling and type safety conventions for a new team?

Use these coding standards to establish error handling, type safety, and robust input validation conventions during onboarding. Shared baselines align teams around predictable architecture choices and self-documenting code practices.

When should I apply universal coding standards during the development lifecycle?

Apply these coding standards during code reviews, onboarding, and refactoring phases. Using them to lint, format, and review code improves readability, maintainability, and reliability across TypeScript, JavaScript, React, and Node.js projects.