Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Use this skill when working on the Repomix documentation website in `website/` directory, including VitePress configuration, multi-language content, or translation workflows.
VitePress 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, ru
config/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 truthnpx skills add yamadashy/repomix --skill website-maintainerHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.