coding-standards

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

2|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/Zenobia000/ai-brainstorming --skill coding-standards-zenobia000
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-standards
Source: https://github.com/Zenobia000/ai-brainstorming/tree/main/.claude/custom-rule%26skill/skills/coding-standards
Command: npx skills add https://github.com/Zenobia000/ai-brainstorming --skill coding-standards-zenobia000

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Inconsistent coding conventions across TypeScript, JavaScript, React, and Node.js projects lead to reduced code maintainability, higher bug rates, and slower onboarding for new team members.

Core Features & Use Cases

  • Universal Cross-Stack Standards: Covers naming conventions, error handling, immutability, type safety, React component patterns, API design, file organization, and performance best practices for full-stack JavaScript development.
  • Actionable Guidance: Includes clear code examples of correct and incorrect implementations for common patterns, plus rules for avoiding code smells like long functions, deep nesting, and magic numbers.
  • Use Case: A solo founder building a Next.js web app can use this skill to ensure their code follows industry best practices from day one, reducing technical debt as their project scales.

Quick Start

Use the coding-standards skill to review your new React user authentication component for adherence to immutability rules, type safety requirements, and proper error handling patterns.

Frequently Asked Questions about coding-standards

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

FAQPage Schema
How do I enforce consistent TypeScript and React coding standards across my project?

To enforce consistent TypeScript and React coding standards, apply rules for naming conventions, type safety, and React component patterns. This reduces maintainability risks and technical debt during new project initialization or legacy code refactoring.

What are the best practices for structuring a Node.js REST API to avoid code smells?

Best practices for Node.js REST API design include following standardized file organization, enforcing immutability patterns, and proper error handling. This prevents code smells like long functions, deep nesting, and magic numbers in full-stack web applications.

How do I review a React component for type safety and immutability rules?

To review a React component for type safety and immutability, check against standardized error handling patterns and TypeScript requirements. This validation ensures your user authentication components adhere to industry best practices from day one.

Can I use these full-stack JavaScript coding conventions for contributor onboarding?

Yes, you can use these full-stack JavaScript coding conventions for contributor onboarding. They provide actionable guidance with correct and incorrect code examples, helping new team members quickly adopt standardized naming and performance optimization patterns.

Does this coding standards skill cover error handling and performance optimization for Next.js apps?

This coding standards skill covers error handling and performance optimization best practices applicable to Next.js apps. A solo founder can use it to ensure full-stack web application code follows industry standards, reducing bugs as the project scales.