Skip to main content

global-coding-style

Write clean, consistent code following established naming conventions, formatting rules, and the DRY principle across all files. Use this skill when writing any code in any file, naming variables and functions, structuring code logic, formatting code with consistent indentation, choosing descriptive names that reveal intent, keeping functions small and focused, removing dead code and unused imports, extracting common logic into reusable functions, maintaining consistent code style across the codebase, configuring linters and formatters, or refactoring code for better readability. Apply this skill universally across all coding tasks to ensure code quality, maintainability, and consistency with project standards. This skill should be active for all file types including TypeScript, JavaScript, Python, Ruby, Java, Go, and other programming languages.

Aller à l'installation

Informations de source

Dépôt
pdovhomilja/dovhomilja-cz
Dernière activité de la source
24 novembre 2025 à 07:59
Langue détectée de SKILL.md
anglais
Étoiles
0
Forks
0

Options d'installation

Le prompt qui vérifie d'abord la source est sélectionné par défaut. Vous pouvez passer à une commande directe ou télécharger une copie locale.

Vérifiez les fichiers source

Lisez SKILL.md et les fichiers associés affichés par SkillsMP avant de décider de l'installer.

Affichage de SKILL.md

SKILL.md
Instructions source · Aperçu en lecture seule
name
Global Coding Style
description
Write clean, consistent code following established naming conventions, formatting rules, and the DRY principle across all files. Use this skill when writing any code in any file, naming variables and functions, structuring code logic, formatting code with consistent indentation, choosing descriptive names that reveal intent, keeping functions small and focused, removing dead code and unused imports, extracting common logic into reusable functions, maintaining consistent code style across the codebase, configuring linters and formatters, or refactoring code for better readability. Apply this skill universally across all coding tasks to ensure code quality, maintainability, and consistency with project standards. This skill should be active for all file types including TypeScript, JavaScript, Python, Ruby, Java, Go, and other programming languages.
# Global Coding Style ## When to use this skill - When writing or modifying any code file (*.ts, *.js, *.tsx, *.jsx, *.py, *.rb, *.java, *.go, etc.) - When naming variables, functions, classes, or files - When structuring code logic and organizing functions - When formatting code with proper indentation and line breaks - When choosing descriptive names that clearly reveal intent - When keeping functions small and focused on a single task - When removing dead code, commented-out blocks, or unused imports - When extracting common logic to avoid duplication (DRY principle) - When configuring or using linters and formatters (ESLint, Prettier, etc.) - When refactoring code for better readability and maintainability - When reviewing code for consistency with team conventions - When deciding whether backward compatibility logic is needed This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle global coding style. ## Instructions For details, refer to the information provided in this file: [global coding style](../../../agent-os/standards/global/coding-style.md)
Voir sur GitHub