If you're running an Rspress documentation site, every page needs a description in its frontmatter for SEO snippets, social previews, and AI indexing formats like llms.txt. This skill scans your docs directory, detects i18n structure if present, and generates description metadata for any file missing it. It knows to skip shared snippets and config files, pulls context from hero sections on home pages, and writes descriptions in the same language as the content. The instructions are thorough on YAML formatting and length constraints (50-160 characters), with solid guidance on writing specific, no-fluff descriptions that actually help search engines and readers. Useful for batch-updating existing sites or ensuring new doc pages ship complete.
npx skills add https://github.com/rstackjs/agent-skills --skill rspress-description-generator