code-documentation

Installation
SKILL.md

Code Documentation & Self-Explanatory Code

Auto-activate when: User discusses comments, documentation, docstrings, code clarity, code quality, API docs, JSDoc, Python docstrings, or asks about commenting strategies.

Core Principle

Write code that speaks for itself. Comment only when necessary to explain WHY, not WHAT.

Most code does not need comments. Well-written code with clear naming and structure is self-documenting.

The best comment is the one you don't need to write because the code is already obvious.


The Commenting Philosophy

When to Comment

Related skills

More from ilude/claude-code-config

Installs
12
GitHub Stars
7
First Seen
Jan 23, 2026