coding-standards

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

5|1|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/Wania-Kazmi/claude-code-autonomous-agent-workflow --skill coding-standards-wania-kazmi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-standards
Source: https://github.com/Wania-Kazmi/claude-code-autonomous-agent-workflow/tree/main/.claude/skills/coding-standards
Command: npx skills add https://github.com/Wania-Kazmi/claude-code-autonomous-agent-workflow --skill coding-standards-wania-kazmi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill standardizes coding practices across TypeScript, JavaScript, React, and Node.js projects, ensuring consistent quality and readability across teams.

Core Features & Use Cases

  • Enforces naming conventions, immutability patterns, and structured error handling to reduce bugs and improve maintainability.
  • Guides React component structure and TypeScript typing to promote clean, scalable codebases.
  • Use Case: A new project starts with this Skill to establish a unified code style from day one, easing onboarding and collaboration.

Quick Start

Apply the coding-standards guidelines to your repo by aligning file names, patterns, and templates with the provided rules.

Frequently Asked Questions about coding-standards

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

FAQPage Schema
How do I standardize coding practices across TypeScript, React, and Node.js projects?

To standardize coding practices across TypeScript, React, and Node.js, you can enforce consistent naming conventions, immutability patterns, and structured error handling to reduce bugs and improve codebase maintainability.

What are the best practices for structuring React components and TypeScript typing?

Best practices for React components and TypeScript typing involve following standardized component patterns and strict typing rules to promote clean, scalable codebases and ensure consistent code quality across teams.

How do I establish a unified code style for a new JavaScript project to ease onboarding?

To establish a unified code style for a new JavaScript project, apply predefined coding standards from day one to align file names, patterns, and templates, which eases team onboarding and collaboration.

Can I use these coding standards to reduce defects in existing codebases?

Yes, you can apply these coding standards to existing JavaScript and TypeScript codebases to enforce API design guidelines and immutability rules, which helps reduce defects and improve overall code readability.

What rules are included for error handling and API design in Node.js?

The coding standards include structured error-handling guidelines and API design standards for Node.js to ensure consistent code quality, fewer defects, and easier maintenance across your stack.