blog-multilingual

Writes a blog post, translates it into target languages, and generates hreflang SEO assets.

Updated Jul 10, 2026
One-click install
npx skills add https://github.com/captaindevv/SEO-ajaypipes --skill blog-multilingual-captaindevv
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: blog-multilingual
Source: https://github.com/captaindevv/SEO-ajaypipes/tree/main/skills/blog-multilingual
Command: npx skills add https://github.com/captaindevv/SEO-ajaypipes --skill blog-multilingual-captaindevv

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Publishing a blog in multiple languages normally requires separate writing, translation, cultural adaptation, and manual hreflang SEO setup. This Skill runs the entire write-to-publish pipeline in one command, producing localized posts plus CMS-ready international SEO metadata. ## Core Features & Use Cases - One-command pipeline: Orchestrates blog-write, blog-translate, and blog-localize to produce a source post plus translated, culturally adapted versions in parallel. - International SEO assets: Generates hreflang HTML tags, an hreflang sitemap fragment, a JSON language map for CMS integration, and optional localized JSON-LD schema. - Use Case: Run /blog multilingual "AI content strategy" --languages de,fr,es to get an English original plus German, French, and Spanish localized posts with hreflang tags and a sitemap ready to merge into your site. ## Quick Start Ask the assistant to create a multilingual blog on your topic in specific languages, for example: create a multilingual blog about remote work trends in German, French, and Japanese.

Frequently Asked Questions about blog-multilingual

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a blog post in multiple languages at once?▼

Run the multilingual blog command with a topic and comma-separated ISO 639-1 language codes, such as /blog multilingual "topic" --languages de,fr,es. It writes the source post, translates it into each target language, and applies cultural adaptation automatically.

How to generate hreflang tags for a multilingual blog?▼

The pipeline generates hreflang HTML link tags, an hreflang sitemap XML fragment, and a JSON language map in the multilingual output directory. If the claude-seo plugin is installed, it delegates deeper hreflang validation to the seo-hreflang skill.

What language codes are supported for blog translation?▼

It accepts ISO 639-1 codes such as de, fr, es, and ja, plus region suffixes like pt-BR, es-MX, and zh-TW. Each code is validated during the configuration phase before translation begins.

Does multilingual blog creation require other plugins installed?▼

It requires the claude-blog plugin providing blog-write, blog-translate, and blog-localize. The claude-seo plugin is optional; without it, a built-in generator produces hreflang tags with structural validation only.

Can I skip cultural adaptation and only translate the blog?▼

Yes, pass the --no-localize flag to skip the cultural adaptation phase. The pipeline then performs translation only, without swapping brand examples, CTAs, legal references, or formality levels.

What happens if one language translation fails?▼

The orchestrator completes the remaining languages, reports partial results in the delivery summary, and suggests a retry command for the failed target. It does not abort the entire run.