/hooks:session-start-hook Generate a hook that prepares your repository for Claude Code on the web — installing dependencies, configuring environment variables, and verifying that tests and linters work. When to Use This Skill | Use this skill when... | Use instead when... | |---|---| | Setting up a repo for Claude Code on the web | Configuring other hook types (PreToolUse, Stop, etc.) | | Need automatic dependency install in web sessions | Need general hooks knowledge or debugging | | Want tests/linters verified on session start | Writing custom hook logic from scratch | | Onboarding a proje…