Tyler's Solutions
How To'sSE Kit for Claude Code

Install

Run the installer, or point Claude Code at the repo.

Option A: run the installer

git clone https://github.com/tyler-yukich/se-kit-claude-code.git
cd se-kit-claude-code
./install.sh

The installer copies the skills into ~/.claude/skills/, the hooks into ~/.claude/hooks/, and merges the hook wiring into ~/.claude/settings.json (backing it up first, and skipping any hook already present). Then start a new Claude Code session.

It also installs the companion status line from a pinned commit, verified against a sha256 checksum before install. A moved branch or tampered file is skipped, never executed. It never overwrites a status line you already have. Skip it with SE_KIT_NO_STATUSLINE=1 ./install.sh.

Option B: let Claude Code do it

Point your Claude Code instance at the repo and say: "Read the README and install this SE kit." Claude clones the repo and runs the installer, or performs the equivalent copy and settings merge by hand, backing up settings.json first and never disturbing unrelated settings.

On this page