From declutter-genie
Identify high-value items in the inventory that should be itemized on a home contents insurance policy, and help assign or refine valuations. Flags items above a configurable threshold, items with no value yet assigned, and items that may need professional appraisal (jewelry, art, collectibles). Outputs an insurance schedule ready to share with an insurer.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin declutter-genieThis skill uses the workspace's default tool permissions.
User mentions home insurance, contents insurance, valuables schedule, appraisal, or wants to know what's worth itemizing.
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.
User mentions home insurance, contents insurance, valuables schedule, appraisal, or wants to know what's worth itemizing.
Workspace + populated inventory. Read currency from workspace.json.
workspace.json under insurance.itemize_threshold.est_value ≥ threshold and condition not broken.est_value is missing or zero. Heuristics: categories like jewelry, watches, art, electronics, musical instruments, collectibles; brand names that signal premium (e.g. Leica, Rolex, Bose, MacBook).WebSearch / WebFetch if available, but flag the figures as "indicative".acquired and original price are known (typical electronics depreciation ~20%/year).workspace.json geography (e.g. electronics premium in Israel).inventory/master.json with a value_source field ("user", "market_lookup", "depreciation", "appraisal_recommended").Write <workspace>/analysis/insurance-schedule.md and a parallel CSV at <workspace>/outputs/insurance-schedule.csv with columns: id, name, category, location, condition, est_value, currency, value_source, notes.
Sort by est_value descending. Total at the bottom.
In chat, summarise: total contents value, count of itemizable items, count flagged for professional appraisal.
Offer to render a PDF via generate-action-list (mode = insurance schedule).