intl — intl install website, community, intl install, ide skills, intl monorepo, internationalization rules, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Multilingual AI Agents needing efficient content management and localization capabilities. intl is a monorepository skill for managing internationalization rules in a website's frontend and content management system

Features

Enforces localized fields with `localized: true`
Supports multi-language websites with translatable text strings
Updates CMS labels globally via `/cms/src/globals/labels.ts`
Prevents hardcoded text strings in Astro components
Utilizes the `global` group for common site-wide labels

# Core Topics

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

Agent Capability Analysis

The intl skill by jhb-software is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for intl install, intl monorepo, internationalization rules.

Ideal Agent Persona

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

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.

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
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

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

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);

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. intl is a monorepository skill for managing internationalization rules in a website's frontend and content management system

How do I install intl?

Run the command: npx killer-skills add jhb-software/website. 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. 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.

Related Skills

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

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI