Declutter Genie
April 28, 2026 · View on GitHub
A Claude Code plugin for inventory analysis and decluttering. Import your possessions in any format you have them, then let Claude help you decide what to throw out, what to sell, what to donate (and to whom), what to itemize on home insurance, and where you put everything.
Skills
| Skill | Purpose |
|---|---|
setup-workspace | One-time setup — pick a workspace path, set geography and currency, scaffold folders. |
import-inventory | Import an inventory in any format — CSV, XLSX, JSON, Markdown, free-text bullets, photos of handwritten lists, mixed folders. Normalizes into a canonical schema. |
suggest-discards | Recommend items worth throwing away — broken, obsolete, expired, redundant. |
find-duplicates | Identify exact, fuzzy, and functional duplicates. Recommend which copy to keep. |
value-for-insurance | Flag itemizable high-value items for a contents insurance policy; assist with valuation; flag items needing professional appraisal. |
identify-resale-targets | Find items worth selling, with geo-aware platform recommendations (Yad2, eBay, Facebook Marketplace, Reverb, etc.) and effort-vs-payoff scoring. |
identify-donation-targets | Find items worth donating, with geo-aware specific charity / shelter / refugee aid / gemach suggestions matched to item type. |
hype-giveaway-post | Generate over-the-top social media posts for giveaway items (Buy Nothing, Marketplace, Freecycle, Olio). Tone dial from chaotic to straight. |
box-map | Track which items are in which boxes / rooms / storage. Lookup, manifest, and reorganize modes. |
generate-action-list | Render printable CSV / PDF action lists — throw-out lists, donation pickup lists, resale queue, insurance schedule, box labels. |
Typical flow
setup-workspaceonce.import-inventorywhenever you add stuff (paste a list, point at a spreadsheet, take a photo).find-duplicatesandsuggest-discardsto triage.- Route flagged items to
identify-resale-targets,identify-donation-targets, or keep withvalue-for-insurance. box-mapas you actually pack things up.generate-action-listto print a worklist or insurance schedule.
Where data lives
- Your inventory lives at a path you choose during
setup-workspace(default:~/Documents/Declutter-Genie/). It's yours — keep it, version it, back it up. - A pointer to that path lives at
$CLAUDE_USER_DATA/declutter-genie/config.json(defaults to~/.local/share/claude-plugins/declutter-genie/). The plugin install directory is never written to.
Installation
claude plugins install declutter-genie@danielrosehill
License
MIT