intl — community website, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0

About this Skill

Perfect for Multilingual AI Agents needing efficient content management and localization capabilities. Internationalization rules for multi-language websites. Use when working on localized text fields in the CMS, Intl formatting (dates, numbers, currencies, lists) in Astro components, or any locale-awa

jhb-software jhb-software
[1]
[0]
Updated: 2/13/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 7/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Locale and body language aligned
Review Score
7/11
Quality Score
36
Canonical Locale
en
Detected Body Locale
en

Perfect for Multilingual AI Agents needing efficient content management and localization capabilities. Internationalization rules for multi-language websites. Use when working on localized text fields in the CMS, Intl formatting (dates, numbers, currencies, lists) in Astro components, or any locale-awa

Core Value

Empowers agents to manage localized fields and translations efficiently using a monorepository, ensuring all user-facing text is translatable and updatable through the CMS labels global, with support for multiple languages and Astro components.

Ideal Agent Persona

Perfect for Multilingual AI Agents needing efficient content management and localization capabilities.

Capabilities Granted for intl

Automating translation updates for multilingual websites
Generating localized content for global audiences
Debugging internationalization issues in Astro components

! Prerequisites & Limits

  • Requires CMS integration
  • Limited to Astro components
  • Needs manual updates to CMS labels global

Why this page is reference-only

  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is intl?

Perfect for Multilingual AI Agents needing efficient content management and localization capabilities. Internationalization rules for multi-language websites. Use when working on localized text fields in the CMS, Intl formatting (dates, numbers, currencies, lists) in Astro components, or any locale-awa

How do I install intl?

Run the command: npx killer-skills add jhb-software/website/intl. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for intl?

Key use cases include: Automating translation updates for multilingual websites, Generating localized content for global audiences, Debugging internationalization issues in Astro components.

Which IDEs are compatible with intl?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for intl?

Requires CMS integration. Limited to Astro components. Needs manual updates to CMS labels global.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add jhb-software/website/intl. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use intl immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Imported Repository Instructions

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Supporting Evidence

intl

Install intl, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly
Imported Repository Instructions
The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.
Supporting Evidence

Internationalization Rules

CMS: Localized Fields

  • All text fields (e.g. labels, titles) should have localized: true

Web: Labels & Translations

This is a multi-language website. When adding labels or text to Astro components:

  1. Never hardcode text strings - All user-facing text must be translatable
  2. Update the CMS labels global - Add necessary fields to /cms/src/globals/labels.ts
    • Use the global group for common, site-wide labels (e.g., "show-more", "close", "loading")
    • Use specific groups for scoped labels (e.g., articles for article-related text, contact for contact forms)
  3. Access labels in components - Use const { labels } = globalState
  4. Example usage: labels.articles['written-by'] or labels.global['show-more']
  • When adding labels to the CMS, ensure you use all of them. Delete unused labels after implementation.

Web: Formatting with Intl APIs

Use the built-in JavaScript Intl APIs for locale-aware formatting. Never use third-party libraries or manual string concatenation.

The active locale must come from the global state (const { locale } = globalState). Never hardcode a locale string.

Date & Time

ts
1const formatDate = (date: Date | string) => 2 new Intl.DateTimeFormat(locale, { 3 day: '2-digit', 4 month: 'long', 5 year: 'numeric', 6 }).format(new Date(date));

Lists

ts
1const formatList = (items: string[], type: Intl.ListFormatType = 'conjunction') => 2 new Intl.ListFormat(locale, { type }).format(items);

Currency & Numbers

ts
1const formatCurrency = (value: number, currency = 'EUR') => 2 new Intl.NumberFormat(locale, { 3 style: 'currency', 4 currency, 5 minimumFractionDigits: 2, 6 }).format(value);

Related Skills

Looking for an alternative to intl or another community skill for your workflow? Explore these related open-source skills.

View All

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
AI

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Developer