audio-mix-maker
Mix music/audio onto an existing video via ffmpeg. Modes: replace, overlay, duck (sidechain compressor lowers music under speech). Volume + fade controls. Pure…
Background removal utility — image in, transparent PNG out. Wraps Replicate-hosted models (851-labs/background-remover default; alternatives via --replicate-model). Use when: 'remove the background', 'cut out the subject', 'transparent PNG', 'убери фон', 'вырежи фон с фотки'.
$ npx -y skills add Mikefluff/skills --skill bg-remover --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/bg-removerContext preview
The summary Claude sees to decide when to auto-load this skill.
Background removal utility — image in, transparent PNG out. Wraps Replicate-hosted models (851-labs/background-remover default; alternatives via --replicate-model). Use when: 'remove the background', 'cut out the subject', 'transparent PNG', 'убери фон', 'вырежи фон с фотки'.
name: bg-remover description: "Background removal utility — image in, transparent PNG out. Wraps Replicate-hosted models (851-labs/background-remover default; alternatives via --replicate-model). Use when: 'remove the background', 'cut out the subject', 'transparent PNG', 'убери фон', 'вырежи фон с фотки'." license: MIT allowed-tools: - Read - Write - Edit - Bash - Grep - Glob
<objective> Remove the background from a photo. Single input image → output PNG with transparent (alpha channel) background. Subject preserved as-is; everything else becomes transparent.
This skill does NOT:
</objective>
Read the input image → call a Replicate-hosted bg-removal model → save the transparent PNG.
1. **Resolve input**:
2. **Pick provider**:
3. **Execute** via the Replicate router (REPLICATE_API_TOKEN required).
4. **Save**:
| File | When to load | |---|---| | [references/providers.md](references/providers.md) | Replicate bg-removal model comparison + when to pick which | | [references/output-format.md](references/output-format.md) | Transparent PNG handling, alpha channel, downstream usage | | [references/troubleshoot.md](references/troubleshoot.md) | When subject loses edges, hair gets cropped, etc. |
See [examples/before-after.md](examples/before-after.md) — 2 calibration runs: portrait photo → transparent for avatar use; product shot → transparent for e-commerce listing.
When the user says any of:
Defaults: `--image <path>` (required); auto-saves to `./generated/bg-removed/<stem>-nobg.png`.
If the user wants to REPLACE the background (not just remove), suggest: 1. Use this skill to get a transparent PNG. 2. Then use `image-prompt --execute --model flux-kontext --image-url <photo>` for AI-driven replacement. 3. OR open the transparent PNG in an image editor and composite with a new background manually.
This skill is distinct from:
44 skills for Claude Code that make content — and refuse to let it read like a machine made it. Prose editing that strips the tells. Prompt engineering for 40+ image, video and music models, with optional one-command execution against the real APIs.
Repo: Mikefluff/skills
Mix music/audio onto an existing video via ffmpeg. Modes: replace, overlay, duck (sidechain compressor lowers music under speech). Volume + fade controls. Pure…
Turn a user photo into N profile-pic / headshot / avatar variants in a consistent style. Identity-preserve focused, defaults to nano-banana-pro. Multi-aspect…
Banner-ad / display-creative generator with standard-size presets: Google Display (leaderboard, medium rectangle, mobile, skyscraper), LinkedIn, OG image,…
Read-only story-bible auditor for fiction series with a documented canon. Cross-references character / artifact / location mentions in chapters against the…
Turn a topic or research brief into an N-slide Instagram / LinkedIn / TikTok carousel with consistent visual style and ready-to-post captions. Modes: --topic /…
Write or rewrite cold outreach emails to founders, VCs, recruiters, journalists, partners. 5-block structure (hook/value/ask/easy-yes/sign-off), ≤120-word…