Install
1
Install the plugin$
npx claudepluginhub addyosmani/agent-skillsWant just this hook?
Add to a custom plugin, then install with one command.
Source
Defined in hooks/hooks.json
Configuration
{
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/session-start.sh"
}
]
}
]
}Summary
{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"command": 1
},
"eventStats": {
"SessionStart": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 1,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 1
}
}Stats
Stars112
Forks7
Last CommitFeb 23, 2026
Actions