From claude-seo
Self-correcting loop to produce professional content in 3 languages (en, ru, de), validate that layout/encoding/translations are not broken, and deploy to production. Iterates generate -> validate -> fix -> re-validate until all quality gates pass, then deploys and verifies live. Triggers on: content loop, multilingual content, generate translations, deploy content, fix layout, quality gate.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-seo:content-loop [slug | topic][slug | topic]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Invocation:** `/content-loop $1` where `$1` is a page slug (e.g. `technical-diving`)
Invocation: /content-loop $1 where $1 is a page slug (e.g. technical-diving)
or a topic. Operate on the gotodive workspace.
en (source) + ru, de. EN is hand-authored source of truth in
output/en/<slug>.html; ru and de are generated and post-edited.
??, no mojibake/U+FFFD) in any file.NEVER deploy to LIVE prod until every gate above is green AND the user confirms.
output/en/<slug>.html (single physical line per text node;
NEVER split a meaningful phrase across a newline — it causes double-translation).python scripts/generate_full_page_translations.py --langs ru,de --slugs <en-slug>
--slugs is an EXACT en-slug filter (not substring). Use it, not --match.Delegate to the precheck skill: /precheck <slug> --langs ru,de.
It runs encoding guard, translation-sync, dupe-words, fragmentation, links,
sitemap — and returns PRECHECK: PASS or PRECHECK: FAIL (<n>) with details.
Apply the known remedy per failure, then re-run PHASE 2. Repeat up to 5 iterations; if still failing, STOP and report what is stuck.
python scripts/_apply-spec-keys.py --langs ru,de.?? / mojibake: re-author the real UTF-8 glyph; deploy ONLY via binary scp
(never echo non-ASCII through PowerShell). Prefer HTML entities (·)
for separators in theme PHP/HTML to be encoding-proof.Hand off to the safe-deploy skill (backup -> diff -> confirm -> deploy ->
live-verify -> rollback-on-fail). Do not deploy directly from here.
Report: languages produced (en/ru/de), gates passed, files deployed, live result.
npx claudepluginhub alexturbo23/gotodive --plugin claude-seoOffers UI/UX design guidance for web and mobile with 50+ styles, 161 color palettes, 57 font pairings, and 99 UX guidelines across 10 stacks. Use for designing pages, components, color systems, or reviewing UI code.
Mines projects and conversations into a searchable memory palace. Activates on queries about MemPalace, memory palace, mining, searching, palace setup, wings, rooms, drawers, or recalling past work.