From declutter-genie
Analyze the workspace inventory and recommend items that are strong candidates for being thrown away or recycled — broken, obsolete, low-value, redundant, or expired. Produces a ranked discard list with reasoning per item, written to analysis/discards.md, and offers to feed it into generate-action-list.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin declutter-genieThis skill uses the workspace's default tool permissions.
The user wants to know what to get rid of, asks "what should I throw out", or wants to start a decluttering pass.
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 to know what to get rid of, asks "what should I throw out", or wants to start a decluttering pass.
Workspace exists and inventory/master.json has items. Otherwise prompt for setup-workspace / import-inventory.
Score each item against these signals (higher score = stronger discard candidate):
broken → strong candidate. poor → moderate.est_value near zero AND no sentimental tag AND not actively used.sentimental, heirloom, gift, keepsake.est_value is high (instead, route to identify-resale-targets).identify-donation-targets).analysis/.discard-rejections.json).Write <workspace>/analysis/discards.md with sections:
Each entry: - [item name] (id) — reason — location/box.
Also print the strong-candidates list to chat. Offer to:
generate-action-list for a printable CSV/PDF.identify-resale-targets or identify-donation-targets.