disk-cleaner

分类: 工具与效率 | 上传者: gccszsgccszs | 下载: 0 | 版本: v1.0(最新)

具有智能优化功能的跨平台磁盘空间管理工具包。要求:Python 3.7+。通用兼容性:适用于所有 AI IDE(Cursor、Windsurf、Continue、Aider、Claude Code 等)。独立于平台:可在任何位置工作 - 全局、项目或用户级别。独立:无需 pip 安装,包括智能引导程序。 KEY FEATURES: (1) PROGRESSIVE SCANNING: Quick sample (1s) + Progressive mode for large disks, (2) INTELLIGENT BOOTSTRAP: Auto-detection of skill location and auto-import of modules, (3) CROSS-PLATFORM ENCODING: Safe emoji/Unicode handling on all platforms, (4) DIAGNOSTIC TOOLS: check_skill.py for quick verification, (5) OPTIMIZED扫描:使用 os.scandir()、并发扫描、智能采样,速度提高 3-5 倍。 代理工作流程:(1) 检查 Python,(2) 查找技能包(自动检测 20 多个位置),(3) 运行诊断,(4) 对大磁盘使用渐进式扫描。技能包包括所有优化模块 - 不会丢失任何功能!

更新日志: Source: GitHub https://github.com/gccszs/disk-cleaner

目录结构

当前层级: tree/main/skills/disk-cleaner/

  • 📁 diskcleaner/
    • 📁 config/
      • 📄 __init__.py 193 B
      • 📄 defaults.py 4.6 KB
      • 📄 loader.py 10.4 KB
    • 📁 core/
      • 📁 rules/
        • 📄 __init__.py 486 B
        • 📄 archive_rules.py 24.3 KB
      • 📄 __init__.py 961 B
      • 📄 cache.py 6.0 KB
      • 📄 classifier.py 9.4 KB
      • 📄 duplicate_finder.py 8.8 KB
      • 📄 growth_analyzer.py 14.2 KB
      • 📄 interactive.py 24.1 KB
      • 📄 organizer.py 15.7 KB
      • 📄 process_manager.py 12.6 KB
      • 📄 progress.py 10.1 KB
      • 📄 safety.py 13.2 KB
      • 📄 scanner.py 17.6 KB
      • 📄 smart_cleanup.py 11.2 KB
    • 📁 optimization/
      • 📄 __init__.py 1.7 KB
      • 📄 concurrency.py 4.6 KB
      • 📄 delete.py 17.0 KB
      • 📄 hash.py 18.4 KB
      • 📄 memory.py 5.7 KB
      • 📄 profiler.py 6.1 KB
      • 📄 scan.py 17.7 KB
    • 📁 platforms/
      • 📄 __init__.py 287 B
      • 📄 linux.py 5.5 KB
      • 📄 macos.py 5.4 KB
      • 📄 windows.py 15.7 KB
    • 📄 __init__.py 465 B
  • 📁 docs/
    • 📄 WIZARD_USAGE.md 7.7 KB
  • 📁 references/
    • 📄 temp_locations.md 4.3 KB
  • 📁 scripts/
    • 📄 analyze_disk.py 28.0 KB
    • 📄 analyze_growth.py 11.9 KB
    • 📄 analyze_progressive.py 16.3 KB
    • 📄 check_skill.py 9.2 KB
    • 📄 clean_disk.py 24.3 KB
    • 📄 find_duplicates.py 11.9 KB
    • 📄 interactive_wizard.py 18.4 KB
    • 📄 monitor_disk.py 12.2 KB
    • 📄 organize_files.py 5.8 KB
    • 📄 package_skill.py 14.0 KB
    • 📄 scheduler.py 8.8 KB
    • 📄 skill_bootstrap.py 20.5 KB
    • 📄 test_wizard.py 4.5 KB
  • 📄 AGENT_QUICK_REF.txt 22.0 KB
  • 📄 disk-cleaner.skill 127.6 KB
  • 📄 INSTALL.md 7.0 KB
  • 📄 NO_PYTHON_GUIDE.md 5.3 KB
  • 📄 README.md 1.5 KB
  • 📄 SKILL.md 44.9 KB
  • 📄 UNIVERSAL_INSTALL.md 6.9 KB

SKILL.md

登录后下载/点赞/收藏 ❤ 16 | ★ 0
评论 0

请先登录后评论。

评论加载中...