MOVA: file_cleanup_basic (wrapper)

LLM-only skill that analyzes a snapshot of a single disk or partition and generates a safe, structured cleanup plan. Identifies obvious junk, heavy folders, and proposes step-by-step actions to reclaim space without risking important data.

$ Installer

git clone https://github.com/Leryk1981/mova_wf_cycle /tmp/mova_wf_cycle && cp -r /tmp/mova_wf_cycle/.codex/skills/mova_file_cleanup_basic ~/.claude/skills/mova_wf_cycle

// tip: Run this command in your terminal to install the skill


name: "MOVA: file_cleanup_basic (wrapper)" description: "LLM-only skill that analyzes a snapshot of a single disk or partition and generates a safe, structured cleanup plan. Identifies obvious junk, heavy folders, and proposes step-by-step actions to reclaim space without risking important data." when_to_use:

  • "Use when "File cleanup planner (basic)" must run through Codex automation" inputs:
  • kind: json schema: "skills/file_cleanup_basic/mova/ds/ds.file_cleanup_request_v1.schema.json" outputs:
  • kind: json schema: "skills/file_cleanup_basic/mova/ds/ds.file_cleanup_result_v1.schema.json"
  • kind: json schema: "skills/file_cleanup_basic/mova/env/env.file_cleanup_run_v1.schema.json" deterministic: false

Notes

  • Prompt-first wrapper, coordinate execution manually.
  • Evidence paths: skills/file_cleanup_basic/mova/env/env.file_cleanup_run_v1.schema.json
  • Generated by tools/generate_codex_wrappers.mjs; edit if custom behavior is needed.