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

  1. Create the article in English first at content/docs/library/en/<slug>.mdx
  2. Translate to Russian at content/docs/library/ru/<slug>.mdx
  3. Add to both meta.json files in the appropriate section
  4. Run Russian stylistic review
  5. Verify both render correctly

sync — Check sync status between EN and RU

  1. List all files in en/ and ru/
  2. Report files missing in either language
  3. Compare frontmatter titles (ensure they match conceptually)
  4. Flag articles updated in one language but not the other (compare git timestamps)
Installs
17
GitHub Stars
250
First Seen
6 days ago
library-sync — glebis/claude-skills