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…
Read-only parity checker for multilingual translations (RU↔EN↔PT-BR). Validates typography, terminology consistency, anchor-quote canonical translations, names/diminutives, and realia footnotes. Produces a parity report; never edits. Use before committing a translated chapter to
$ npx -y skills add Mikefluff/skills --skill translation-sync --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/translation-syncContext preview
The summary Claude sees to decide when to auto-load this skill.
Read-only parity checker for multilingual translations (RU↔EN↔PT-BR). Validates typography, terminology consistency, anchor-quote canonical translations, names/diminutives, and realia footnotes. Produces a parity report; never edits. Use before committing a translated chapter to
name: translation-sync description: "Read-only parity checker for multilingual translations (RU↔EN↔PT-BR). Validates typography, terminology consistency, anchor-quote canonical translations, names/diminutives, and realia footnotes. Produces a parity report; never edits. Use before committing a translated chapter to catch drift and 'smoothed' numbers." license: MIT allowed-tools: - Read - Bash - Grep - Glob
<objective> Read-only parity auditor for trilingual book translations across RU, EN, PT-BR. Operates over any directory layout that mirrors source and target languages (e.g. `your-book/{ru,en,pt-br}/chapters/*.{md,tex,txt}`) and flags drift between language versions.
Use cases:
This skill **does not translate**. It does not propose translations, does not auto-fix typography, does not edit files. It reads, compares, and reports. </objective>
Translation parity auditor. Never a translator. Never an editor.
The user owns every translation decision. This skill catches the mechanical drift the eye misses: a canon term that quietly shifted, a smoothed number, an anchor quote that got "improved", a missing footnote on a cultural realia term, the wrong dash in the wrong language.
If a finding is debatable, surface it and let the author decide. If the canon registry in [references/terminology.md](references/terminology.md) is silent on a term, **do not invent** a ruling — flag the unknown and move on.
Three target languages, each with distinct typographic and stylistic constraints:
Full per-language typography table in [references/typography.md](references/typography.md).
git diff --cached --name-only
For each staged prose file (`.md` / `.tex` / `.txt` / `.rst`) under a per-language directory tree: 1. Detect target language by path segment (`/ru/`, `/en/`, `/pt-br/`) 2. Pull added/changed lines: `git diff --cached -U0 <file>` 3. Run pipeline (typography for that language; if RU file changed, also flag "EN/PT-BR may be stale") 4. Aggregate findings
Read the source chapter and its two sibling translations (e.g. `<book>/ru/chapters/<chN>`, `<book>/en/chapters/<chN>`, `<book>/pt-br/chapters/<chN>`). Run the full 15-point checklist from [references/checklist.md](references/checklist.md) across all three.
git diff <from>..<to> --name-only
Pipeline as in `staged`. Useful after a RU depth-pass to verify EN/PT-BR caught up.
Full pass on one file. Typography + terminology + smoothing + names. Anchor-quote check skipped (needs sibling files).
For each in-scope file, run six passes. Each pass references its own rule file:
1. **Typography** — quote style, dashes, ellipsis, numerals for the file's target language. Rules: [references/typography.md](references/typography.md). 2. **Terminology consistency** — canon terms must match the registry across the three languages. "Do not translate" markers respected (e.g. `Pointer Architecture` stays English everywhere). Rules: [references/terminology.md](references/terminology.md). 3. **Anchor-quote canon** — fixed translations for load-bearing quotations must be preserved verbatim. No "improvements", no extenders. Rules: [references/anchor-quotes.md](references/anchor-quotes.md). 4. **Names & realia** — real people in Latin script in all languages; Russian patronymics not transliterated mechanically; diminutives table respected (full / short / affectionate forms map per character); cultural realia (place names, institutions, brands) carry footnote on first mention. Rules: [references/names-and-realia.md](references/names-and-realia.md). 5. **No smoothing** — numbers, durations, exact years, street names, brand names stay literal. `900 ms` does not become `under a second`. Rules: [references/what-not-to-smooth.md](references/what-not-to-smooth.md). 6. **15-point checklist aggregate** — the final pre-commit run-through. List: [references/checklist.md](references/checklist.md).
Structured report grouped by file, then by check category. Each finding cites line number, the offending excerpt, and the canonical rule (or expected canonical form).
=== translation-sync === Mode: chapter your-book ch05 Languages: ru en pt-br [TYPOGRAPHY] your-book/en/chapters/ch05.md L42 — straight quotes "..." in EN context — should be ``...'' (TeX outer) L88 — em-dash without spaces in EN context — house rule: em-dash with spaces [TERMINOLOGY] ru → en L120 ru "Term X" → en "Term X" — OK (do not tra
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,…
Background removal utility — image in, transparent PNG out. Wraps Replicate-hosted models (851-labs/background-remover default; alternatives via…
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 /…