KS
Killer-Skills

rspress-frontmatter — how to use rspress-frontmatter how to use rspress-frontmatter, rspress-frontmatter setup guide, what is rspress-frontmatter, rspress-frontmatter alternative, rspress-frontmatter vs markdown, rspress-frontmatter install, configuring yaml frontmatter, rspress markdown configuration, controlling page metadata

v1.0.0
GitHub

About this Skill

Ideal for Markdown Agents requiring precise control over RSPress page metadata and layout configuration. rspress-frontmatter is a configuration skill for controlling YAML frontmatter in RSPress markdown/mdx files to manage page metadata and layout.

Features

Configures YAML frontmatter in RSPress markdown/mdx files
Supports core metadata fields like title, description, and titleSuffix
Enables page layout control using specific fields
Overrides H1 heading with custom page title
Generates SEO meta tags using page description

# Core Topics

spencerbeggs spencerbeggs
[0]
[0]
Updated: 3/6/2026

Quality Score

Top 5%
36
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add spencerbeggs/claude-design-coordinator/rspress-frontmatter

Agent Capability Analysis

The rspress-frontmatter MCP Server by spencerbeggs is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use rspress-frontmatter, rspress-frontmatter setup guide, what is rspress-frontmatter.

Ideal Agent Persona

Ideal for Markdown Agents requiring precise control over RSPress page metadata and layout configuration.

Core Value

Empowers agents to configure YAML frontmatter in RSPress markdown/mdx files, controlling page metadata, layout, and special page types using fields like title, description, and titleSuffix, thereby enhancing SEO meta tags and page customization.

Capabilities Granted for rspress-frontmatter MCP Server

Configuring page metadata for improved SEO
Customizing page layouts using YAML frontmatter
Creating special page types with tailored metadata

! Prerequisites & Limits

  • Requires RSPress environment
  • Limited to markdown/mdx file formats
  • Dependent on YAML frontmatter configuration
Project
SKILL.md
2.5 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

RSPress Frontmatter Configuration

Configure YAML frontmatter in RSPress markdown/mdx files to control page metadata, layout, and special page types.

Core Metadata Fields

FieldTypeDescription
titlestringPage title (overrides H1 heading)
descriptionstringPage description for SEO meta tags
titleSuffixstringCustom suffix for page title

Page Layout Control

FieldTypeDescription
pageTypestringPage type: doc, home, blank, custom
sidebarbooleanShow/hide sidebar (default: true)
outlinebooleanShow/hide table of contents outline (default: true)
footerbooleanShow/hide footer (default: true)
navbarbooleanShow/hide navigation bar (default: true)

Overview Page Configuration

Configure automatic overview pages that list child pages:

yaml
1--- 2pageType: overview 3overview: true 4overviewHeaders: 5 - 2 6 - 3 7---

Home Page Configuration

Configure hero sections and feature cards:

yaml
1--- 2pageType: home 3hero: 4 name: Project Name 5 text: Tagline text 6 tagline: Subtitle description 7 actions: 8 - text: Get Started 9 link: /guide/getting-started 10 theme: brand 11 - text: View on GitHub 12 link: https://github.com/user/repo 13 theme: alt 14features: 15 - title: Feature One 16 details: Description of first feature 17 icon: 🚀 18 - title: Feature Two 19 details: Description of second feature 20 icon:21---

Common Examples

Standard documentation page:

yaml
1--- 2title: Getting Started 3description: Learn how to install and configure the project 4sidebar: true 5outline: true 6---

Home page:

yaml
1--- 2pageType: home 3title: Welcome 4navbar: true 5sidebar: false 6hero: 7 name: My Project 8 text: Build amazing things 9 tagline: Fast, flexible, and powerful 10---

API reference page:

yaml
1--- 2title: API Reference 3description: Complete API documentation 4outline: true 5pageType: doc 6---

Blank page (custom layout):

yaml
1--- 2pageType: blank 3navbar: false 4sidebar: false 5footer: false 6---

Overview page:

yaml
1--- 2title: Guides 3pageType: overview 4overview: true 5---

Notes

  • Frontmatter must be at the very top of the file
  • All frontmatter blocks must use triple-dash (---) delimiters
  • Use YAML syntax for all field values
  • Boolean values should be lowercase: true, false
  • The title field overrides the first H1 heading in the document

Related Skills

Looking for an alternative to rspress-frontmatter or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication