Agent Skill
2/7/2026

global-coding-style

Write clean, consistent code following established naming conventions, formatting rules, and DRY principles. Use this skill when naming variables, functions, classes, and files, writing small focused functions, removing dead code and unused imports, applying consistent indentation, or refactoring to eliminate duplication. Applies to all code files across the project regardless of language or framework.

J
jeremyrdavis
0GitHub Stars
1Views
npx skills add jeremyrdavis/coffeeshop26

SKILL.md

Nameglobal-coding-style
DescriptionWrite clean, consistent code following established naming conventions, formatting rules, and DRY principles. Use this skill when naming variables, functions, classes, and files, writing small focused functions, removing dead code and unused imports, applying consistent indentation, or refactoring to eliminate duplication. Applies to all code files across the project regardless of language or framework.

name: global-coding-style description: Write clean, consistent code following established naming conventions, formatting rules, and DRY principles. Use this skill when naming variables, functions, classes, and files, writing small focused functions, removing dead code and unused imports, applying consistent indentation, or refactoring to eliminate duplication. Applies to all code files across the project regardless of language or framework.

When to use this skill

  • When naming variables, functions, classes, and files
  • When writing small, focused functions with single responsibilities
  • When choosing descriptive names that reveal intent
  • When applying consistent indentation and formatting
  • When removing dead code, commented-out blocks, and unused imports
  • When refactoring to eliminate code duplication (DRY principle)
  • When avoiding unnecessary backward compatibility code
  • When following the project's established naming conventions
  • When deciding on code structure and organization
  • When reviewing code for style consistency
  • Applies to all source code files (*.java, *.js, *.ts, *.py, etc.)

Global Coding Style

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

Skills Info
Original Name:global-coding-styleAuthor:jeremyrdavis