library-sync
Installation
SKILL.md
Library Sync Skill
Manages the bilingual library at ~/Sites/agency-docs/content/docs/library/ with English (en/) and Russian (ru/) versions.
Commands
add <slug> — Add a new article to both languages
- Create the article in English first at
content/docs/library/en/<slug>.mdx - Translate to Russian at
content/docs/library/ru/<slug>.mdx - Add to both
meta.jsonfiles in the appropriate section - Run Russian stylistic review
- Verify both render correctly
sync — Check sync status between EN and RU
- List all files in
en/andru/ - Report files missing in either language
- Compare frontmatter titles (ensure they match conceptually)
- Flag articles updated in one language but not the other (compare git timestamps)