From declutter-genie
Generate a printable / portable action list as CSV and optionally PDF — throw-out lists, donation pickup lists, resale queues, insurance schedules, or box labels. Pulls from analysis/* reports already produced by the other skills, and renders via Typst (preferred) or pandoc fallback. The user walks through the house with the printout and ticks items off.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin declutter-genieThis skill uses the workspace's default tool permissions.
The user wants something printable they can carry around — "give me a CSV/PDF of stuff to throw out", "print the donation pickup list", "I need an insurance schedule for the policy", "print box labels".
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 wants something printable they can carry around — "give me a CSV/PDF of stuff to throw out", "print the donation pickup list", "I need an insurance schedule for the policy", "print box labels".
| Mode | Source | Use case |
|---|---|---|
discard | analysis/discards.md | Walk the house, gather throw-out items |
donation | analysis/donation-targets.md | Group by recipient org, bag and ship |
resale | analysis/resale-targets.md | Sale queue sorted by payoff/hour |
insurance | analysis/insurance-schedule.md | Itemized contents schedule for the policy |
box-labels | box-maps/*.md | One label per box, taped to the box |
box-manifest | box-maps/<label>.md | Full per-box contents printout |
analysis/.<workspace>/outputs/<mode>-<YYYY-MM-DD>.csv. Columns vary per mode (see each contributing skill for its CSV columns). Always include a leading done column (empty checkbox for the user to tick).which typst). Generate a .typ source with a clean table layout: A4, portrait by default (landscape for wide schedules), IBM Plex Sans, header with mode + workspace household name + date, footer with page numbers.<workspace>/outputs/<mode>-<YYYY-MM-DD>.pdf.xdg-open to view immediately.repo-to-content plugin / gws-personal MCP, offer to upload the PDF to Drive.If the source analysis/ file doesn't exist, tell the user which skill to run first (suggest-discards, identify-donation-targets, etc.) — don't try to re-generate the analysis here.