# Medassist I18N Enforcer

> Enforce MedAssist i18n rules so UI copy is always translation-key based for English and German, including equivalent requests phrased in German. Use when this capability is needed.

- Skill: `tomevault-io/medassist-i18n-enforcer` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/medassist-i18n-enforcer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/medassist-i18n-enforcer/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/medassist-i18n-enforcer

---


# Skill Instructions

Use this skill when changing frontend UI text, form labels, alerts, dialogs, or page content.

## Rules

- Do not hardcode new user-facing strings in React components.
- Use translation keys via `t("...")`.
- Add or update matching keys in:
  - `frontend/src/i18n/en.json`
  - `frontend/src/i18n/de.json`
- Keep semantic key naming consistent with existing namespaces.

## Validation

1. Every new UI string has a key.
2. English and German entries are both present.
3. No fallback-to-English hardcoded text remains in JSX.

## Response Format

List:

- New keys added
- Files where keys were used
- Any intentionally unchanged text and reason

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/danielvolz) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

