content-collections
Installation
SKILL.md
Content Collections
Content Collections transforms markdown and other content files into type-safe data collections with full TypeScript support.
When to Use
- Blog posts with frontmatter
- Documentation pages
- Content-driven sites
- Any structured content in markdown/JSON/YAML
- When you need type-safe content access
Installation
npm install @content-collections/core
npm install -D @content-collections/vite # For Vite/TanStack Start