agentsclimarketplace

Website i18n

Skill paulgrape/skill-auditor/templates/website-i18n

Audit Agent Skills against repo reality — score alignment, detect drift, fill gaps

Install
npx -y skills add paulgrape/skill-auditor --skill website-i18n

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 25 days oldThe repository was created 25 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Internationalisation essentials for a website — URL structure for locales, hreflang, localised metadata, the lang attribute on inline content, language switchers, RTL support, and locale-aware formatting. Use when adding multilingual or multi-regional content to a site.

SKILL.md

1.4 KB, as published. Nobody here has run it

Website internationalisation

Language, locale, direction, and translated content. Curated from the Website Specification — Internationalisation (CC BY 4.0).

Required

  • Mark passages and inline elements that differ from the document language with their own lang attribute (WCAG 3.1.2).

Recommended

  • Pick one URL pattern for locales (ccTLD, subdomain, or subdirectory) and keep it consistent.
  • hreflang annotations using BCP 47 codes, reciprocal across all alternates.
  • Localise every visible string in the head and structured data, not just the body.
  • Language switcher listing each locale in its own language ('Deutsch', '日本語'); no flags.
  • RTL support: set dir="rtl" and use CSS logical properties for Arabic, Hebrew, Persian, Urdu.
  • Locale-aware dates, numbers, currency, and plural rules via Intl APIs.

Avoid

  • Automatic IP-based or Accept-Language language redirects — let users choose.

Full item list and rationale: https://specification.website/checklist/

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.