What problem does it solve?
Creates consistent, repo-ready Ylang Labs blog MDX posts with the correct frontmatter, assets, references, and MDX layout conventions so your content is publishable and maintainable.
Core Features & Use Cases
- Frontmatter and post-type scaffolding: Generates the required
data/blogs/[slug].mdx structure and chooses the right layout (PostBanner, PostLayout, or PostSimple) for the post’s intent.
- Slug, assets, and image conventions: Ensures kebab-case slug selection and standardizes image paths and filenames for card and header assets.
- Research packet and provenance workflow: Sets up
refs/[slug]/ reference/readme structures for citations, bibliographies, and source tracking, with optional integration for BibTeX workflows.
- Calendar and editorial coordination: Preserves GitHub issue/project metadata when content is driven by the content calendar and aligns with the project’s writing and tagging standards.
Quick Start
Tell the skill to convert your blog topic and brief into a complete MDX file at data/blogs/your-slug.mdx, including frontmatter, the PostBanner scaffold, and the required assets folder structure for your images.