المهارات website-maintainer
🌐

website-maintainer

آمن ⚙️ الأوامر الخارجية🌐 الوصول إلى الشبكة📁 الوصول إلى نظام الملفات

Maintain Repomix VitePress Docs

Keeping multilingual documentation consistent across 14 languages is slow and error prone. This skill provides clear paths and rules to update VitePress content and configuration safely.

يدعم: Claude Codex Code(CC)
📊 69 كافٍ
1

تنزيل ZIP المهارة

2

رفع في Claude

اذهب إلى Settings → Capabilities → Skills → Upload skill

3

فعّل وابدأ الاستخدام

اختبرها

استخدام "website-maintainer". I need to add Italian to the docs. What should I do?

النتيجة المتوقعة:

  • Create a new config/configIt.ts file based on an existing locale config
  • Import and add the Italian locale to the main config.ts locales section
  • Add search configuration for Italian in configShard.ts
  • Create the src/it directory and copy content from src/en as starting point

استخدام "website-maintainer". Where do I edit the German sidebar navigation?

النتيجة المتوقعة:

  • Open config/configDe.ts in the .vitepress/config directory
  • Edit the themeConfig.sidebar section for German navigation structure
  • The file controls German-specific navigation labels and menu hierarchy

استخدام "website-maintainer". How do I update the footer logo across all languages?

النتيجة المتوقعة:

  • Edit config/configShard.ts in the shared configuration
  • The footer and logo settings are in themeConfig.footer and themeConfig.logo
  • Changes apply to all 14 language locales simultaneously

التدقيق الأمني

آمن
v4 • 1/17/2026

This skill contains only documentation and metadata. No executable code, scripts, network calls, or file access capabilities exist. Static findings are false positives triggered by markdown syntax and file path references. The backtick patterns are markdown code block delimiters, not shell execution. No cryptographic functions, network calls, or file operations are present.

2
الملفات التي تم فحصها
217
الأسطر التي تم تحليلها
3
النتائج
4
إجمالي عمليات التدقيق
تم تدقيقه بواسطة: claude عرض سجل التدقيق →

درجة الجودة

38
الهندسة المعمارية
100
قابلية الصيانة
85
المحتوى
21
المجتمع
100
الأمان
91
الامتثال للمواصفات

ماذا يمكنك بناءه

Plan a new locale

Follow the steps to add a new language with correct config, search, and content folders.

Update a guide

Find the right guide file and update localized content without changing code examples.

Adjust navigation

Edit sidebar and navigation labels in the proper language config file.

جرّب هذه الموجهات

Find guide location
Show me where to edit the installation guide for Japanese and what file path to open.
Add a locale
List the exact steps to add a new language locale to the VitePress site and which files to create or edit.
Update nav labels
Which config file controls sidebar labels for French, and where should I edit them?
Check translation rules
Summarize the translation rules and what must remain unchanged when localizing content.

أفضل الممارسات

  • Keep English as the source of truth for content changes
  • Update navigation and sidebar labels in the correct per-language config
  • Preserve code examples and CLI options exactly during translation

تجنب

  • Editing shared config shard when only one language needs changes
  • Modifying code samples or CLI flags while translating text
  • Adding a locale without updating search configuration in configShard

الأسئلة المتكررة

Is this compatible with any VitePress site?
It targets the Repomix website structure and may not match other VitePress projects directly.
Are there limits on how many languages I can add?
No explicit limits exist, but each new locale needs a config file and content folder.
Can it integrate with external translation tools?
The skill provides guidance only and does not integrate with translation services.
Does this skill access or store my data?
It contains no executable code and does not access files, environment, or networks.
What if the sidebar does not update after editing?
Verify you edited the correct per-language config file and that it is properly imported.
How does it compare to a generic documentation guide?
It is specific to the Repomix VitePress layout, translation workflow, and 14-language structure.

تفاصيل المطور

المؤلف

yamadashy

الترخيص

MIT

مرجع

main

بنية الملفات

📄 SKILL.md