Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    orangekame3

    clean

    orangekame3/clean
    DevOps
    1 installs

    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

    Clean build artifacts and temporary files

    SKILL.md

    Clean Project

    Remove build artifacts and temporary files.

    What to Clean

    1. Python:

      • __pycache__/ directories
      • *.pyc, *.pyo files
      • .pytest_cache/
      • .ruff_cache/
      • dist/, build/, *.egg-info/
    2. Rust:

      • target/ directory (cargo clean)
    3. Go:

      • bin/ directory (if exists)
      • go clean -cache (optional, ask first)
    4. Node.js:

      • node_modules/ (ask first - takes time to reinstall)
      • dist/, build/
      • .next/, .nuxt/ (framework caches)
    5. General:

      • .DS_Store files
      • *.log files
      • tmp/, temp/ directories

    Safety

    • Always confirm before deleting node_modules/
    • Show what will be deleted before executing
    • Never delete .git/ or source files
    Recommended Servers
    Docfork
    Docfork
    Vercel
    Vercel
    Repository
    orangekame3/vibebox
    Files