blog

Scaffold a Next.js blog with MDX content, listing pages, and RSS feeds.

2|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/hamzaPixl/pixl-ai --skill blog-hamzapixl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blog
Source: https://github.com/hamzaPixl/pixl-ai/tree/main/packages/crew/skills/blog
Command: npx skills add https://github.com/hamzaPixl/pixl-ai --skill blog-hamzapixl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill scaffolds a content-driven blog using the MDX and Next.js studio stack, enabling teams to launch a polished content site quickly without starting from scratch.

Core Features & Use Cases

  • MDX-driven content: Create blog posts with MDX, enabling rich formatting and interactive components.
  • SEO-ready structure: Builds SEO metadata, sitemap hints, and Open Graph data for better discoverability.
  • Content-driven routing: Generates listing pages, post templates, and category/tag navigation for scalable content sites.

Quick Start

Scaffold a new blog project using the Next.js studio stack and populate it with MDX posts.

Frequently Asked Questions about blog

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold an MDX blog with Next.js?

To scaffold an MDX blog with Next.js, this skill generates a production-ready studio stack including listing pages, post templates, category navigation, and RSS feeds. You need to set up MDX directories and metadata schemas to support content authors.

What is the best way to build a content-driven site with Next.js and MDX?

Building a content-driven site with Next.js and MDX involves generating post templates and scalable routing structures. This skill scaffolds the entire stack, creating SEO metadata, Open Graph data, and sitemap hints for better discoverability without starting from scratch.

Can I use Next.js to generate SEO metadata and RSS feeds for an MDX blog?

Yes, you can use Next.js to generate SEO metadata and RSS feeds for an MDX blog. This skill automatically builds SEO-ready structures, sitemap hints, and Open Graph data alongside category navigation to ensure your content site is fully discoverable.

Does this Next.js blog scaffolding tool require a separate content management system?

No, it does not require a separate content management system because it uses MDX files for content. You simply set up MDX content directories and metadata schemas to support site editors and authors directly within the project.

When do I need to set up MDX content directories for a Next.js blog?

You need to set up MDX content directories when scaffolding a production-ready Next.js blog to enable rich formatting and interactive components. This configuration allows content authors to write posts using MDX within the generated studio stack.