# Global Commenting

> This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they Use when this capability is needed.

- Skill: `tomevault-io/global-commenting-4` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/global-commenting-4`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/global-commenting-4/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/global-commenting-4

---


# 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.css` that 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](../../../agent-os/standards/global/commenting.md)

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/adigunners) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

