orient

Installation
SKILL.md

Context — gather first

Collect these with individual Bash calls, one command per call:

  • Claude session id — printenv CLAUDE_CODE_SESSION_ID
  • Current branch — git branch --show-current
  • Recent commits — git log --oneline -8
  • Working tree status — git status --porcelain, reading at most the first 20 entries

Treat any failure as an unknown value and carry on. These are gathered here rather than pre-computed because a worktree-isolated agent refuses any command carrying a $-expansion, which made this skill fail at load — keep $-expansion out of the pre-compute block (#1687).

Orient

Purpose

Installs
2
GitHub Stars
12
First Seen
Jul 21, 2026
orient — melodic-software/claude-code-plugins