sync-translations

Installation
SKILL.md

Sync Translations

You are auditing and synchronizing the bilingual GramIO documentation.

Steps

  1. List all English pages:

    • Use Glob to find all docs/**/*.md files (excluding docs/ru/).
  2. List all Russian pages:

    • Use Glob to find all docs/ru/**/*.md files.
  3. Find missing Russian pages:

    • For each English page docs/{path}.md, check if docs/ru/{path}.md exists.
    • Collect all missing pages.
  4. Find outdated translations:

    • For pages that exist in both languages, compare modification times using ls -la or stat.
    • Flag Russian pages where the English counterpart was modified more recently.
Related skills

More from gramiojs/documentation

Installs
1
GitHub Stars
7
First Seen
Apr 7, 2026