Global Commenting
Establish clear and maintainable comments throughout JavaScript modules, CSS, and HTML files in this static website project. Use this skill when adding, updating, or reviewing comments in source code to ensure they follow consistent conventions and improve code readability.
$ Installer
git clone https://github.com/adigunners/adigunners.github.io /tmp/adigunners.github.io && cp -r /tmp/adigunners.github.io/.claude/skills/global-commenting ~/.claude/skills/adigunners-github-io// tip: Run this command in your terminal to install the skill
SKILL.md
name: Global Commenting description: Establish clear and maintainable comments throughout JavaScript modules, CSS, and HTML files in this static website project. Use this skill when adding, updating, or reviewing comments in source code to ensure they follow consistent conventions and improve code readability.
Global Commenting
This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle global commenting in the adigunners.github.io static website project.
When to use this skill
- Adding comments to JavaScript modules in the
js/directory to explain complex logic or non-obvious functionality - Documenting function purposes and parameters in vanilla JavaScript code
- Adding clarifying comments to CSS selectors and rules in
css/styles.cssthat achieve specific visual effects - Writing header comments in HTML files (
index.html,winners.html) to describe section purposes or layout structure - Ensuring comments in JSON data files (
data/directory) explain any non-standard data formats or conventions - Reviewing existing comments during refactoring to ensure they remain accurate and aligned with current code
- Adding TODO or FIXME comments to mark areas for future improvement in the static site
Instructions
For details, refer to the information provided in this file: global commenting
Repository

adigunners
Author
adigunners/adigunners.github.io/.claude/skills/global-commenting
2
Stars
0
Forks
Updated3d ago
Added1w ago