coding-standards

Define coding standards for TypeScript, JavaScript, React, and Node.js projects.

11|2|Updated Mar 18, 2018
One-click install
npx skills add https://github.com/GiorgioBertolotti/dotfiles --skill coding-standards-giorgiobertolotti
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-standards
Source: https://github.com/GiorgioBertolotti/dotfiles/tree/main/claude/skills/coding-standards
Command: npx skills add https://github.com/GiorgioBertolotti/dotfiles --skill coding-standards-giorgiobertolotti

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Establishes universal coding standards to improve code quality, readability, and maintainability across TypeScript, JavaScript, React, and Node.js projects.

Core Features & Use Cases

  • Defines naming conventions, formatting rules, and immutability practices to reduce bugs and facilitate onboarding.
  • Provides guidelines for error handling, type safety, and React component patterns to ensure consistent, robust code.
  • Supports onboarding and code reviews by giving teams a shared reference and checklists for refactoring and feature development.

Quick Start

Apply these standards at the start of a project to ensure consistent, high-quality code across your stack.

Frequently Asked Questions about coding-standards

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

FAQPage Schema
What are the best coding standards for consistent TypeScript and React projects?

Coding standards for TypeScript and React projects enforce naming conventions, formatting rules, and immutability to improve code quality. They provide defined rules and patterns to reduce bugs and ensure consistent, robust component architecture across your team.

How do I enforce naming conventions and error handling in a Node.js codebase?

To enforce naming conventions and error handling in Node.js, apply universal coding standards that define strict patterns for type safety and error boundaries. These rules act as a shared reference for code reviews to ensure maintainability.

Can I use these coding standards for onboarding new developers on a JavaScript stack?

Yes, you can use these coding standards for onboarding new developers on a JavaScript stack. They provide a shared reference and checklists for refactoring and feature development, accelerating onboarding and ensuring consistent code quality.

What is the best way to establish universal coding standards for clean code across multiple teams?

The best way to establish universal coding standards for clean code is to define rules for formatting, immutability, and React component patterns. Applying these standards at the start of a project ensures consistent, high-quality code across your stack.

Does this approach to coding standards cover both React component patterns and type safety?

Yes, this approach to coding standards covers both React component patterns and type safety. It provides specific guidelines for error handling, type safety, and React best practices to ensure consistent, robust code across TypeScript and JavaScript projects.