start-session

Installation
SKILL.md

Session Start

Orient at the beginning of a work session. Execute these steps directly (do NOT spawn a subagent — you have the session context, a subagent does not).

Steps

0a. Am I in Herdr? (do this FIRST — it changes how Step 3 must be run)

test "${HERDR_ENV:-}" = 1 && echo "IN HERDR" || echo "not in herdr"

Most sessions now run inside Herdr. When it reports IN HERDR:

Installs
11
GitHub Stars
2
First Seen
Jan 28, 2026
start-session — vishalsachdev/claude-skills