coding-standards

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

Updated Jan 24, 2026
One-click install
npx skills add https://github.com/feldboy/parlament-app --skill coding-standards-feldboy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-standards
Source: https://github.com/feldboy/parlament-app/tree/main/.claude/skills/coding-standards
Command: npx skills add https://github.com/feldboy/parlament-app --skill coding-standards-feldboy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Universal coding standards applicable across all projects.

Core Features & Use Cases

  • Readability First: clear naming, self-documenting code, and consistent formatting.
  • Immutability & Error Handling: guidance to avoid mutation and robust error handling patterns.
  • React & API Design Best Practices: guidelines for React components, hooks, and clean API surfaces.
  • Testing & Documentation: recommended testing patterns and documentation practices.

Quick Start

Apply these universal coding standards to your next change to begin improving code quality today.

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 coding standards across TypeScript and React projects?

Enforce coding standards by applying universal guidelines for readability, naming, and immutability across TypeScript, JavaScript, and React projects. These standards integrate directly into code reviews and onboarding to maintain consistency across teams.

What are the best practices for structuring React components and hooks?

React best practices include prioritizing readability through self-documenting code and clear naming. The standards provide specific guidelines for structuring React components, designing hooks, and maintaining clean API surfaces for maintainability.

How does immutability and error handling factor into universal coding standards?

Immutability and error handling are core standards that guide developers to avoid data mutation and implement robust error handling patterns. Applying these principles ensures self-documenting code that is easier to maintain and debug.

Can I use these coding guidelines for Node.js and JavaScript backend maintenance?

Yes, these universal coding standards are designed for TypeScript, JavaScript, React, and Node.js projects. You can apply the guidelines during ongoing maintenance to improve code quality, readability, and consistency across your backend services.

What testing and documentation patterns should I follow for code reviews?

Recommended testing patterns and documentation practices are integral to these coding standards. Following them during code reviews ensures that code remains self-documenting, testable, and consistent with universal best practices across the team.