coding-standards

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

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/hieuck/Pro5ChromeManager --skill coding-standards-hieuck
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-standards
Source: https://github.com/hieuck/Pro5ChromeManager/tree/main/.agents/skills/coding-standards
Command: npx skills add https://github.com/hieuck/Pro5ChromeManager --skill coding-standards-hieuck

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Universal coding standards help teams reduce code smells and inconsistencies, improving readability, maintainability, and onboarding experience across projects.

Core Features & Use Cases

  • Readability First: clear names, self-documenting code, consistent formatting.
  • KISS, DRY, YAGNI principles to keep code simple and maintainable.
  • TypeScript/JavaScript standards and React patterns to ensure robust codebases, with emphasis on immutability, error handling, and proper typing.
  • Use Case: New project setup, code review sessions, or refactoring milestones require applying these standards to ensure consistency and quality across modules.

Quick Start

Follow the coding standards to enforce immutability, structured error handling, and consistent typing across your codebase.

Frequently Asked Questions about coding-standards

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

FAQPage Schema
How do I set up coding standards for a new TypeScript and React project?

Coding standards for React emphasize best practices, proper typing, and immutability to ensure robust codebases. Applying these standards during code reviews and refactoring milestones maintains consistency and quality across modules.

What are the best practices for enforcing immutability and error handling in Node.js?

Coding standards enforce KISS, DRY, and YAGNI principles to keep code simple and maintainable. By emphasizing clear names, self-documenting code, and consistent formatting, these rules reduce code smells and inconsistencies across projects.

Can I use these coding standards during code review and refactoring sessions?

Coding standards apply to TypeScript, JavaScript, React, and Node.js projects to improve maintainability. They establish linting, formatting, and type-checking rules to ensure consistency across your entire stack.

Do I need specific linting tools to apply these JavaScript and TypeScript standards?

Coding standards enforce readability first by requiring clear names, self-documenting code, and consistent formatting. They apply KISS, DRY, and YAGNI principles to reduce code smells and improve the onboarding experience across all projects.