{
  "description": "Ensure the native Lightdash skill is installed globally for use alongside Gemma conventions",
  "hooks": {
    "SessionStart": [
      {
        "matcher": "startup|resume",
        "hooks": [
          {
            "type": "command",
            "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/ensure-native-skill.sh\"",
            "async": true
          }
        ]
      }
    ]
  }
}
