agentsclimarketplace

Import excel

Skill jason0404/Jason-Android-Marketplace/plugins/android-localization-toolkit/skills/import-excel

Safely import approved translations from an XLSX workbook into Android strings.xml after validationFrom its SKILL.md

Install
npx -y skills add jason0404/Jason-Android-Marketplace --skill import-excel

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.0 KB, 175 tokens by cl100k_base, as published. Nobody here has run it

Apply reviewed translations from a workbook into selected Android locale resources.

Workflow

  1. Identify the workbook path, base locale, target resource scope and locale-column mapping.
  2. Invoke android-localization-import-validator.
  3. Block any invalid row before writing:
    • key absent from base resources
    • placeholder mismatch
    • malformed XML/escaping
    • ambiguous locale folder mapping
    • unintended update to base/source text
  4. On explicit approval to import, update only confirmed target-locale values.
  5. Re-run android-strings-auditor against changed resources.
  6. Optionally invoke android-localization-report-generator.

Safety rules

  • Never rename or delete base keys automatically.
  • Preserve Android placeholders, markup and resource metadata.
  • Keep the diff minimal and deterministic.
  • List each modified locale file and number of changed values.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.