intl — community payload-astro-website-template, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Ideal for Multilingual AI Agents needing to manage localized content with Payload CMS and Astro A fully featured template for building performant and scalable content-driven websites with Payload CMS and Astro.

jhb-software jhb-software
[0]
[0]
Updated: 3/5/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.

Ideal Agent Persona

Ideal for Multilingual AI Agents needing to manage localized content with Payload CMS and Astro

Core Value

Empowers agents to handle internationalization by utilizing localized fields, updating CMS labels globally, and ensuring all user-facing text is translatable, leveraging Astro components and Payload CMS for seamless multi-language support

Capabilities Granted for intl

Localizing text fields for global audiences
Updating CMS labels for site-wide consistency
Ensuring translatable user-facing text in Astro components

! Prerequisites & Limits

  • Requires Payload CMS and Astro integration
  • Manual updates to CMS labels global file
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?

Ideal for Multilingual AI Agents needing to manage localized content with Payload CMS and Astro A fully featured template for building performant and scalable content-driven websites with Payload CMS and Astro.

How do I install intl?

Run the command: npx killer-skills add jhb-software/payload-astro-website-template/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: Localizing text fields for global audiences, Updating CMS labels for site-wide consistency, Ensuring translatable user-facing text 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 Payload CMS and Astro integration. Manual updates to CMS labels global file.

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/payload-astro-website-template/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.

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