coding-standards

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

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/TwuanMinn/fadelab --skill coding-standards-twuanminn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-standards
Source: https://github.com/TwuanMinn/fadelab/tree/main/.agent/skills/skills/cc-skill-coding-standards
Command: npx skills add https://github.com/TwuanMinn/fadelab --skill coding-standards-twuanminn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Inconsistent codebases across teams lead to lower readability, harder maintenance, and slower onboarding. This Skill provides universal coding standards and best practices for TypeScript, JavaScript, React, and Node.js development to unify approaches and quality.

Core Features & Use Cases

  • Establishes naming conventions, immutability patterns, error handling, and Async/Await best practices.
  • Guides React component structure, REST/API design, and testing conventions to ensure reliable and maintainable code.
  • Supports onboarding and code review workflows by providing a single source of truth for coding standards and patterns.

Quick Start

Review a new feature and align variable names, function signatures, and component structures to the standards outlined in this guide.

Frequently Asked Questions about coding-standards

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

FAQPage Schema
How do I establish consistent coding standards across TypeScript and React projects?

To establish consistent coding standards across TypeScript and React projects, apply universal naming conventions, immutability patterns, and component structure guidelines to unify code quality and improve maintainability across your team's codebase.

What are the best practices for handling asynchronous patterns and errors in Node.js?

Best practices for handling asynchronous patterns and errors in Node.js include enforcing strict async/await patterns and standardized error handling protocols to ensure reliable backend behavior and maintainable application logic.

Can I use these coding standards for both frontend and backend code reviews?

Yes, you can use these coding standards for both frontend and backend code reviews. They provide a single source of truth for reviewing React components and Node.js API designs to ensure consistent patterns across the entire stack.

How do I standardize React component structure and API design for library development?

To standardize React component structure and API design for library development, follow the Skill's guidelines on clean interfaces, REST/API design rules, and component patterns to ensure reliable and maintainable library outputs.

Does this guide cover testing conventions and onboarding workflows for JavaScript codebases?

Yes, this guide covers testing conventions and onboarding workflows for JavaScript codebases. It serves as a unified reference to help new developers align variable names, function signatures, and patterns quickly during onboarding.