Claude Code Plugins

Community-maintained marketplace

Feedback

Global Coding Style

@mshafei721/Turbocat
0
0

Write clean, readable code with consistent naming conventions, proper formatting, small focused functions, and DRY principles. Use this skill when writing ANY code in the project regardless of language or framework. When naming variables, functions, classes, or files. When structuring functions and deciding on their size and scope. When removing dead code, unused imports, or commented-out blocks. When applying the DRY principle to extract common logic. When ensuring consistent indentation and formatting across the codebase.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name Global Coding Style
description Write clean, readable code with consistent naming conventions, proper formatting, small focused functions, and DRY principles. Use this skill when writing ANY code in the project regardless of language or framework. When naming variables, functions, classes, or files. When structuring functions and deciding on their size and scope. When removing dead code, unused imports, or commented-out blocks. When applying the DRY principle to extract common logic. When ensuring consistent indentation and formatting across the codebase.

When to use this skill:

  • When writing any new code in the project
  • When modifying existing code files
  • When naming variables, functions, classes, constants, or files
  • When deciding how to structure a function or method
  • When a function is getting too long and needs to be split
  • When removing dead code, unused variables, or imports
  • When deleting commented-out code blocks
  • When extracting duplicate logic into reusable functions
  • When applying consistent indentation (spaces or tabs)
  • When formatting code for readability
  • When reviewing code for style consistency
  • When choosing descriptive names that reveal intent

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