coding-standards

Enforce Prettier and ESLint coding standards across Veinpal monorepo projects.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/VeinPal/VeinPals --skill coding-standards-veinpal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-standards
Source: https://github.com/VeinPal/VeinPals/tree/main/.github/skills/coding-standards
Command: npx skills add https://github.com/VeinPal/VeinPals --skill coding-standards-veinpal

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Consolidate and codify universal coding standards across Veinpal projects to improve code quality, readability, and maintainability.

Core Features & Use Cases

  • Clear naming conventions, formatting rules, and architecture patterns for TypeScript, JavaScript, React, and Node.js.
  • Guidance on file organization, immutability, error handling, and testability to speed up onboarding and code reviews.
  • Use Case: when starting a new feature or reviewing a pull request, apply the standards to ensure consistent quality and collaboration.

Quick Start

Review the Coding Standards & Best Practices guide and apply the rules to your next code contribution.

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?

Coding standards for TypeScript and React are enforced by applying rules for naming, formatting, and architecture aligned with Prettier and ESLint. This ensures consistent quality during code reviews and onboarding.

What are the best practices for error handling and immutability in JavaScript and Node.js?

Best practices for error handling and immutability in JavaScript and Node.js involve codifying established patterns for readability. Applying universal standards improves maintainability and ensures testability across shared libraries.

Does this coding standards guide work with both frontend and backend monorepo libraries?

Yes, the coding standards guide works with frontend, backend, and shared libraries within a monorepo. It applies to all code contributions to align formatting and quality requirements across the entire codebase.

How do I set up file organization and formatting rules for a new feature pull request?

File organization and formatting rules for a new feature pull request are set up by aligning with Prettier and ESLint. Reviewing the standards guide before contributing ensures consistent quality and collaboration.

Why do I need universal coding standards for code reviews and onboarding?

Universal coding standards are needed for code reviews and onboarding to consolidate and codify rules for readability. They speed up the process by providing clear guidance on architecture patterns and testability.

Can I use these coding standards to check naming conventions and formatting before submitting code?

Yes, you can use these coding standards to check naming conventions and formatting before submitting code. They satisfy formatting requirements by applying established patterns for readability and error handling.