skills-i18n-sync

Sync Russian skill files to English counterparts in a framework automatically.

87|15|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/SteelMorgan/1c-agent-based-dev-framework --skill skills-i18n-sync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skills-i18n-sync
Source: https://github.com/SteelMorgan/1c-agent-based-dev-framework/tree/main/framework/skills/framework-meta/skills-i18n-sync
Command: npx skills add https://github.com/SteelMorgan/1c-agent-based-dev-framework --skill skills-i18n-sync

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures that all framework skills are consistently translated between Russian and English, preventing outdated or missing translations and maintaining a unified codebase.

Core Features & Use Cases

  • Automated Translation Mirroring: Automatically mirrors changes made to Russian skill files into their English counterparts.
  • Status Checking: Provides a clear overview of the synchronization status for all skills.
  • Use Case: After updating a Russian skill's functionality, use this Skill to ensure its English version is updated simultaneously, maintaining consistency for agents that operate in English.

Quick Start

Use the skills-i18n-sync skill to check the synchronization status of all skills.

Frequently Asked Questions about skills-i18n-sync

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I synchronize Russian skill files with their English counterparts?

To synchronize Russian and English skill files, this skill automates the translation mirroring process. It directly maps changes from the 'framework/' directory to 'framework_eng/', ensuring the Russian files remain the single source of truth for all updates.

What is the best way to check translation synchronization status across framework skills?

Checking translation synchronization status is done by running this skill to generate a clear overview. It scans the framework directories to identify outdated or missing English translations, preventing inconsistencies for agents operating in English.

Can I block code commits when translation errors occur in localized skill files?

Yes, you can block commits when translation errors occur in localized skill files. The skill integrates with your workflow to prevent committing changes if the Russian and English skill files are not properly synchronized.

Does this i18n sync skill require any external dependencies to manage localization?

No external dependencies are required to manage localization with this i18n sync skill. It operates independently using internal scripts and references to automate translation mirroring and status checking within the framework.

Why are my English skill files out of sync with the Russian source of truth?

English skill files become out of sync when updates are made to Russian files without mirroring the changes. This skill solves the problem by automatically mapping updates from the 'framework/' directory to 'framework_eng/'.

When do I need to run translation synchronization for my framework skills?

You need to run translation synchronization immediately after updating a Russian skill's functionality. This ensures the English version is updated simultaneously, maintaining a unified codebase and preventing outdated translations.