coding-standards

Establish baseline coding conventions for TypeScript and React projects.

1|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/vrcms/everything-qwen-code --skill coding-standards-vrcms
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-standards
Source: https://github.com/vrcms/everything-qwen-code/tree/main/.qwen/skills/coding-standards
Command: npx skills add https://github.com/vrcms/everything-qwen-code --skill coding-standards-vrcms

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the lack of uniformity in large-scale projects by providing a baseline for naming, readability, and structural conventions, preventing technical debt and reducing cognitive load for developers.

Core Features & Use Cases

  • Standardization: Enforces consistent naming patterns, immutability, and error-handling strategies across TypeScript, JavaScript, and React projects.
  • Quality Assurance: Provides clear guidelines for code reviews, including the AAA testing pattern and anti-pattern detection like magic numbers and deep nesting.
  • Use Case: When onboarding a new developer or starting a new module, use this skill to ensure the codebase adheres to established best practices for readability and maintainability.

Quick Start

Apply the coding-standards skill to review the current module for naming consistency and readability improvements.

Frequently Asked Questions about coding-standards

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

FAQPage Schema
How do I enforce coding standards for TypeScript and React projects?

To enforce coding standards for TypeScript and React, apply baseline conventions for naming, immutability, and readability. This ensures structural consistency across project initialization, refactoring, and peer review processes.

What are the best practices for clean code refactoring in JavaScript?

Best practices for clean code refactoring include applying KISS, DRY, and YAGNI principles. Detect anti-patterns like magic numbers and deep nesting to reduce technical debt and cognitive load for developers.

Does this coding standards skill work for React code reviews?

Yes, this coding standards skill works for React code reviews by providing clear quality assurance guidelines. It detects anti-patterns, enforces naming patterns, and applies the AAA testing pattern to ensure maintainability.

How do I prevent technical debt when onboarding new developers?

Prevent technical debt when onboarding new developers by applying uniform structural conventions. Enforce consistent error-handling strategies and readability standards to reduce cognitive load across the software project.

When do I need to apply coding conventions in a software project?

Apply coding conventions during project initialization, module creation, and code refactoring. Establishing baseline standards for naming and readability early prevents structural inconsistency and ensures clean code principles are met.