coding-standards

Enforce universal coding standards across TypeScript, JavaScript, React, and Node.js projects.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Consistent, readable, and maintainable code across TypeScript, JavaScript, React, and Node.js projects by providing universal rules, best practices, and patterns for teams from onboarding to ongoing development.

Core Features & Use Cases

  • Enforces consistent naming, formatting, and immutability across codebases to reduce review friction and cognitive load.
  • Promotes robust error handling, typing discipline, and React component patterns to improve reliability and maintainability.
  • Onboarding and refactoring support for new contributors, enabling quick alignment with established standards.

Quick Start

Refactor a sample TypeScript project to comply with the universal coding standards.

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 TypeScript and React projects?

Universal coding standards enforce consistent naming, formatting, and immutability across TypeScript and React projects. Applying these rules during code reviews and refactoring reduces friction and improves readability.

What are the best practices for naming variables and functions in JavaScript?

Best practices for naming variables and functions in JavaScript involve following universal coding standards that specify consistent conventions. These rules reduce cognitive load and maintain codebase readability across teams.

How do I handle errors and immutability in Node.js projects?

Handle errors and immutability in Node.js projects by applying universal coding standards that promote robust error handling and strict immutability rules. This improves reliability and maintainability across the codebase.

Can I use universal coding standards to refactor an existing codebase?

Yes, you can use universal coding standards to refactor an existing codebase. The standards provide refactoring support to align your code with established rules for typing discipline, error handling, and React patterns.

Do these coding standards cover React component patterns and best practices?

These coding standards cover React component patterns and best practices comprehensively. They specify rules for component structure and reliability to improve maintainability across React and Node.js projects.