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.
Use when writing, fixing, editing, or reviewing Python comments and docstrings. Enforces Clean Code principles—no metadata, no redundancy, no commented-out code.
Quickly install clean-comments AI skill to your development environment via command line
Source: ertugrul-dmr/clean-code-skills.
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.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/ertugrul-dmr/clean-code-skills --skill clean-commentsUse 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.
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
https://github.com/ertugrul-dmr/clean-code-skills