Use this skill when working on the Repomix documentation website in `website/` directory, including VitePress configuration, multi-language content, or translation workflows.
66
79%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./website/.claude/skills/website-maintainer/SKILL.mdVitePress documentation site with 14 languages.
website/client/
├── .vitepress/
│ ├── config.ts # Main config (imports all locales)
│ └── config/
│ ├── configShard.ts # Shared settings (PWA, sitemap, etc.)
│ └── config[Lang].ts # Per-language config (nav, sidebar, search)
└── src/
└── [lang]/ # en, ja, zh-cn, zh-tw, ko, de, fr, es, pt-br, id, vi, hi, it, ruconfig/configXx.ts based on existing (exports config + search translations)locales in config.tsconfigShard.tssrc/xx/ directory with content (copy from en/)src/[lang]/guide/*.md (e.g., src/ja/guide/installation.md)config/config[Lang].ts → themeConfig.sidebarconfigShard.tssrc/en/) is source of truthc898ff0
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.