coding-standards

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

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/dennisccy/finovae_strategy_platform --skill coding-standards-dennisccy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-standards
Source: https://github.com/dennisccy/finovae_strategy_platform/tree/main/.claude/skills/coding-standards
Command: npx skills add https://github.com/dennisccy/finovae_strategy_platform --skill coding-standards-dennisccy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Inconsistent coding practices lead to miscommunication, low maintainability, and lengthy onboarding; this Skill codifies practical standards to unify TypeScript, JavaScript, React, and Node.js projects.

Core Features & Use Cases

  • Variable naming, formatting, and structural conventions to enforce readability across codebases.
  • Immutability, type-safety, and error-handling guidelines to reduce bugs and facilitate maintenance.
  • Onboarding and code-review improvements by providing a shared standard for new contributors and CI integrations.

Quick Start

Implement these standards immediately by applying the defined naming, formatting, and architectural guidelines to your codebase.

Frequently Asked Questions about coding-standards

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

FAQPage Schema
What coding standards should I enforce for TypeScript and React projects?

Coding standards for TypeScript and React projects should enforce consistent naming, formatting, immutability, type-safety, and component patterns. These conventions improve readability and maintainability across your codebase during onboarding and code reviews.

How do I configure ESLint and Prettier for consistent code formatting?

To configure ESLint and Prettier for consistent code formatting, apply defined structural conventions and linting rules to your project. This establishes a shared standard that automates formatting checks and improves code quality across JavaScript and TypeScript environments.

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

Yes, you can apply these coding practices to both Node.js and React applications. The standards address variable naming, error-handling, and type-safety guidelines universally across these environments to reduce bugs and facilitate maintenance.

How do I reduce bugs in JavaScript through immutability and type-safety?

You reduce bugs in JavaScript through immutability and type-safety by enforcing strict coding guidelines that prevent accidental mutations and type mismatches. Implementing these standards provides a shared baseline for code reviews and refactoring.

What is the best way to improve onboarding for new contributors?

The best way to improve onboarding for new contributors is to codify practical coding standards that unify your project's practices. Providing a shared standard for naming, formatting, and architecture helps new team members align quickly.