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.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin declutter-genieThis skill uses the workspace's default tool permissions.
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.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
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.