coding-standards

Enforce consistent coding conventions for TypeScript, JavaScript, React, and backend codebases.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Inconsistent coding conventions, unenforced best practices, and varying naming patterns lead to hard-to-maintain codebases, slower onboarding for new contributors, and repeated code quality issues across projects.

Core Features & Use Cases

  • Baseline cross-project conventions: Shared rules for naming, readability, immutability, and error handling applicable to any codebase.
  • Code smell detection: Clear guidelines for identifying and fixing anti-patterns like long functions, deep nesting, and magic numbers.
  • Use case example: When onboarding a new engineer to a TypeScript codebase, use this skill to align the team on consistent formatting, state management, and async patterns without referencing framework-specific documentation.

Quick Start

Use the coding-standards skill to review the latest pull request for naming consistency, immutability violations, and common code smell issues.

Frequently Asked Questions about coding-standards

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

FAQPage Schema
How do I enforce consistent coding standards across multiple TypeScript projects?

To enforce coding standards across TypeScript projects, apply shared baseline rules for naming conventions, readability, immutability, and error handling. This reduces technical debt and ensures long-term maintainability without relying on framework-specific documentation.

What are the best practices for detecting code smells during a code review?

Detecting code smells during a code review involves identifying anti-patterns like long functions, deep nesting, and magic numbers. Applying standardized guidelines helps catch common quality issues and maintain consistent formatting, state management, and async patterns.

Can I use these coding conventions for onboarding new engineers to a React codebase?

Yes, you can use these coding conventions for onboarding new engineers to a React codebase. The guidelines align teams on consistent formatting, state management, and async patterns, accelerating contributor onboarding for TypeScript, JavaScript, and backend codebases.

How do I check a pull request for immutability violations and naming consistency?

To check a pull request for immutability violations and naming consistency, review the code against baseline cross-project conventions. This provides actionable guidelines for error handling, async patterns, and anti-pattern detection to ensure code quality.

When should I apply standardized coding rules during a refactoring initiative?

Apply standardized coding rules during a refactoring initiative to reduce technical debt and improve long-term maintainability. The guidelines help fix anti-patterns, enforce immutability, and standardize file organization across TypeScript, JavaScript, React, and backend codebases.