global-commenting

Write minimal, evergreen code comments that explain complex logic without documenting obvious behavior or temporary changes. Use this skill when adding comments to PHP files, TypeScript/JavaScript files, or any code files, when documenting complex algorithms or business logic, when adding PHPDoc blocks or JSDoc comments, when writing self-documenting code with clear naming, or when reviewing existing comments for relevance and necessity. Focus on keeping code self-explanatory through clear structure and naming rather than relying heavily on comments.

$ 설치

git clone https://github.com/DevanB/lucidlog /tmp/lucidlog && cp -r /tmp/lucidlog/.claude/skills/global-commenting ~/.claude/skills/lucidlog

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