Octo Freeze banner
nyldn nyldn

Octo Freeze

Development community

Description

--- description: "Restrict file edits to a specific directory boundary" --- # Freeze Mode - Edit Boundary Enforcement ## Instructions When the user invokes `/octo:freeze <directory>`, activate freeze mode to restrict Edit and Write operations to the specified directory. ### Activation 1. Resolve the directory argument to an absolute path 2. Ensure trailing `/` for safe prefix matching 3. Write the boundary to the state file: ```bash # Resolve to absolute path freeze_dir="$(cd "$1" 2>/dev/n

Installation

Installs to ~/.claude/skills/nyldn-claude-octopus-octo-freeze/SKILL.md

Terminal
mkdir -p ~/.claude/skills/nyldn-claude-octopus-octo-freeze && curl -fsSL https://raw.githubusercontent.com/nyldn/claude-octopus/HEAD/commands/octo-freeze.md -o ~/.claude/skills/nyldn-claude-octopus-octo-freeze/SKILL.md

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

Full documentation available on GitHub

View Source Repository