From background-removal
Use when the user points at a folder and wants to process all images in batch.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin background-removalThis skill uses the workspace's default tool permissions.
Recursively or non-recursively processes multiple images in a directory. Runs `quick-rmbg` per file, with optional parallelism, and prints a summary of successes and failures.
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.
Recursively or non-recursively processes multiple images in a directory. Runs quick-rmbg per file, with optional parallelism, and prints a summary of successes and failures.
-nobg.png files) is useful*.{jpg,jpeg,png,webp})single (single-pass, default) or two-pass-nobg.png siblings or re-process them (default: skip)quick-rmbg is on PATH.<filename>-nobg.png exists; skip unless --force is set.quick-rmbg $MODE "$file" (where $MODE is empty or --two-pass), optionally in parallel (GNU parallel, xargs, or sequential loop).<filename> … OK | FAIL <error>.X succeeded, Y failed, Z skipped.<filename>-nobg.png for each processed file in the same directory.