Scope Lock banner
cmillstead cmillstead

Scope Lock

Data community

Description

--- name: scope-lock description: "Restrict file edits to a specific directory within the coding-team pipeline. Prevents accidentally modifying unrelated code while debugging. Run /scope-unlock to remove. For standalone edit restriction outside coding-team, use /freeze." argument-hint: "<directory>" --- Read and follow `~/.claude/skills/coding-team/skills/scope-lock/SKILL.md`, passing `$ARGUMENTS` through as the directory to lock.

Installation

Installs to ~/.claude/skills/cmillstead-coding-team-scope-lock/SKILL.md

Terminal
mkdir -p ~/.claude/skills/cmillstead-coding-team-scope-lock && curl -fsSL https://raw.githubusercontent.com/cmillstead/coding-team/HEAD/commands/scope-lock.md -o ~/.claude/skills/cmillstead-coding-team-scope-lock/SKILL.md

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

Full documentation available on GitHub

View Source Repository