# ⚓ Workspace Anchor

> Multi-agent workspace awareness and safety system. Discovers, lists, switches, and validates projects using environment-based naming to prevent agent drift.

- Skill: `modbender/workspace-anchor` (Agent Skill, multi-file: 9 files)
- Install (CLI): `npx skillmds add modbender/workspace-anchor`
- Raw SKILL.md: https://api.skillmd.com/api/skills/modbender/workspace-anchor/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: modbender (https://skillmd.com/u/modbender)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/modbender/workspace-anchor

---


# ⚓ Workspace Anchor

Multi-agent workspace awareness and safety system. Discovers, lists, switches, and validates projects using environment-based naming to prevent agent drift.

## 🤖 Agent Instruction (CRITICAL)
Before using this skill, you MUST identify the correct absolute paths for the user's environment. Use `exec` to find `.project-lock` files if paths are ambiguous.

## 📝 CLI Commands
- `discover`: Find all `.project-lock` files.
- `list`: Show formatted list of anchors.
- `create <path>`: Initialize a new anchor.
- `switch <name>`: Change active context.
- `validate <path>`: Check if path is within current anchor.

