From fuse-seo
Use when auditing or generating hreflang for i18n SEO. Covers HTML link tags, HTTP headers, XML sitemap hreflang, self-referencing, return tags, x-default, ISO 639-1 + ISO 3166-1 code validation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/fuse-seo:seo-hreflangThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. Detect hreflang tags (HTML `<link>`, HTTP header, or XML sitemap)
<link>, HTTP header, or XML sitemap)scripts/parse-hreflang.ts → validate<link rel="alternate" hreflang="fr" href="/fr/"> from /fr/)en-UK instead of en-GB)<link rel="alternate" hreflang="fr-FR" href="https://example.com/fr/">Link: <https://example.com/fr/>; rel="alternate"; hreflang="fr-FR"<xhtml:link rel="alternate" hreflang="fr-FR" href="https://example.com/fr/"/>Required for international landing/locale selector pages:
<link rel="alternate" hreflang="x-default" href="https://example.com/">
npx claudepluginhub fusengine/agents --plugin fuse-seoGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Synthesizes the current conversation into a structured spec (PRD) and publishes it to the project issue tracker with a ready-for-agent label, without interviewing the user.