Caution banner
FJ-Oekstrahay FJ-Oekstrahay

Caution

Productivity community

Description

the user prefaced a task with **"caution"** (or invoked `/caution`). This is a standing signal: before doing the work, check whether any part of it could collide with other Claude Code sessions running on this machine, then split the work into **safe-now** vs **defer**. Do not guess glibly — walk this procedure. ## Procedure 1. **Enumerate active peers.** Call `mcp__claude-peers__list_peers` (scope: `machine`). Note each session's CWD/repo — those are the directories you must not write into. 2

Installation

Installs to ~/.claude/skills/fj-oekstrahay-claude-personal-os-caution/SKILL.md

Terminal
mkdir -p ~/.claude/skills/fj-oekstrahay-claude-personal-os-caution && curl -fsSL https://raw.githubusercontent.com/FJ-Oekstrahay/claude-personal-os/HEAD/commands/caution.md -o ~/.claude/skills/fj-oekstrahay-claude-personal-os-caution/SKILL.md

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

Full documentation available on GitHub

View Source Repository