| name | skill-localization-packager |
| description | Scaffold for packaging localized skill variants (planned). Use when designing i18n skill bundles. NOT for live catalog edits. |
| user-invocable | false |
| license | MIT |
| metadata | {"author":"wyattowalsh","version":"0.1.0","internal":true} |
Skill Localization Packager
Later-tier scaffold for localized skill bundle packaging.
Scope: Design placeholder only. Does not translate content or publish catalog rows.
Planned Workflow
- Identify base skill under
skills/<name>/.
- Collect locale overlays (TBD directory convention).
- Emit portable ZIP output with locale metadata through the repo packaging command.
Pair with i18n-localization for translation workflow until packaging ships.
Validation Contract
uv run python skills/skill-localization-packager/scripts/check.py
Critical Rules
- Keep portable
name field stable across locales.
- Do not hand-edit generated catalog MDX for localized variants.
- Route translation quality review to i18n-localization.