coding-standards

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

Updated Jan 17, 2026
One-click install
npx skills add https://github.com/joonwon-space/kis-api-ai --skill coding-standards-joonwon-space
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-standards
Source: https://github.com/joonwon-space/kis-api-ai/tree/main/.claude/skills/coding-standards
Command: npx skills add https://github.com/joonwon-space/kis-api-ai --skill coding-standards-joonwon-space

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Teams often ship inconsistent code, leading to higher maintenance costs and slower onboarding. This Skill defines universal coding standards applicable across TypeScript, JavaScript, React, and Node.js projects, helping teams align on style and quality.

Core Features & Use Cases

  • Establish and share comprehensive coding standards, including naming conventions, type safety, immutability, error handling, and React component patterns.
  • Provide concrete examples and templates that teams can copy into new projects, speed up reviews, and reduce bikeshedding.
  • Use during onboarding, code reviews, and repository templates to ensure consistent code quality across the org.

Quick Start

Begin by adopting the guidelines in this Skill as a reference for your project's coding practices and integrate its examples into your README and linting rules.

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 naming conventions, type safety, immutability, and error handling patterns. They help teams align on style and quality to improve readability, maintainability, and consistency across the codebase.

How do I enforce coding standards during code reviews?

You can enforce coding standards during code reviews by applying structured guidelines and practical examples to evaluate code quality. This approach reduces bikeshedding and ensures consistent adherence to best practices across TypeScript, JavaScript, React, and Node.js projects.

Does this coding standards skill work with Node.js and JavaScript?

Yes, this coding standards skill works with Node.js and JavaScript. It provides universal coding standards applicable across TypeScript, JavaScript, React, and Node.js projects to help teams ensure consistent code quality and maintainability.

What's the best way to speed up developer onboarding with code quality rules?

The best way to speed up developer onboarding is to use structured coding standards and concrete templates as a reference. Providing clear guidance on naming conventions and component patterns ensures new developers align with project quality quickly.

How do I integrate coding standards into automated linting rules?

You can integrate coding standards into automated linting by copying the skill's concrete examples and templates into your linting rules and README. This establishes comprehensive guidelines for type safety and immutability directly in your project configuration.