mcpbeat

Workspace Analyzer

bonigarcia/workspace-analyzer

Inspect a workspace, identify temporary files, and perform only approved cleanup or organization steps.

175 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
109
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/bonigarcia/context-engineering --skill workspace-analyzer

The instruction itself

2 sections, as written by the author

Workspace Analyzer

Instructions

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

How to use it

Copy the folder

Take bonigarcia/workspace-analyzer from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.