coding-standards

Enforce universal coding standards across TypeScript and JavaScript projects.

7|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/Davie521/claude-skills --skill coding-standards-davie521
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-standards
Source: https://github.com/Davie521/claude-skills/tree/main/plugins/quality/skills/coding-standards
Command: npx skills add https://github.com/Davie521/claude-skills --skill coding-standards-davie521

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Universal coding standards are often missing, leading to inconsistent codebases and higher maintenance costs.

Core Features & Use Cases

  • Readability First: clear variable and function names, self-documenting code, and consistent formatting.
  • DRY, KISS, YAGNI: avoid duplication, avoid premature optimization, and prefer simple, maintainable solutions.
  • React/TypeScript Best Practices: strong typing, predictable components, and robust patterns for modern UI and backend code.
  • Onboarding & Reviews: provides clear guidelines to accelerate contributor onboarding and streamline code reviews.

Quick Start

Audit a sample module against the coding-standards and apply linting and formatting rules to ensure consistency.

Frequently Asked Questions about coding-standards

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

FAQPage Schema
How do I enforce coding standards for TypeScript and React projects?

Enforce coding standards across TypeScript and React projects by applying rules for naming, formatting, type-safety, and linting during code reviews and refactors to ensure readability, consistency, and maintainability across teams.

What are the best practices for maintainable JavaScript and TypeScript code?

Maintainable JavaScript and TypeScript code follows DRY, KISS, and YAGNI principles to avoid duplication and premature optimization. It prioritizes readability first through self-documenting code, clear variable names, and consistent formatting.

How do you streamline code reviews and onboarding for universal coding standards?

Streamline code reviews and onboarding by providing clear guidelines that accelerate contributor ramp-up and ensure predictable components. This satisfies requirements for strong typing and robust patterns for modern UI and backend code.

Can I audit an existing codebase against universal coding standards?

Yes, you can audit an existing codebase against universal coding standards. Audit a sample module by applying linting and formatting rules to identify inconsistencies and ensure overall codebase consistency.

Does this approach work for both frontend UI and Node.js backend code?

Yes, this approach works for both frontend UI and Node.js backend code. It applies robust patterns and strong typing for React and Node.js best practices to ensure predictable components and maintainable solutions.