markdown-spec-to-page
Installation
SKILL.md
Markdown Spec to Page
1. Overview
Parses a structured markdown document and generates a complete Nuxt 3 landing page. The markdown spec defines page sections, content, and optionally which RDS Vue UI components to use. When no component is specified, the skill infers the best match using the rds-component-mapper decision tree based on the section name and content.
This skill converts a single markdown specification into two output files:
pages/<page-name>.vue— the Nuxt 3 page componentassets/content/<page-name>.json— the structured content data
2. Markdown Spec Format
The specification follows a simple, human-readable markdown structure:
# Page Title