website-maintainer

Manage VitePress configuration and multi-language documentation content.

27.7k|1.5k|Updated Jul 13, 2024
One-click install
npx skills add https://github.com/yamadashy/repomix --skill website-maintainer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: website-maintainer
Source: https://github.com/yamadashy/repomix/tree/main/website/.claude/skills/website-maintainer
Command: npx skills add https://github.com/yamadashy/repomix --skill website-maintainer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps manage the Repomix documentation website by configuring VitePress, adding multi-language content, and coordinating translation workflows.

Core Features & Use Cases

  • VitePress configuration: manage site config and per-language settings.
  • Localization workflows: add languages and translations for docs.
  • Content workflows: edit docs in src/[lang]/ guides or translations.

Quick Start

Use this skill to adjust site language config and add a new locale, for example enabling ja translations.

Frequently Asked Questions about website-maintainer

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

FAQPage Schema
How do I set up multi-language documentation with VitePress?

Multi-language documentation in VitePress requires configuring language routing in config.ts and organizing content under src/[lang]/ directories for each locale. This skill manages that configuration and content structure across all supported languages, enabling per-language site settings and translation workflows.

How do I add a new language to my VitePress docs site?

Adding a new language involves updating VitePress configuration files (config.ts and configShard.ts) and creating translated content in src/[lang]/ folders. This skill automates the localization workflow, coordinating configuration changes and content organization for the new locale.

What's the best way to manage translations across a documentation site?

Translation workflows benefit from centralized configuration management and structured content directories. This skill coordinates multi-language content edits and translation updates across website sources, ensuring consistent locale handling in VitePress configurations.

Can I use VitePress for documentation that needs multiple language versions?

Yes. VitePress supports multi-language sites through configuration and content organization. This skill handles the localization setup—managing per-language settings, content structure in src/[lang]/, and translation coordination required for multilingual documentation.

Do I need special tools to manage VitePress localization workflows?

No special tools are required beyond a standard Node.js project workflow. This skill manages VitePress configuration and multi-language content using standard editing of config files and content directories for each supported locale.