This skill should be used when the user asks to 'create an article', 'add a blog post', 'modify frontmatter', 'add a category', or 'update content schema'. Provides guidance for MDX articles, content-collections, and static content data in content/articles/*.mdx, content/data/*.ts, content-collections.ts.
content/articles/*.mdx - MDX article filescontent/data/*.ts - Static content data (categories, roles, projects, testimonials)content-collections.ts - Article schema configurationlib/content/articles.ts - Article fetching utilitiescontent/articles/ and use next sequential number (e.g., 0005-)content/articles/[NNNN]-[slug].mdxcontent/data/categories.tscontent/data/categories.ts: Add to CATEGORYTITLES arraycontent-collections.ts firstschema functiontransform if new computed fields needed---
isPublished: false