coding-standards

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

6|Updated Mar 25, 2023
One-click install
npx skills add https://github.com/songkg7/dotfiles --skill coding-standards-songkg7
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-standards
Source: https://github.com/songkg7/dotfiles/tree/main/dot_claude/skills/coding-standards
Command: npx skills add https://github.com/songkg7/dotfiles --skill coding-standards-songkg7

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill standardizes coding practices across teams, reducing bugs and enabling faster onboarding by establishing clear guidelines for naming, structure, and quality.

Core Features & Use Cases

  • Universal naming conventions: consistent variable, function, and file naming across projects.
  • Code structure & organization: recommended folder layouts and component architecture for TypeScript/React/Node.js.
  • Quality & safety practices: immutability, error handling, and testing guidelines to improve maintainability.
  • Use Case: A new project adopts these standards to achieve predictable code quality and easier collaboration.

Quick Start

Run the standardization checklist against a codebase to align naming, structure, and quality practices.

Frequently Asked Questions about coding-standards

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

FAQPage Schema
What are universal coding standards for TypeScript and React projects?

Universal coding standards for TypeScript and React projects define consistent naming conventions, folder structures, and quality practices like immutability and error handling to ensure maintainable code across teams. They reduce bugs and accelerate onboarding.

How do I enforce code quality and naming conventions during a code review?

To enforce code quality during a code review, apply frontmatter-driven guidelines for naming, architecture, and error handling, and run optional validation scripts against the codebase to check compliance with established standards.

Can I use these coding standards for both Node.js and React?

Yes, you can use these coding standards for both Node.js and React. They are designed to standardize practices across TypeScript, JavaScript, React, and Node.js projects, covering universal component architecture and folder layouts.

What's the best way to standardize code structure for a new development team?

The best way to standardize code structure for a new team is to adopt explicit guidelines for folder layouts, component architecture, and immutability during project setup, running a standardization checklist to achieve predictable code quality.

Do I need additional dependencies to apply these frontmatter-driven coding guidelines?

No, you do not need additional dependencies to apply these frontmatter-driven coding guidelines. The standards are defined through explicit guidelines and optional validation scripts that run directly within your existing TypeScript or JavaScript environment.