HomeSandboxShowcaseAppDocBlog
    • EnglishEnglish
      EN
    • русскийRussian
      RU
    • 日本語Japanese
      JA
    • françaisFrench
      FR
    • 한국어Korean
      KO
    • 中文Chinese
      ZH
    • españolSpanish
      ES
    • DeutschGerman
      DE
    • العربيةArabic
      AR
    • italianoItalian
      IT
    • British EnglishBritish English
      EN-GB
    • portuguêsPortuguese
      PT
    • हिन्दीHindi
      HI
    • TürkçeTurkish
      TR
    • polskiPolish
      PL
    • IndonesiaIndonesian
      ID
    • Tiếng ViệtVietnamese
      VI
    • українськаUkrainian
      UK
    /
    Filter docs by framework
    Alt+←
    Why Intlayer ?
    Get Started
    Concept
    • How Intlayer Works
    • Configuration
    • TestFillBuildWatchExtractLoginPushPullConfigurationListVersionEditorLiveDebugDoc ReviewDoc TranslateSDK
    • Visual Editor
    • CMS
    • CI/CD Integration
    • TranslationPluralEnumerationConditionGenderInsertionFileNestingMarkdownHTMLFunction Fetching
    • Per Locale File
    • Compiler
    • Auto Fill
    • Testing
    • Bundle Optimization
    Environment
    • Next.js 14 and App Router
      Next.js 15
      Next.js no locale path
      Next.js and Page Router
      Compiler
    • Tanstack Start Solid
    • Astro and React
      Astro and Svelte
      Astro and Vue
      Astro and Solid
      Astro and Preact
      Astro and Lit
      Astro and Vanilla JS
    • React Router v7
      React Router v7 (fs-routes)
      Compiler
    • Nuxt and Vue
    • Vite and Solid
    • SvelteKit
    • Vite and Preact
    • Vite and Vanilla JS
    • Vite and Lit
    • Angular 19 (Webpack)
      Analog
    • React CRA
    • React Native and Expo
    • Express.js
      NestJS
      Fastify
      Hono
      Adonis
    • Lynx and React
    Plugins
    • JSON
    • gettext (.po)
    VS Code Extension
    Agent
    • MCP Server
    • Agent skills
    Releases
    • v8
    • v7
    • v6
    Benchmark
    • Next.js
    • TanStack
    • Vue
    • Solid
    • Svelte
    Blog
    Ask a question
    1. Documentation
    2. Agent_skills
    Creation:2026-02-09Last update:2026-03-03
    Reference this doc to your favorite AI assistant
    ChatGPT
    Claude
    DeepSeek
    Google AI mode
    Gemini
    Perplexity
    Mistral
    Grok

    Ask your question and get a summary of the document by referencing this page and the AI provider of your choice

    Version History

    1. "Init history"
      v8.1.02/9/2026
    Edit this doc

    If you have an idea for improving this documentation, please feel free to contribute by submitting a pull request on GitHub.

    GitHub link to the documentation
    Copy

    Copy doc Markdown to clipboard

    Agent Skills

    Setup

    Using CLI

    The intlayer init skills command is the easiest way to set up agent skills in your project. It detects your environment and installs the necessary configuration files for your preferred platforms.

    bash
    Copy code

    Copy the code to the clipboard

    npx intlayer init skills

    Using Vercel Skill SDK

    bash
    Copy code

    Copy the code to the clipboard

    npx skills add aymericzip/intlayer-skills

    Using Intlayer VS Code extension

    1. Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P).
    2. Type Intlayer: Setup AI Agent Skills
    3. Pick the platform you use (e.g. VS Code, Cursor, Windsurf, OpenCode, Claude Code, GitHub Copilot Workspace, etc.).
    4. Pick the Skills you want to install (e.g. Next.js, React, Vite, Compiler, Configuration).
    5. Press Enter.

    Skills List

    intlayer-config

    • Empowers the agent to understand your project's specific i18n settings, enabling it to accurately configure locales, routing patterns, and fallback strategies.

    intlayer-cli

    • Enables the agent to autonomously manage your translation lifecycle, including auditing missing translations, building dictionaries, and syncing content via the command line.

    intlayer-angular

    • Equips the agent with framework-specific expertise to correctly implement reactive i18n patterns and signals according to Angular best practices.

    intlayer-astro

    • Provides the agent with the knowledge to handle server-side translations and localized routing patterns unique to the Astro ecosystem.

    intlayer-content

    • Teaches the agent how to utilize advanced content nodes-such as pluralization, conditions, and markdown-to construct rich, dynamic, and localized dictionaries.

    intlayer-next-js

    • Gives the agent the depth to implement i18n across Next.js Server and Client components, ensuring SEO optimization and seamless localized routing.

    intlayer-react

    • Provides specialized knowledge for the agent to implement declarative i18n components and hooks efficiently within any React-based environment.

    intlayer-preact

    • Optimizes the agent's ability to implement i18n for Preact, allowing it to write lightweight, localized components using signals and efficient reactive patterns.

    intlayer-solid

    • Enables the agent to leverage SolidJS's fine-grained reactivity for high-performance, localized content management.

    intlayer-svelte

    • Teaches the agent to use Svelte stores and idiomatic syntax for reactive and type-safe localized content across Svelte and SvelteKit apps.

    intlayer-cms

    • Allows the agent to integrate and manage remote content, enabling it to handle live-syncing and remote translation workflows via the Intlayer CMS.

    intlayer-usage

    • Standardizes the agent's approach to project structure and content declaration, ensuring it follows the most efficient workflows for your i18n project.

    intlayer-vue

    • Equips the agent with Vue-specific patterns-including Composables and Nuxt support-to build modern, localized web applications.

    intlayer-compiler

    • Simplifies the agent's workflow by enabling automatic content extraction, allowing it to write translatable strings directly in your code without manual dictionary files.
    MCP Server
    v8
    Alt+→

    In this page

      Discussions are anonymous and regularly reviewed to address common issues. Feel free to share feature ideas, feedback on the documentation, or anything related to Intlayer, we use this input to shape our roadmap and improve the product.

      npx intlayer init skills
      npx skills add aymericzip/intlayer-skills