rspress-description-generator

Generate missing description frontmatter for Rspress documentation pages.

7|1|Updated Jun 12, 2026
One-click install
npx skills add https://github.com/lazygophers/aidog --skill rspress-description-generator-lazygophers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rspress-description-generator
Source: https://github.com/lazygophers/aidog/tree/main/.claude/skills/rspress-description-generator
Command: npx skills add https://github.com/lazygophers/aidog --skill rspress-description-generator-lazygophers

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual burden of adding and maintaining description frontmatter across Rspress documentation sites, improving search snippets, social previews, and AI-friendly metadata.

Core Features & Use Cases

  • Docs frontmatter generation: Detects Rspress doc roots, scans markdown and MDX files, and inserts missing descriptions in the correct YAML position.
  • I18n-aware processing: Handles language-separated docs trees so each page gets a description that matches its content language.
  • Batch metadata maintenance: Supports large documentation sites by identifying files that need updates and preserving existing non-empty descriptions.
  • Use case: A documentation team adds new pages to a multilingual Rspress site and uses this Skill to generate consistent descriptions before publishing.

Quick Start

Ask the AI to scan the Rspress docs site and generate missing description frontmatter for every markdown page without changing files yet.

Frequently Asked Questions about rspress-description-generator

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

FAQPage Schema
How do I add missing SEO descriptions to Rspress markdown pages?

To add missing SEO descriptions to Rspress markdown pages, the Skill scans your documentation root, detects the i18n structure, and inserts valid YAML frontmatter descriptions into markdown and MDX files without altering existing non-empty metadata.

What is the best way to batch generate frontmatter for a multilingual Rspress documentation site?

Batch generating frontmatter for a multilingual Rspress documentation site requires scanning language-separated docs trees to insert descriptions matching each page's content language while preserving existing valid YAML metadata.

Does the Rspress description generator support both markdown and MDX files?

Yes, the Rspress description generator supports both markdown and MDX files, scanning your documentation site to insert missing descriptions in the correct YAML frontmatter position across all content formats.

Why do my Rspress documentation pages have empty description frontmatter?

Empty description frontmatter in Rspress pages occurs when markdown files are created without manual SEO metadata, which this Skill resolves by detecting missing descriptions and generating valid YAML entries automatically.

Can I generate SEO-ready descriptions for my Rspress docs without overwriting existing frontmatter?

You can generate SEO-ready descriptions for Rspress docs without overwriting existing frontmatter because the Skill explicitly preserves existing non-empty metadata and only inserts missing YAML descriptions.