AI AGENT ADDONS

Session Start Hook

camacho/ai-skills

Any developer can make their Claude Code sessions run smoothly from the start. This skill helps you create a SessionStart hook that automatically installs all project dependencies. That way your tests and linters work right away without manual setup.

The hook runs when a session begins, either on the web or in your terminal. It checks for dependency files like package.json or requirements.txt and installs the needed packages. It can also update skills and surface helpful prompts.

You only need a bash script and a few environment variables. The hook is safe to run multiple times and works with async mode to reduce delay. This makes your AI assistant ready to help from the very first command.

Add Session Start Hook skill to your workflow

Global

mkdir -p ~/.claude/skills/session-start-hook

Project

mkdir -p .claude/skills/session-start-hook

Source Repository

Stars
1
Forks
0
Watchers
1
Last Push
1 month ago
Created
4 months ago