Whereami banner
r r

Whereami

DevOps community

Description

--- description: Report the current host / git / docker context so we don't act on the wrong machine --- Report the operating context so we never act on the wrong machine. Run only read-only checks, then summarize. Do not change anything. 1. Current host: `hostname`; note whether we're local, inside an SSH session, or inside a `docker exec`. 2. Primary IPs (`ip -br addr` or `hostname -I`) and map them to the host table in `~/.claude/rules/infra.md` if you keep one. 3. Working directory; if it'

Installation

Installs to ~/.claude/skills/r-claude.md-whereami/SKILL.md

Terminal
mkdir -p ~/.claude/skills/r-claude.md-whereami && curl -fsSL https://raw.githubusercontent.com/r/claude.md/HEAD/commands/whereami.md -o ~/.claude/skills/r-claude.md-whereami/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository