global-coding-style

Write clean, consistent code following naming conventions, automated formatting, DRY principles, small focused functions, and meaningful variable names across all languages and files. Use this skill when writing or modifying any code file in any language or framework. Apply when naming variables, functions, classes, or files, when refactoring code to remove duplication, when breaking down large functions into smaller focused ones, when cleaning up dead code or unused imports, when ensuring consistent indentation and formatting, when choosing descriptive names over abbreviations, or when following the project's linting and formatting rules (ESLint, Prettier, RuboCop, Black, etc.). Use for any task involving code organization, readability, maintainability, or style consistency across the codebase.

$ Installer

git clone https://github.com/maxritter/claude-codepro /tmp/claude-codepro && cp -r /tmp/claude-codepro/.claude/skills/global-coding-style ~/.claude/skills/claude-codepro

// tip: Run this command in your terminal to install the skill