coding-standards

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

369|25|Updated Apr 10, 2025
One-click install
npx skills add https://github.com/kqcoxn/MaaPipelineEditor --skill coding-standards-kqcoxn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-standards
Source: https://github.com/kqcoxn/MaaPipelineEditor/tree/main/.qoder/skills/coding-standards
Command: npx skills add https://github.com/kqcoxn/MaaPipelineEditor --skill coding-standards-kqcoxn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Universal coding standards help teams write clean, consistent, and maintainable code across TypeScript, JavaScript, React, and Node.js projects.

Core Features & Use Cases

  • Immutability and safe state management through explicit patterns.
  • Consistent naming, formatting, and component practices across frontend and backend code.
  • Onboarding, code reviews, refactors, and API design audits to enforce best practices.

Quick Start

Configure a new project to apply immutability, error handling, and type safety following the TypeScript/JavaScript standards outlined in the guide.

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 projects?

Universal coding standards for TypeScript and React projects enforce immutability, explicit error handling, type safety, naming conventions, and consistent component practices to ensure code maintainability and consistency across teams.

How do I enforce immutability and type safety during a JavaScript code review?

Enforce immutability and type safety during a JavaScript code review by applying explicit patterns for safe state management and strict typing, checking that components follow established React patterns and naming conventions.

Can I use these coding standards for Node.js REST API design audits?

Yes, you can use these coding standards for Node.js REST API design audits. They provide specific guidelines to evaluate API endpoints, ensuring consistent design, explicit error handling, and maintainable backend architecture.

What is the best way to configure coding standards for a new TypeScript project?

The best way to configure coding standards for a new TypeScript project is to apply immutability, error handling, and type safety rules during project initialization, establishing consistent formatting and naming conventions from the start.

When do I need explicit error handling in JavaScript and Node.js applications?

You need explicit error handling in JavaScript and Node.js applications when designing APIs and managing state, ensuring predictable failure modes and maintainable code through structured error patterns instead of silent failures.

Do I need these coding standards for onboarding new developers to a React codebase?

Yes, you need these coding standards for onboarding new developers to a React codebase. They provide a universal reference for naming conventions, component patterns, and type safety, accelerating team alignment and code consistency.