Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Use when new translation keys are added to packages to generate new translations strings
.claude/skills/asymmetric-al-generate-translations/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 20% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -15% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -8% | 0% |
| case-05 | ✗→✓ | ▲ Improved | 32% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 40% | 0% |
Payload has two separate translation systems:
When to use: Adding translations to core Payload packages (packages/ui, packages/payload, packages/next)
packages/translations/src/languages/en.tsauthentication, general, fields, etc.)typescript export const enTranslations = { authentication: { // ... existing keys newFeature: 'New Feature Text', }, }
packages/translations/src/clientKeys.ts'authentication:newFeature'cd tools/scriptspnpm generateTranslations:coreWhen to use: Adding translations to any plugin package (packages/plugin-\)
packages/plugin-{name}/src/translations existspackages/plugin-{name}/src/translations/languages/en.tstypescript export const enTranslations = { 'plugin-multi-tenant': { 'new-feature-label': 'New Feature', }, }
cd tools/scriptspnpm generateTranslations:plugin-{name}pnpm generateTranslations:plugin-multi-tenantpnpm generateTranslations:plugin-ecommercepnpm generateTranslations:plugin-import-exportIf a plugin doesn't have a translations folder yet, ask the user if they want to scaffold one.
packages/plugin-{name}/src/translations/
├── index.ts
├── types.ts
└── languages/
├── en.ts
├── es.ts
└── ... (all other language files)tools/scripts/src/generateTranslations/plugin-{name}.tsplugin-multi-tenant.ts as a templatetools/scripts/package.json:json "generateTranslations:plugin-{name}": "node --no-deprecation --import @swc-node/register/esm-register src/generateTranslations/plugin-{name}.ts"
OPENAI_KEY environment variable to be set| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-21 | pass→pass | 9,347 | 5,931 | -37% | 1 | 1 | 0% | 1,624 | 2,073 | +28% | 0 | 0 | — |
case-01 | fail→pass | 10,030 | 5,434 | -46% | 1 | 1 | 0% | 1,749 | 2,099 | +20% | 0 | 0 | — |
case-02 | fail→pass | 12,142 | 4,015 | -67% | 1 | 1 | 0% | 2,122 | 1,797 | -15% | 0 | 0 | — |
case-03 | fail→fail | 19,831 | 8,045 | -59% | 1 | 1 | 0% | 3,551 | 2,691 | -24% | 0 | 0 | — |
case-04 | fail→pass | 9,842 | 2,794 | -72% | 1 | 1 | 0% | 1,577 | 1,454 | -8% | 0 | 0 | — |
case-05 | fail→pass | 6,168 | 2,225 | -64% | 1 | 1 | 0% | 988 | 1,304 | +32% | 0 | 0 | — |
case-06 | pass→pass | 10,629 | 2,645 | -75% | 1 | 1 | 0% | 1,642 | 1,460 | -11% | 0 | 0 | — |
case-07 | pass→pass | 13,280 | 2,863 | -78% | 1 | 1 | 0% | 2,236 | 1,526 | -32% | 0 | 0 | — |
case-08 | fail→fail | 7,125 | 2,339 | -67% | 1 | 1 | 0% | 1,223 | 1,383 | +13% | 0 | 0 | — |
case-09 | fail→pass | 6,173 | 2,526 | -59% | 1 | 1 | 0% | 1,048 | 1,467 | +40% | 0 | 0 | — |
case-10 | fail→pass | 10,822 | 2,507 | -77% | 1 | 1 | 0% | 1,759 | 1,474 | -16% | 0 | 0 | — |
case-11 | pass→pass | 7,363 | 2,845 | -61% | 1 | 1 | 0% | 1,168 | 1,519 | +30% | 0 | 0 | — |
case-22 | pass→pass | 10,969 | 7,267 | -34% | 1 | 1 | 0% | 2,068 | 2,300 | +11% | 0 | 0 | — |
case-12 | fail→pass | 12,647 | 5,963 | -53% | 1 | 1 | 0% | 1,922 | 2,049 | +7% | 0 | 0 | — |
case-13 | fail→fail | 6,913 | 2,175 | -69% | 1 | 1 | 0% | 1,153 | 1,346 | +17% | 0 | 0 | — |
case-14 | fail→pass | 9,960 | 1,861 | -81% | 1 | 1 | 0% | 1,562 | 1,321 | -15% | 0 | 0 | — |
case-15 | pass→pass | 6,205 | 2,667 | -57% | 1 | 1 | 0% | 1,048 | 1,510 | +44% | 0 | 0 | — |
case-16 | fail→pass | 12,496 | 2,443 | -80% | 1 | 1 | 0% | 2,052 | 1,371 | -33% | 0 | 0 | — |
case-17 | fail→fail | 13,844 | 1,618 | -88% | 1 | 1 | 0% | 2,593 | 1,236 | -52% | 0 | 0 | — |
case-18 | fail→fail | 9,955 | 4,575 | -54% | 1 | 1 | 0% | 1,582 | 1,752 | +11% | 0 | 0 | — |
case-19 | pass→pass | 8,927 | 3,586 | -60% | 1 | 1 | 0% | 1,376 | 1,567 | +14% | 0 | 0 | — |
case-20 | pass→pass | 8,539 | 4,093 | -52% | 1 | 1 | 0% | 1,520 | 1,734 | +14% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted. The headline lift of +41 percentage points is the difference between those two pass rates over the 22 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.