coding-standards

Apply universal coding standards to TypeScript, JavaScript, React, and Node.js codebases.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/DrinkBoooz/PyTrade --skill coding-standards-drinkboooz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-standards
Source: https://github.com/DrinkBoooz/PyTrade/tree/main/.opencode/skills/trading-creation-tool/ecc/skills/coding-standards
Command: npx skills add https://github.com/DrinkBoooz/PyTrade --skill coding-standards-drinkboooz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Universal coding standards and best practices to ensure consistency, readability, and maintainability across TypeScript, JavaScript, React, and Node.js projects.

Core Features & Use Cases

  • Establishes naming conventions, formatting rules, and immutability patterns.
  • Guides code reviews, onboarding, and refactoring to maintain quality.
  • Serves as a centralized reference for scalable team development.

Quick Start

Enforce these standards in a new or existing project by applying the documented rules to linting, typing, and component design.

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 are documented rules that establish naming conventions, formatting, and architectural patterns to ensure maintainable and consistent codebases across your team.

How do I enforce coding standards during code reviews and project onboarding?

You enforce coding standards during code reviews and project onboarding by applying documented rules to linting, typing, and component design, which prevents common anti-patterns and maintains consistency.

Can I use these best practices for both Node.js and React codebases?

Yes, you can use these best practices for both Node.js and React codebases. The standards provide centralized reference rules for naming, formatting, and immutability patterns tailored for scalable TypeScript and JavaScript development.

What is the best way to prevent anti-patterns when refactoring JavaScript code?

The best way to prevent anti-patterns when refactoring JavaScript code is to apply centralized coding standards that provide documented guardrails, ensuring architectural consistency and readability throughout the refactoring process.