# Workspace Analyzer

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

- Skill: `tomevault-io/workspace-analyzer` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/workspace-analyzer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/workspace-analyzer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/workspace-analyzer

---


# 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](https://github.com/bonigarcia/context-engineering) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-29 -->

