setup-tyndale

Guides Tyndale i18n installation and framework wiring for React, Next.js, and Astro projects.

8|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/ogrodev/tyndale --skill setup-tyndale
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-tyndale
Source: https://github.com/ogrodev/tyndale/tree/main/skills/setup-tyndale
Command: npx skills add https://github.com/ogrodev/tyndale --skill setup-tyndale

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Use when adding Tyndale i18n to a React, Next.js, or Astro/Starlight project, integrating translations into an existing codebase, or a user says "add translations", "internationalize this app", "set up i18n", or "add multi-language support"

Core Features & Use Cases

  • Installs and wires Tyndale packages for React, Next.js, Astro apps and docs translation flows.
  • Guides setup steps: install, init, authenticate, and framework wiring (Next.js, non-Next.js React, Astro, and docs).
  • Example: enable multi-language support across a codebase and docs site with a single CLI integration.

Quick Start

Run the setup-tyndale skill to automatically detect your framework, install the right packages, and wire Tyndale into your React, Next.js, or Astro project.

Frequently Asked Questions about setup-tyndale

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

FAQPage Schema
How do I add i18n to a Next.js application?

To add i18n to a Next.js application, you need to install the Tyndale packages, run the initialization CLI, and configure the framework wiring for routing and translation rendering.

What is the best way to internationalize an existing React project?

Internationalizing an existing React project involves installing Tyndale i18n packages and wiring the translation provider into your component tree to enable multi-language support across the codebase.

Can I use this i18n setup for Astro docs as well as apps?

Yes, this i18n setup applies to both Astro applications and Starlight docs translation workflows, guiding package installation and framework wiring for both scenarios.

How does the setup process detect my framework for translation wiring?

The setup process detects your framework to install the right packages and automatically wire Tyndale into your React, Next.js, or Astro project using specific CLI commands.

Do I need to authenticate before configuring multi-language support?

Yes, configuring multi-language support requires you to run the initialization steps, authenticate your Tyndale account, and then execute the framework-specific configuration commands.