Import blog posts into the site with slug generation, frontmatter setup, image processing via ImageMagick, and MDX structure. Supports both importing finished text and collaborative writing workflows. Use when the user wants to import a blog post, add an article, publish content, or mentions blog posts or MDX files.
Determine the workflow path:
Most commonly, the user arrives with finished text and needs technical setup.
Key Workflow Principles:
mv commands to relocate files, don't copy/recreateUser behavior: Always provides a simple/dummy filename (e.g., blog-post.mdx, cursor-new-features.mdx)
Your task:
cursor-from-tool-to-thinking-partner.mdxsrc/content/blog/[slug].mdx using mv command (don't copy/recreate)Examples:
agent-hooks-reactive-development.mdxsolar-powered-crypto-mining-etc-surplus-energy.mdxCreate complete frontmatter with all required fields:
---