setup-tyndale-local

Link local Tyndale monorepo packages into 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-local
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-tyndale-local
Source: https://github.com/ogrodev/tyndale/tree/main/skills/setup-tyndale-local
Command: npx skills add https://github.com/ogrodev/tyndale --skill setup-tyndale-local

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Integrates Tyndale i18n from a locally cloned monorepo, enabling development, testing unreleased features, and contribution workflows without publishing npm packages.

Core Features & Use Cases

  • Link Tyndale packages from a local clone and bypass published npm packages to test changes against real code.
  • Wire framework integration (React, Next.js, Astro) using the local monorepo, including build and setup steps.
  • Use for development, testing unreleased features, or contributing to Tyndale by working against the source code.

Quick Start

Install prerequisites, build the local monorepo, then link the local packages into your React/Next.js/Astro project.

Frequently Asked Questions about setup-tyndale-local

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

FAQPage Schema
How do I use a local Tyndale monorepo clone instead of published npm packages?

You link your project to the local Tyndale repository path, bypassing published npm packages so you can test unreleased i18n changes against the real source code during local development.

What do I need to link Tyndale i18n packages for local development?

You need a local monorepo clone path, Node.js version 20 or higher, and a compatible React, Next.js, or Astro framework project configured for local development builds.

Can I test unreleased Tyndale i18n features in a Next.js project?

Yes, you can test unreleased Tyndale i18n features in a Next.js project by wiring the framework integration to use your local monorepo clone instead of the published npm package.

Does local Tyndale integration work with React and Astro projects?

Local Tyndale integration works with React, Next.js, and Astro projects by applying framework-specific configuration steps to wire build processes to the local monorepo path.

Why link Tyndale from a local clone for development builds?

Linking Tyndale from a local clone enables development, testing unreleased features, and contribution workflows without publishing npm packages, allowing you to work directly against the source code.