skills/intlayer-cli/SKILL.md
Manages Intlayer dictionaries and configuration via the Command Line Interface. Use when the user asks to "audit translations", "build dictionaries", "sync content", or run "intlayer" commands.
npx skillsauth add aymericzip/intlayer-skills intlayer-cliInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
The intlayer-cli package provides a set of commands to manage Intlayer dictionaries and configuration.
npm install intlayer-cli
| Command | Description |
| ------------------------ | ------------------------------------------------------------- |
| npx intlayer build | Builds the Intlayer dictionaries. |
| npx intlayer audit | Audits the dictionaries for missing translations. |
| npx intlayer live-sync | Synchronizes dictionaries in real-time. |
| npx intlayer pull | Pulls dictionaries from a remote source (e.g., Intlayer CMS). |
| npx intlayer push | Pushes dictionaries to a remote source. |
| npx intlayer test | Runs tests on dictionaries. |
| npx intlayer extract | Extract content from component to create dictionary. |
Website
Doc
Intlayer CLI
Intlayer CLI Exports
tools
Integrates Intlayer internationalization with Vue.js and Nuxt applications. Use when the user asks to "setup Vue i18n", use the "useIntlayer" composable, or manage translations in Vue components.
documentation
Provides general guidelines for using Intlayer in any project. Use when the user asks to "get started with Intlayer", "declare content files", or understand the "project structure" for internationalization.
tools
Integrates Intlayer internationalization with Svelte and SvelteKit applications. Use when the user asks to "setup Svelte i18n", create a new translated component, use the "useIntlayer" store, or configure providers.
tools
Integrates Intlayer internationalization with SolidJS components. Use when the user asks to "setup SolidJS i18n", create a new translated component, use the "useIntlayer" hook in Solid, or configure providers.