coding-standards

Enforce coding standards for TypeScript, JavaScript, React, and Node.js development.

8|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/cyphercr0w/codeck --skill coding-standards-cyphercr0w
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-standards
Source: https://github.com/cyphercr0w/codeck/tree/main/apps/runtime/src/templates/presets/default/ecc/skills/coding-standards
Command: npx skills add https://github.com/cyphercr0w/codeck --skill coding-standards-cyphercr0w

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive guide to universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development, ensuring code quality and maintainability.

Core Features & Use Cases

  • Code Quality Principles: Adheres to Readability, KISS, DRY, and YAGNI principles.
  • Language-Specific Standards: Offers detailed guidelines for TypeScript/JavaScript, React, and API design.
  • Use Case: When starting a new project or refactoring existing code, use this Skill to establish and enforce consistent naming conventions, immutability patterns, error handling, and type safety across your codebase.

Quick Start

Apply the coding-standards skill to review and improve the structure and conventions of the provided TypeScript code.

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 and best practices for TypeScript and React?

To enforce coding standards for TypeScript and React, apply guidelines covering readability, KISS, DRY, and YAGNI principles, alongside specific rules for variable naming, immutability, and type safety.

What are the best practices for structuring React components and custom hooks?

Best practices for structuring React components involve adhering to specific guidelines for component organization, custom hooks creation, state management, and conditional rendering to ensure code maintainability.

How do I fix common code smells like deep nesting and magic numbers in JavaScript?

Fixing common code smells like deep nesting and magic numbers in JavaScript involves applying coding standards that enforce readability, KISS, and DRY principles to refactor long functions into manageable blocks.

Does this coding standards guide cover Node.js API design and error handling?

Yes, this coding standards guide covers Node.js by providing specific guidelines for API design, error handling, and file organization to maintain code quality across your backend services.

Can I use these coding standards when refactoring an existing codebase?

Yes, you can use these coding standards when refactoring an existing codebase to establish consistent naming conventions, type safety, and performance optimization guidelines across your project files.