Event Hooks
Community

github

1 event · 1 hook

Install
1
Install the plugin
$
npx claudepluginhub cblecker/claude-plugins --plugin github

Want just this hook?

Then install: npx claudepluginhub u/[userId]/[slug]

Source

Defined in hooks/hooks.json

Configuration
{
  "SessionStart": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "echo 'You have access to a GitHub MCP server. Prefer GitHub MCP tools over the gh CLI and WebFetch tools for all GitHub operations. For raw.githubusercontent.com URLs, use the get_file_contents MCP tool with the appropriate owner, repo, path, and ref parameters instead of WebFetch.'",
          "timeout": 5
        }
      ],
      "matcher": "*"
    }
  ]
}
Summary
{
  "riskFlags": {
    "touchesBash": false,
    "matchAllTools": false,
    "touchesFileWrites": false
  },
  "typeStats": {
    "command": 1
  },
  "eventStats": {
    "SessionStart": 1
  },
  "originCounts": {
    "absolutePaths": 0,
    "pluginScripts": 0,
    "projectScripts": 0
  },
  "timeoutStats": {
    "commandsWithoutTimeout": 0
  }
}
Stats
Stars0
Forks0
Last CommitMar 2, 2026

Similar Hooks