·clean-comments
</>

clean-comments

Use when writing, fixing, editing, or reviewing Python comments and docstrings. Enforces Clean Code principles—no metadata, no redundancy, no commented-out code.

6Installs·0Trend·@ertugrul-dmr

Installation

$npx skills add https://github.com/ertugrul-dmr/clean-code-skills --skill clean-comments

How to Install clean-comments

Quickly install clean-comments AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/ertugrul-dmr/clean-code-skills --skill clean-comments
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: ertugrul-dmr/clean-code-skills.

SKILL.md

View raw

Comments shouldn't hold metadata. Use Git for author names, change history, ticket numbers, and dates. Comments are for technical notes about code only.

If a comment describes code that no longer exists or works differently, delete it immediately. Stale comments become "floating islands of irrelevance and misdirection."

Who knows how old it is? Who knows if it's meaningful? Delete it. Git remembers everything.

Use when writing, fixing, editing, or reviewing Python comments and docstrings. Enforces Clean Code principles—no metadata, no redundancy, no commented-out code. Source: ertugrul-dmr/clean-code-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/ertugrul-dmr/clean-code-skills --skill clean-comments
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from ertugrul-dmr/clean-code-skills

Quick answers

What is clean-comments?

Use when writing, fixing, editing, or reviewing Python comments and docstrings. Enforces Clean Code principles—no metadata, no redundancy, no commented-out code. Source: ertugrul-dmr/clean-code-skills.

How do I install clean-comments?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ertugrul-dmr/clean-code-skills --skill clean-comments Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/ertugrul-dmr/clean-code-skills