coding-standards

Enforce coding standards for TypeScript/JavaScript codebases through documented guidance and templates.

26|Updated Apr 13, 2017
One-click install
npx skills add https://github.com/thesimonho/dotfiles --skill coding-standards-thesimonho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-standards
Source: https://github.com/thesimonho/dotfiles/tree/main/AI/skills/coding-standards
Command: npx skills add https://github.com/thesimonho/dotfiles --skill coding-standards-thesimonho

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Universal coding standards reduce bugs and improve maintainability by enforcing consistent practices across projects.

Core Features & Use Cases

  • Readability-first principles to improve long-term understandability
  • Clear naming conventions, immutability patterns, and robust error handling
  • Broad guidance for TypeScript/JavaScript, React, and API design to streamline teamwork

Quick Start

Audit your codebase against the documented standards to raise overall code quality.

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?

To enforce coding standards for TypeScript and React, apply universal rules for readability, naming, immutability, and error handling to reduce bugs and improve maintainability across your codebase.

What are the best practices for async patterns and error handling in JavaScript?

Best practices for async patterns and error handling involve applying robust design patterns to ensure type safety and readability. This approach streamlines teamwork and prevents runtime failures in JavaScript applications.

Do I need external runtime dependencies to maintain code quality in a JavaScript codebase?

No, you do not need external runtime dependencies to maintain code quality. This approach requires no external runtime changes, focusing entirely on guidance, templates, and best practices contained within the documentation.

How do I audit an existing codebase for maintainability and API design?

To audit an existing codebase for maintainability and API design, review your code against documented standards covering readability, naming conventions, and React practices to identify and fix quality issues.

What is the best way to establish immutability patterns and naming conventions for a development team?

The best way to establish immutability patterns and naming conventions is to adopt universal coding standards. This ensures consistent practices across projects, directly improving long-term understandability and teamwork.