coding-standards

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

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/yd5768365-hue/caw-cli --skill coding-standards-yd5768365-hue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-standards
Source: https://github.com/yd5768365-hue/caw-cli/tree/main/everything-claude-code-main/everything-claude-code-main/docs/ja-JP/skills/coding-standards
Command: npx skills add https://github.com/yd5768365-hue/caw-cli --skill coding-standards-yd5768365-hue

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the challenge of maintaining consistent, high-quality code across projects by providing a comprehensive set of coding standards and best practices.

Core Features & Use Cases

  • Universal Standards: Covers TypeScript, JavaScript, React, and Node.js development.
  • Best Practices: Includes guidelines on readability, simplicity, immutability, error handling, and API design.
  • Use Case: A new developer joins a team and needs to quickly understand the established coding conventions to contribute effectively and avoid common pitfalls.

Quick Start

Consult the coding standards documentation to understand the recommended practices for writing clean and maintainable code.

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 structuring React components and managing state?

Coding standards for Node.js and API design cover specific patterns for error handling, async/await implementation, and API design principles to enforce code quality and maintainability across your backend services.

How do I apply TypeScript type safety and immutability principles in my code?

TypeScript coding standards enforce type safety and immutability through detailed guidelines and examples, covering variable and function naming to elevate overall code quality and maintainability.

What coding standards should a new developer follow for JavaScript and Node.js development?

JavaScript and Node.js coding standards provide universal best practices including KISS, DRY, and YAGNI principles, alongside specific patterns for error handling and async/await to help new developers contribute effectively.

Does this coding standards guideline cover performance optimization and testing?

Yes, the coding standards include detailed guidelines and examples for performance optimization and testing, enforcing code quality and maintainability across TypeScript, JavaScript, React, and Node.js environments.

Why should I use standard coding conventions for readability and API design?

Using standard coding conventions for readability and API design solves the challenge of maintaining consistent, high-quality code across projects by providing a comprehensive set of universal best practices.