skills/smithery.ai/global-coding-style

global-coding-style

SKILL.md

Global Coding Style

When to use this skill

  • When writing new code in any programming language
  • When refactoring existing code for better readability or maintainability
  • When naming variables, functions, classes, or files
  • When creating small, focused functions or methods
  • When removing dead code, unused imports, or commented-out blocks
  • When applying DRY (Don't Repeat Yourself) principle to reduce duplication
  • When ensuring consistent indentation and formatting
  • When choosing between meaningful names vs abbreviations
  • When structuring code logic for clarity and testability
  • When reviewing code for style consistency
  • When setting up linters, formatters, or code quality tools
  • When working with any source code files (.py, .js, .ts, .jsx, .tsx, .rb, .java, .go)
  • When writing code that other developers will read and maintain

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.

Installs
1
First Seen
Mar 31, 2026
global-coding-style from smithery.ai