coding-standards

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

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/Fabio29T/Everything-Claude --skill coding-standards-fabio29t
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-standards
Source: https://github.com/Fabio29T/Everything-Claude/tree/main/.agents/skills/coding-standards
Command: npx skills add https://github.com/Fabio29T/Everything-Claude --skill coding-standards-fabio29t

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 a project by providing a comprehensive set of universal coding standards and best practices.

Core Features & Use Cases

  • Universal Standards: Covers TypeScript, JavaScript, React, and Node.js development.
  • Best Practices: Enforces readability, KISS, DRY, and YAGNI principles.
  • Detailed Guidelines: Includes specific examples for naming conventions, immutability, error handling, async/await, type safety, component structure, custom hooks, state management, conditional rendering, API design, file organization, commenting, documentation, performance optimization, and testing.
  • Use Case: When starting a new feature, use this Skill to ensure your code adheres to established quality benchmarks, making it easier to review, refactor, and maintain.

Quick Start

Apply the coding standards to the provided TypeScript code snippet.

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 enforcing code quality in TypeScript and React?

Best practices for TypeScript and React code quality include enforcing readability, KISS, DRY, and YAGNI principles. This Skill provides specific standards for naming conventions, type safety, component structure, and custom hooks to improve maintainability and developer collaboration.

How do I apply consistent coding standards to a Node.js project?

You apply consistent coding standards to Node.js by following detailed guidelines for async operations, error handling, API design, and file organization. This ensures your backend code adheres to established quality benchmarks for easier review and refactoring.

Does this coding standards Skill cover async operations and immutability in JavaScript?

Yes, this JavaScript coding standards Skill covers async operations and immutability. It provides detailed examples for both concepts to help enforce type safety, improve error handling, and maintain high code quality across your project.

How do I structure React components and state management for better maintainability?

To structure React components for maintainability, apply the provided coding standards for component design, conditional rendering, and state management. This approach enforces the DRY principle and ensures your code remains readable and easy to refactor.

Can I use these coding standards for testing and performance optimization in Node.js?

Yes, you can use these coding standards for Node.js testing and performance optimization. The guidelines include specific examples for both areas to help you enforce quality benchmarks and improve the overall performance of your application.