This is the official Nuxt SEO v5 bundle that pulls together eight modules for handling robots.txt, sitemaps, Open Graph images, Schema.org data, and link checking. If you're building a Nuxt 3 app and need proper indexing, you'll want this. The v5 release introduced breaking changes around site configuration, so watch out if you're upgrading: site.name is no longer auto-inferred from package.json, and you need to use getSiteConfig(event) server-side instead of useSiteConfig(event). The skill covers common gotchas like missing canonical URLs and staging environments getting indexed. It includes both the complete bundle install and individual module setups depending on what you need.
npx skills add https://github.com/secondsky/claude-skills --skill nuxt-seo