Event Hooks

nuxt-seo

4 events · 4 hooks

Install
1
Install the plugin
$
npx claudepluginhub secondsky/claude-skills --plugin nuxt-seo

Want just this hook?

Add to a custom plugin, then install with one command.

Risk Indicators
Modifies files
Source

Defined in hooks/hooks.json

Configuration
{
  "Stop": [
    {
      "hooks": [
        {
          "type": "prompt",
          "prompt": "If this session involved Nuxt SEO configuration, verify before stopping:\n\n1. **site.url** is set in nuxt.config.ts (required for sitemaps/OG images)\n2. **useSeoMeta** or defineOgImage used in pages that need SEO\n3. **Schema.org** identity configured for the project type\n4. No obvious SEO issues (missing titles, descriptions)\n\nIf SEO work was done but validation checks weren't run, suggest running /validate-sitemap or /check-schema before completing. Otherwise approve stopping.",
          "timeout": 20
        }
      ],
      "matcher": "*"
    }
  ],
  "PreToolUse": [
    {
      "hooks": [
        {
          "type": "prompt",
          "prompt": "Check if the file being modified is a Nuxt SEO-related file (nuxt.config.ts, pages/*.vue, components/OgImage/*.vue, server/api/__sitemap__/*.ts). If so, validate:\n\n1. **nuxt.config.ts**: Ensure site.url is set, modules include @nuxtjs/seo or individual modules, schemaOrg.identity is configured\n2. **Pages with useSeoMeta**: Check title, description, ogImage are defined\n3. **OgImage components**: Verify Satori-compatible CSS (flex only, no grid/block)\n4. **Sitemap endpoints**: Ensure defineSitemapEventHandler is used with valid SitemapUrl objects\n\nIf issues found, return suggestions. Otherwise approve silently.",
          "timeout": 15
        }
      ],
      "matcher": "Write|Edit"
    }
  ],
  "PostToolUse": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/check-seo-config.sh",
          "timeout": 10
        }
      ],
      "matcher": "Write"
    }
  ],
  "SessionStart": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/detect-nuxt-seo.sh",
          "timeout": 5
        }
      ],
      "matcher": "*"
    }
  ]
}
Summary
{
  "riskFlags": {
    "touchesBash": false,
    "matchAllTools": false,
    "touchesFileWrites": true
  },
  "typeStats": {
    "prompt": 2,
    "command": 2
  },
  "eventStats": {
    "Stop": 1,
    "PreToolUse": 1,
    "PostToolUse": 1,
    "SessionStart": 1
  },
  "originCounts": {
    "absolutePaths": 0,
    "pluginScripts": 2,
    "projectScripts": 0
  },
  "timeoutStats": {
    "commandsWithoutTimeout": 0
  }
}
Stats
Stars79
Forks8
Last CommitDec 29, 2025
Actions

Similar Hooks