skill-localization-packager
Scaffold for packaging localized skill variants (planned). Use when designing i18n skill bundles. NOT for live catalog edits.
skill-localization-packager98 wordsMITv0.1.0Repo-owned
skill-localization-packager
Scaffold for packaging localized skill variants (planned). Use when designing i18n skill bundles. NOT for live catalog edits.
Quick Start
Install:
npx skills add github:wyattowalsh/agents --skill skill-localization-packager -y -g --agent antigravity --agent claude-code --agent codex --agent crush --agent cursor --agent gemini-cli --agent github-copilot --agent grok --agent opencodeUse: /skill-localization-packager
Works with Claude Code, Gemini CLI, OpenCode, and other agentskills.io-compatible agents.
What It Does
Section titled “What It Does”Later-tier scaffold for localized skill bundle packaging.
Critical Rules
Section titled “Critical Rules”- Keep portable
namefield stable across locales. - Do not hand-edit generated catalog MDX for localized variants.
- Route translation quality review to i18n-localization.
| Field | Value |
|---|---|
| Source Type | repo-owned |
| Display Source | github:wyattowalsh/agents |
| Source Kind | repo |
| Installability | portable command |
| Review State | reviewed |
| Target Agents | antigravity, claude-code, codex, crush, cursor, gemini-cli, github-copilot, grok, opencode |
| Field | Value |
|---|---|
| Name | skill-localization-packager |
| License | MIT |
| Version | 0.1.0 |
| Author | wyattowalsh |
| Field | Value |
|---|---|
| User Invocable | No |
View Full SKILL.md
---name: skill-localization-packagerdescription: >- Scaffold for packaging localized skill variants (planned). Use when designing i18n skill bundles. NOT for live catalog edits.user-invocable: falselicense: MITmetadata: 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
1. Identify base skill under `skills/<name>/`.2. Collect locale overlays (TBD directory convention).3. Emit portable ZIP output with locale metadata through the repo packaging command.
Pair with `i18n-localization` for translation workflow until packaging ships.
## Validation Contract
```bashuv run python skills/skill-localization-packager/scripts/check.py```
## Critical Rules
1. Keep portable `name` field stable across locales.2. Do not hand-edit generated catalog MDX for localized variants.3. Route translation quality review to i18n-localization.Resources
Section titled “Resources”Skill CatalogBrowse custom and external skills.
CLI ReferenceInstall and manage skills.
agentskills.ioThe open ecosystem for cross-agent skills.
