This skill documents practical steps and best practices for adding internationalization to Astro sites. It explains how to configure locale routing, set default locales and routing strategies, generate locale-aware links with helper functions (getRelativeLocaleUrl/getAbsoluteLocaleUrl), and integrate hreflang in sitemaps for SEO. The guidance covers organizing translated content using Content Collections and handling runtime locale with Astro.currentLocale.
Use this skill when building or auditing a multilingual Astro website: initial i18n setup, migrating existing routes to locale-prefixed URLs, adding hreflang support for search engines, or when implementing locale-aware link generation and fallbacks. It's also useful when standardizing translation file structure across a codebase.
Best used by Claude Code or other Claude/GPT-style code agents that can read project files and modify Astro config and templates. It assumes access to the codebase and build/test tooling to validate routing and sitemap output.
Astro i18n skill provides reference documentation for implementing internationalization in Astro sites, covering locale routing, URL helpers, sitemap hreflang, and content organization. No scripts included — purely a documentation/reference skill. The SKILL.md is well-structured with clear tables, best practices, and forbidden anti-patterns, though it includes a framework-specific TeamCreate workflow step that may not apply universally.
Clean documentation skill with no executable code. No security concerns. The mandatory TeamCreate workflow step is unusual and framework-specific.
SOLID Generic — TypeScript / Bun / Node.js
Opinionated SOLID-guidelines for TypeScript/Bun/Node projects: small files, separated interfaces, mandatory JSDoc, reuse-first workflow and templates to keep co
Laravel 12 → 13 Upgrade Guide
Guided upgrade path and checklist to move Laravel 12 apps to Laravel 13 (PHP 8.3, dependency bumps, breaking changes, Attributes migration).
iPadOS Platform
Guidance and best practices for building iPad-optimized apps: split views, keyboard shortcuts, Stage Manager, multi-window and adaptive layouts.