integra-code-style

Enforce Integra code-style conventions for arrays, objects, iteration, and formatting.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Integra-Beauty/integra-conventions --skill integra-code-style
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integra-code-style
Source: https://github.com/Integra-Beauty/integra-conventions/tree/main/skills/integra-code-style
Command: npx skills add https://github.com/Integra-Beauty/integra-conventions --skill integra-code-style

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Clear, consistent code style reduces cognitive load and eases maintenance by standardizing how arrays, objects, iterations, conditions, assertions, identifiers, formatting, and date handling are written across the codebase.

Core Features & Use Cases

  • Enforced conventions for arrays, objects, iteration, and formatting to improve readability.
  • Consistent naming, destructuring, and linting rules to reduce ambiguity and reviewer effort.
  • Use during code reviews, onboarding, and feature development to maintain uniform style across modules.

Quick Start

Describe and apply Integra's code-style rules for arrays, objects, iteration, conditions, assertions, identifiers, formatting, and dates to produce a clean, consistent code sample.

Frequently Asked Questions about integra-code-style

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

FAQPage Schema
What are TypeScript and JavaScript coding conventions for improving readability?

TypeScript and JavaScript coding conventions standardize arrays, objects, iteration, conditions, and formatting to reduce cognitive load. Consistent naming and destructuring rules reduce ambiguity, easing maintenance and reviewer effort during code reviews.

How do I enforce consistent code style across my modules during code reviews?

Apply explicit code-style rules for assertions, identifiers, and date handling during code reviews and feature development. Enforcing these conventions ensures consistent formatting and patterns across modules, maintaining uniform style throughout the codebase.

Can I use these linting and formatting rules for onboarding new developers?

Yes, these linting and formatting conventions are designed for use during onboarding. Applying explicit core rules for arrays, objects, and iteration helps new developers produce clean, consistent code samples that match existing module patterns.

What is the best way to standardize date handling and object iteration in JavaScript?

The best way to standardize date handling and object iteration is by applying explicit coding conventions. Enforcing consistent patterns for iterations, conditions, and dates reduces ambiguity and ensures readable, maintainable JavaScript code.

Why does inconsistent code style increase reviewer effort in TypeScript projects?

Inconsistent code style increases reviewer effort by introducing ambiguity in naming, destructuring, and formatting. Standardizing how arrays, objects, and conditions are written reduces cognitive load and eases maintenance across the TypeScript codebase.