·astro-i18n
""

astro-i18n

Internationalization patterns for Astro sites. Multi-language routing, content translation, locale switching, RTL support. Use for multi-market lead generation.

6Installs·0Trend·@soborbo

Installation

$npx skills add https://github.com/soborbo/claudeskills --skill astro-i18n

How to Install astro-i18n

Quickly install astro-i18n AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/soborbo/claudeskills --skill astro-i18n
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: soborbo/claudeskills.

SKILL.md

View raw

Provides internationalization patterns for lead generation sites targeting multiple markets/languages. Implements URL-based routing (/en/, /de/, /fr/), translation management, SEO optimization with hreflang tags, and RTL support.

| languages config | Define supported locales + metadata | src/i18n/config.ts | | Translation files | JSON with nested keys | src/i18n/translations/{lang}.json | | t() function | Translation with fallback + params | src/i18n/utils.ts | | [lang]/ routes | Dynamic URL segments | src/pages/[lang]/ |

| Language switcher | Dropdown component | Component in layout | | hreflang tags | SEO language alternates | in BaseLayout | | Middleware | Optional browser detection | src/middleware.ts |

Internationalization patterns for Astro sites. Multi-language routing, content translation, locale switching, RTL support. Use for multi-market lead generation. Source: soborbo/claudeskills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/soborbo/claudeskills --skill astro-i18n
Category
""Writing
Verified
First Seen
2026-02-25
Updated
2026-03-11

Browse more skills from soborbo/claudeskills

Quick answers

What is astro-i18n?

Internationalization patterns for Astro sites. Multi-language routing, content translation, locale switching, RTL support. Use for multi-market lead generation. Source: soborbo/claudeskills.

How do I install astro-i18n?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/soborbo/claudeskills --skill astro-i18n Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/soborbo/claudeskills