coding-standards

Standardize TypeScript, JavaScript, React, and Node.js coding practices.

3|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/nassimbf/ftitos-claude-code --skill coding-standards-nassimbf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-standards
Source: https://github.com/nassimbf/ftitos-claude-code/tree/main/skills/coding-standards
Command: npx skills add https://github.com/nassimbf/ftitos-claude-code --skill coding-standards-nassimbf

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Inconsistent coding practices across projects cause maintenance headaches and readability issues; this guide provides unified standards to improve code quality and collaboration.

Core Features & Use Cases

  • Readability-first conventions for naming, formatting, and modular design.
  • Immutability, type-safety, and error-handling patterns that apply across TypeScript, JavaScript, React, and Node.js.
  • Guidance for React component structure, hooks usage, and API design practices in modern web apps.

Quick Start

Review your existing codebase and align it with the universal standards and patterns documented here.

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?

Universal coding standards enforce readability-first conventions for naming, formatting, and modular design. They provide immutability, type-safety, and error-handling patterns across TypeScript, JavaScript, React, and Node.js to improve code quality.

How do I standardize coding practices across multiple JavaScript projects?

You can standardize coding practices by applying unified rules for naming, formatting, and type-safety. Review your existing JavaScript codebase and align it with these documented patterns to resolve inconsistencies and improve collaboration.

Does this coding standards guide cover React component structure and hooks usage?

Yes, the coding standards guide covers React component structure and hooks usage. It provides specific guidance for React component architecture and modern web API design practices to ensure clean code.

What is the best way to enforce immutability and error handling in Node.js?

The best way to enforce immutability and error handling in Node.js is to apply cross-project patterns. These standards guide code reviews and refactoring to ensure strict immutability and consistent error-handling rules.

Can I use these code quality standards for onboarding new developers?

Yes, you can use these code quality standards for onboarding new developers. The guide establishes unified standards that reduce maintenance headaches and help new team members quickly understand project conventions.