mdx-content

Installation
SKILL.md

MDX Content Conventions

Article sections

Section MDX path URL
Thoughts app/(home)/(article)/thoughts/_articles/ /thoughts/[slug]
Notes app/(home)/(article)/notes/_articles/ /notes/[slug]
Episodes app/(home)/(article)/episodes/_articles/ /episodes/[slug]
Drafts app/(home)/(article)/drafts/_articles/ /drafts/[slug]

_articles/ is a private folder (not a URL segment). Slug = filename without .mdx (kebab-case).

Frontmatter

Export a JS object — not YAML frontmatter:

Installs
3
Repository
1chooo/skills
GitHub Stars
1
First Seen
6 days ago
mdx-content — 1chooo/skills