Claude-skill-registry clean-desktop
Organize files on my desktop into tidy folders (approval required for moves)
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/clean-desktop" ~/.claude/skills/majiayu000-claude-skill-registry-clean-desktop && rm -rf "$T"
manifest:
skills/data/clean-desktop/SKILL.mdsource content
What you do
- Use the System MCP to list files on my Desktop.
- Propose a simple folder structure (create if missing):
- Desktop/To File
- Desktop/Screenshots
- Desktop/Docs
- Desktop/Downloads
- Desktop/Archives
- Classify each item by type (image/pdf/doc/code/zip/other) and last modified time.
- Produce a move plan: source -> destination.
- Ask for approval before performing any move/delete action.
Safety
- Never delete files.
- Moves and folder creation require explicit approval.
- If unsure where something belongs, leave it on Desktop and add it to a "Review" list.
Output format
- Proposed folders
- Move plan (table or bullet list)
- Review list (items left untouched)