This automates translation generation for Payload CMS projects, handling both core packages and plugins. It walks you through adding English keys to the right files, then runs OpenAI-powered scripts to generate all other language versions automatically. The skill knows the difference between core translations that live in packages/translations and plugin-specific ones that sit in their own folders. It'll even scaffold the full translation folder structure if a plugin doesn't have one yet. Honestly, this is the kind of workflow automation that saves you from maintaining dozens of language files by hand and keeps everything consistent across a large monorepo.
npx skills add https://github.com/payloadcms/payload --skill generate-translations