From declutter-genie
Manage box maps — track which items are in which physical boxes (or rooms / shelves / storage units) so the user can find things without opening every box. Reads/writes the box and location fields on items in inventory/master.json and produces a per-box manifest, plus a reverse "where is X" lookup.
How this skill is triggered — by the user, by Claude, or both
Slash command
/declutter-genie:box-mapThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The user is packing, unpacking, sorting through storage, or asks "what's in box 3" / "where did I put the X". Also useful as a final step after a decluttering pass — once items are sorted into "keep / sell / donate / discard" piles, label boxes and persist the mapping.
The user is packing, unpacking, sorting through storage, or asks "what's in box 3" / "where did I put the X". Also useful as a final step after a decluttering pass — once items are sorted into "keep / sell / donate / discard" piles, label boxes and persist the mapping.
Walk the user through assigning items to boxes:
BOX-12, kitchen-overflow-A, parents-garage-3).inventory/master.json and set box = <label> and location = <room/site>.Given an item name (or fuzzy match), find all items matching and print their box and location. If multiple matches, list each.
Given a box label, print all items assigned to it. Write a per-box manifest at <workspace>/box-maps/<box-label>.md with columns: name, qty, condition, est_value, notes.
Suggest box reorganizations — boxes with mixed unrelated categories, boxes that are over-full, or items that should travel with related items (e.g. a charger that's in a different box from the device).
box / location fields in inventory/master.json.<workspace>/box-maps/.<workspace>/box-maps/_index.md listing every box with a one-line summary.Offer to render any manifest or the full index as PDF labels via generate-action-list (mode = box labels) — useful for printing and taping to the actual box.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin declutter-genie