rspress-navigation

Generate hierarchical _meta.json navigation metadata for RSPress documentation sites.

Updated Jan 20, 2026
One-click install
npx skills add https://github.com/spencerbeggs/claude-design-coordinator --skill rspress-navigation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rspress-navigation
Source: https://github.com/spencerbeggs/claude-design-coordinator/tree/main/.claude/skills/rspress-navigation
Command: npx skills add https://github.com/spencerbeggs/claude-design-coordinator --skill rspress-navigation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically generate progressive, hierarchical navigation metadata for RSPress documentation sites to simplify content discovery and maintenance.

Core Features & Use Cases

  • Creates hierarchical _meta.json navigation structures for modules and sections.
  • Supports collapsible sections, breadcrumbs, and progressive content ordering (concepts, guides, examples).
  • Applies navigation strategies (user journey, alphabetical, category) to organize content across large documentation sites.

Quick Start

Generate the navigation for an entire module or a specific section using the rspress-navigation command.

Frequently Asked Questions about rspress-navigation

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

FAQPage Schema
How do I generate hierarchical navigation for an RSPress documentation site?

RSPress navigation allows user journey, alphabetical, and category strategies to organize pages across large documentation sites. Apply these strategies to generate module-wide or section-specific navigation metadata automatically.

What is the best way to automate _meta.json creation for RSPress?

Automate _meta.json creation for RSPress by analyzing your document structure and frontmatter. The process reads site configuration, scans pages, and validates references to produce valid navigation metadata without manual entry.

Does RSPress navigation support collapsible sections and breadcrumbs?

RSPress navigation supports collapsible sections and breadcrumbs within the generated _meta.json files. It structures content hierarchically, enabling progressive content ordering for concepts, guides, and examples.

Can I organize RSPress pages using a user journey navigation strategy?

You can organize RSPress pages using a user journey navigation strategy, alongside alphabetical or category methods. These strategies structure content across modules and sections to simplify discovery and maintenance.

Do I need a design.config.json file to generate RSPress navigation metadata?

You need a design.config.json file to generate RSPress navigation metadata. The generation process reads this site configuration to scan MDX/MD pages, extract frontmatter, and validate references before outputting _meta.json files.