Creating and developing startup hooks for Claude Code. Use when the user wants to set up a repository for Claude Code, create a SessionStart hook to ensure…
Startup Hook Skill for Claude Code
Create SessionStart hooks that install dependencies so tests and linters work in Claude Code sessions (CLI, web, or API).
Hook Basics
Input (via stdin)
{
"session_id": "abc123",
"source": "startup|resume|clear|compact",
"transcript_path": "/path/to/transcript.jsonl",
"permission_mode": "default",
"hook_event_name": "SessionStart",
"cwd": "/workspace/repo"
}don't have the plugin yet? install it then click "run inline in claude" again.