markdown-content
Installation
SKILL.md
Markdown Content Pages — Next.js
This skill defines how to build content-driven pages (blog posts, changelogs, legal pages, knowledge bases) in a Next.js App Router project using MDX.
The goal is visual and behavioral consistency between:
- Markdown codeblocks written in
.mdxfiles (processed at build time) - Custom React code components rendered on the page (highlighted at runtime)