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

SE Kit for Claude Code

A small, opinionated set of Claude Code skills and safety hooks for Solutions Engineers.

The SE Kit is a set of Claude Code skills and safety hooks for Solutions Engineers who run Claude Code locally on a Mac. Everything in it is generic and single-machine: no personal infrastructure, no fleet assumptions.

Repo: github.com/tyler-yukich/se-kit-claude-code (MIT).

What's inside

  • A session loop (four skills) that tracks your accounts across sessions with one markdown file per project. See Session loop.
  • Two utility skills: /tldr (plain-English session summary that leads with the bottom line) and /transcribe (on-device call transcription to Slack canvases; the audio never leaves your machine).
  • Four safety hooks that guard against the common accidental disasters: destructive sf commands, production deploys, laptop memory pressure, and a reverted auto-compact setting. See Hooks.
  • The companion status line, installed by default from a pinned, checksum-verified commit.

Requirements

  • macOS with Apple Silicon (for transcribe)
  • bash, jq, git
  • For transcribe: ffmpeg, mlx-whisper, and the Slack MCP server connected
  • For the org guard: the Salesforce sf CLI

On this page