Coding Standards

Provide coding standards for TypeScript, JavaScript, React, and Node.js development.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/ZJUxjy/opencode_lite --skill coding-standards-zjuxjy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Coding Standards
Source: https://github.com/ZJUxjy/opencode_lite/tree/main/skills/coding-standards
Command: npx skills add https://github.com/ZJUxjy/opencode_lite --skill coding-standards-zjuxjy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a comprehensive guide to universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development, ensuring code quality and maintainability.

Core Features & Use Cases

  • Code Quality Principles: Covers readability, KISS, DRY, and YAGNI.
  • Language-Specific Standards: Details best practices for TypeScript/JavaScript, React, and API design.
  • File Organization & Naming: Recommends clear project and file naming conventions.
  • Testing & Performance: Outlines standards for testing and performance optimization.
  • Use Case: When starting a new project or refactoring existing code, consult this Skill to ensure adherence to established best practices for cleaner, more maintainable code.

Quick Start

Consult the coding standards for TypeScript variable naming conventions.

Frequently Asked Questions about Coding Standards

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

FAQPage Schema
What are the best practices for TypeScript variable naming conventions?

TypeScript naming conventions emphasize readability and consistency, recommending clear, descriptive variable names to enforce universal coding standards and improve overall code maintainability.

How do I structure React components and custom hooks for better maintainability?

Structure React components and custom hooks by adhering to coding standards that enforce clear file organization, state management patterns, and conditional rendering to ensure high code quality.

Does this coding standards guide cover Node.js API design and error handling?

Yes, the coding standards guide covers Node.js API design, detailing best practices for error handling, async/await usage, and immutability to ensure robust and maintainable backend development.

What is the best way to apply KISS and DRY principles in JavaScript development?

Apply KISS and DRY principles in JavaScript by following universal coding standards that focus on reducing complexity, avoiding duplication, and writing readable, maintainable code for your projects.

Can I use these coding standards to refactor existing TypeScript and React projects?

Yes, you can use these coding standards to refactor existing TypeScript and React projects, applying principles like type safety, performance optimization, and testing to ensure cleaner code.