Global Coding Style

Enforce global coding style standards across TypeScript, JavaScript, Python, and Ruby.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/shynlee04/idumb-v2 --skill global-coding-style-shynlee04
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Global Coding Style
Source: https://github.com/shynlee04/idumb-v2/tree/main/.agent/skills%20copy/global-coding-style
Command: npx skills add https://github.com/shynlee04/idumb-v2 --skill global-coding-style-shynlee04

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures code adheres to global coding standards, promoting consistency, readability, and maintainability across all programming languages used within a project.

Core Features & Use Cases

  • Consistent Naming: Enforces meaningful and uniform naming conventions for all code elements.
  • Code Formatting: Ensures consistent indentation, line breaks, and overall code structure.
  • Readability & Maintainability: Promotes small, focused functions and adherence to DRY principles.
  • Use Case: When writing a new feature in TypeScript, use this skill to ensure all new variables, functions, and file names follow the established project conventions, and that the code is automatically formatted correctly.

Quick Start

Apply global coding style standards to the new Python module.

Frequently Asked Questions about Global Coding Style

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

FAQPage Schema
How do I enforce consistent coding standards across TypeScript and Python?

To enforce consistent coding standards across TypeScript and Python, apply rules for naming conventions, function design, and formatting. This ensures uniform code structure and improves overall readability.

What is the best way to improve code readability and maintainability?

Improving code readability and maintainability involves promoting small, focused functions and adhering to DRY principles. Removing dead code also eliminates unnecessary complexity, making the codebase easier to manage.

Can I use this to integrate Prettier and ESLint for automated code formatting?

Yes, you can facilitate automated formatting tools like Prettier and ESLint. This integration ensures consistent indentation, line breaks, and overall code structure without manual formatting efforts.

How do I apply global coding style standards to a new Python module?

To apply global coding style standards to a new Python module, enforce meaningful and uniform naming conventions for all code elements. This ensures the new variables, functions, and files follow established project conventions.

Does this coding style approach support Ruby and JavaScript?

Yes, this coding style approach supports Ruby and JavaScript alongside TypeScript and Python. It enforces global coding style standards to promote consistency, readability, and maintainability across all these languages.