Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    motlin

    comment-cleanup

    motlin/comment-cleanup
    Coding
    4

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    Guidelines for comments in code. Use when adding, editing, or removing comments.

    SKILL.md

    Comment Guidelines

    • Use comments sparingly
    • Don't comment out code
      • Remove it instead
    • Don't add comments that describe the process of changing code
      • Comments should not include past tense verbs like added, removed, or changed
      • Example: this.timeout(10_000); // Increase timeout for API calls
      • This is bad because a reader doesn't know what the timeout was increased from, and doesn't care about the old behavior
    • Don't add comments that emphasize different versions of the code, like "this code now handles"
    • Do not use end-of-line comments
      • Place comments above the code they describe
    Recommended Servers
    Context7
    Context7
    Codeinterpreter
    Codeinterpreter
    Docfork
    Docfork
    Repository
    motlin/claude-code-plugins
    Files