Remove Comments banner
notlikeDev notlikeDev

Remove Comments

Development community

Description

# Remove Obvious Comments I'll clean up redundant comments while preserving valuable documentation. ## Analysis Process I'll identify files with comments using: - **Glob** to find source files - **Read** to examine comment patterns - **Grep** to locate specific comment types **Comments I'll Remove:** - Simply restate what the code does - Add no value beyond the code itself - State the obvious (like "constructor" above a constructor) **Comments I'll Preserve:** - Explain WHY something is don

Installation

Installs to ~/.claude/skills/notlikedev-ccplugins-remove-comments/SKILL.md

Terminal
mkdir -p ~/.claude/skills/notlikedev-ccplugins-remove-comments && curl -fsSL https://raw.githubusercontent.com/notlikeDev/CCPlugins/HEAD/commands/remove-comments.md -o ~/.claude/skills/notlikedev-ccplugins-remove-comments/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository