intlayer-content

Installation
SKILL.md

Intlayer Content Nodes

Define rich and dynamic content using Intlayer functions. Use the reference below for each node type.

Translation (t)

Define multilingual content mapped to locales.

Doc

import { t } from "intlayer";

const content = t({
  en: "Hello",
  fr: "Bonjour",
  es: "Hola",
});
Installs
42
GitHub Stars
4
First Seen
Feb 18, 2026
intlayer-content — aymericzip/intlayer-skills