From background-removal
Use when the user wants to remove the background from a single image file.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin background-removalThis skill uses the workspace's default tool permissions.
Strips the background from a single image and writes the result as `<input>-nobg.png` next to the source file. Wraps the `quick-rmbg` CLI with a PATH check and outcome summary.
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.
Strips the background from a single image and writes the result as <input>-nobg.png next to the source file. Wraps the quick-rmbg CLI with a PATH check and outcome summary.
quick-rmbg is on PATH: command -v quick-rmbg. If missing, direct the user to the install-rembg skill.quick-rmbg "$path" — the CLI writes <input>-nobg.png to the same directory.<input>-nobg.png next to the source.