Global Coding Style
Coding style standards enforced by Prettier and ESLint. Use this skill when writing JavaScript, HTML, CSS, or JSON to ensure consistent formatting, naming conventions, and code quality. Apply when creating new files, refactoring code, or ensuring adherence to automated formatting rules.
$ Installieren
git clone https://github.com/adigunners/adigunners.github.io /tmp/adigunners.github.io && cp -r /tmp/adigunners.github.io/.claude/skills/global-coding-style ~/.claude/skills/adigunners-github-io// tip: Run this command in your terminal to install the skill
SKILL.md
name: Global Coding Style description: Coding style standards enforced by Prettier and ESLint. Use this skill when writing JavaScript, HTML, CSS, or JSON to ensure consistent formatting, naming conventions, and code quality. Apply when creating new files, refactoring code, or ensuring adherence to automated formatting rules.
When to use this skill
- When writing JavaScript in any .js file to follow consistent naming and formatting
- When ensuring Prettier formatting is applied correctly to .html, .css, .js, .json, and .md files
- When choosing meaningful, descriptive variable and function names
- When keeping functions small and focused on a single task
- When removing dead code, unused imports, or commented-out blocks
- When applying DRY principle to avoid code duplication
- When writing code that will pass lint-staged pre-commit hooks
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
Repository

adigunners
Author
adigunners/adigunners.github.io/.claude/skills/global-coding-style
2
Stars
0
Forks
Updated4d ago
Added1w ago