Workspace Analyzer

Inspect a workspace, identify temporary files, and perform only approved cleanup or organization steps. Use when this capability is needed.

tomevault-io 65338dc 2 files · 1.6 KB Updated

File contents

Workspace Analyzer

Instructions

  1. Use find or the platform equivalent to locate temporary files such as .tmp, .bak, and editor backup files.
  2. Run git status --short before making changes so tracked and untracked files are easy to distinguish.
  3. Present the findings to the user and wait for confirmation before deleting or moving anything.
  4. Delete only the approved files, then rerun the scan to verify the workspace is clean.
  5. When reorganizing files, group them by extension into clearly named folders and report every move.

Source: bonigarcia/context-engineering — distributed by TomeVault.

tomevault-io/skills-registry/tree/main/bonigarcia--context-engineering--context-engineering commit 65338dc4c1

Frequently asked questions

npx skillmds@latest add tomevault-io/workspace-analyzer