Handles the HTML structure, schema markup, and SEO metadata for individual article pages, while article-content handles what you actually write. Think of it as the wrapper around your blog post: it generates the page template with proper semantic HTML, JSON-LD schema for search engines, Open Graph tags, and meta descriptions. Use this when you need the full single-post page setup, not just the article body. The separation makes sense because you often want to write content first and worry about page structure later, or vice versa. Pairs naturally with article-content for the complete flow, and it specifically differentiates from blog-page-generator, which handles index and listing pages instead.
npx skills add https://github.com/kostja94/marketing-skills --skill article-page-generator