What problem does it solve? Content-driven sites fail in production in ways local development never reveals: CMS slug changes break inbound links, missing translation keys show raw strings to users, MDX builds crash on unregistered components, and malformed structured data hurts search rankings. This Skill provides audited patterns across the full content stack to keep content sites correct, fast, and discoverable. ## Core Features & Use Cases - Blog & CMS Patterns: Typed post schemas, pagination, RSS feeds, reading time, related posts, plus Sanity/Contentful/Strapi integration with preview mode and webhook-triggered ISR revalidation. - MDX, i18n & SEO: MDX component registries with safe fallbacks, Shiki syntax highlighting, locale routing with hreflang tags, missing-translation CI checks, JSON-LD structured data, and sitemap generation. - Video Repurposing & Content Scoring: Long-to-short video pipelines with captions and face-crop, plus a 4-dimension scoring model (hook, engagement, value, shareability) for articles and clips. - Use Case: When migrating a WordPress blog to Sanity in a Next.js app, use this Skill to generate the redirect map, typed GROQ queries with Zod validation, revalidation webhooks, and an SEO preservation checklist. ## Quick Start Ask the agent to audit your Next.js blog for missing RSS feeds, broken hreflang tags, and unpublished pages leaking into the sitemap.