global-coding-style

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.

$ 安裝

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

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