coding-standards

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

1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/beratcelik1/compound-claude --skill coding-standards-beratcelik1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-standards
Source: https://github.com/beratcelik1/compound-claude/tree/main/skills/coding-standards
Command: npx skills add https://github.com/beratcelik1/compound-claude --skill coding-standards-beratcelik1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Establishes a single source of truth for readable, safe, and maintainable TypeScript and JavaScript code so teams avoid inconsistent style, fragile patterns, and hard-to-debug bugs across frontend and backend services.

Core Features & Use Cases

  • Naming, formatting, and structural conventions to make code self-documenting and easy to navigate during reviews and onboarding.
  • Type safety, immutability, and async/error-handling patterns to reduce runtime errors and improve reliability in Node.js and React apps.
  • API design, testing structure, and file organization guidance to standardize REST endpoints, zod/schema validation, and maintainable project layouts for new projects and refactors.

Quick Start

Ask the coding-standards skill to audit a pull request and return a prioritized list of naming, typing, error handling, and React pattern fixes.

Frequently Asked Questions about coding-standards

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

FAQPage Schema
How do I establish consistent TypeScript and JavaScript coding standards across my team?

To establish coding standards, define naming conventions, type safety rules, and async error-handling patterns for your TypeScript and JavaScript codebases. This creates a single source of truth for readable and maintainable frontend and backend services.

What are the best practices for structuring React components and hooks?

Best practices for React components and hooks involve applying standardized structural conventions and type safety patterns. This reduces runtime errors and ensures maintainable component architecture across your React applications.

How do I audit a pull request for TypeScript and React best practices?

To audit a pull request, request a review of your code against standardized rules. You receive a prioritized list of fixes covering naming, typing, error handling, and React component patterns to improve code quality.

Does this coding standards guidance apply to both Node.js backend and React frontend repositories?

Yes, this coding standards guidance applies to both Node.js backend and React frontend repositories. It standardizes API response shapes, schema validation, and error-handling patterns across your full stack.

How do I standardize API design and schema validation in a Node.js codebase?

To standardize API design, apply consistent rules for REST endpoints, schema validation, and API response shapes. This ensures reliable data handling and maintainable project layouts for new Node.js projects and refactors.