lingui-workflow

Guide Lingui extract, translate, compile, and manifest commands for Next.js projects.

2|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/Adonis0123/adonis-skills --skill lingui-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lingui-workflow
Source: https://github.com/Adonis0123/adonis-skills/tree/main/.agents/skills/lingui-workflow
Command: npx skills add https://github.com/Adonis0123/adonis-skills --skill lingui-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Lingui i18n workflows require remembering and chaining multiple commands across extract, translate, compile, and manifest. This skill standardizes that process with a clear command matrix and daily usage guidance to reduce confusion and errors.

Core Features & Use Cases

  • Provides a ready-made command matrix for Lingui i18n tasks.
  • Documents daily workflows, troubleshooting steps, and CI-friendly checks.
  • Use Case: A React/Next.js project with Lingui integrated uses these steps to coordinate translation work across locales and ensure manifest accuracy.

Quick Start

Begin by running the standard Lingui workflow to extract, translate, and compile your project.

Frequently Asked Questions about lingui-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run the daily Lingui i18n workflow for extract, translate, and compile steps?

To run the daily Lingui i18n workflow, you execute a standardized command matrix that sequentially extracts messages, translates locales, and compiles catalogs within your existing Next.js or React project scripts.

What is the best way to manage Lingui translation maintenance across multiple locales?

Managing Lingui translation maintenance involves following a guided command matrix for extract, translate, compile, and manifest tasks to coordinate locale updates and ensure translation accuracy across the project.

Do I need an existing Lingui setup to use this i18n workflow?

Yes, this i18n workflow requires an existing Lingui setup in a Next.js or React project, relying specifically on pre-configured project scripts like scripts/i18n/index.ts and manifest.ts to execute tasks.

Can I use these Lingui i18n steps for CI-friendly release checks?

Yes, the workflow documents CI-friendly checks and troubleshooting steps designed to verify manifest accuracy and ensure translation integrity during your release process.

Why does my Lingui translation workflow fail during the manifest step?

Lingui translation workflow failures during the manifest step often stem from misconfigured project scripts, which this workflow troubleshoots by standardizing the extract, translate, compile, and manifest command sequence.

How does the lingui-workflow Skill streamline i18n tasks?

The lingui-workflow Skill streamlines i18n tasks by providing a clear command matrix and daily usage guidance, reducing the confusion of remembering and chaining multiple Lingui commands.