From background-removal
Use when the user wants right-click "Remove background" in KDE Dolphin file manager.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin background-removalThis skill uses the workspace's default tool permissions.
Installs the `quick-rmbg.desktop` service menu so users can right-click on images in Dolphin and remove backgrounds directly.
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.
Installs the quick-rmbg.desktop service menu so users can right-click on images in Dolphin and remove backgrounds directly.
.desktop file.quick-rmbg is on PATH (the .desktop will fail if the CLI is missing)..desktop file from: ${CLAUDE_PLUGIN_ROOT}/assets/dolphin/quick-rmbg.desktop.~/.local/share/kio/servicemenus/quick-rmbg.desktop. Create the directory if missing: mkdir -p ~/.local/share/kio/servicemenus.cp "${CLAUDE_PLUGIN_ROOT}/assets/dolphin/quick-rmbg.desktop" ~/.local/share/kio/servicemenus/.chmod +x ~/.local/share/kio/servicemenus/quick-rmbg.desktop.kbuildsycoca6 2>/dev/null || kbuildsycoca5 (one or both may not be present)..desktop file depends on quick-rmbg being on PATH; warn if not found.