SkillHub

workspace-anchor

v1.0.0

通过环境路径发现、列举、切换和验证工作区锚点,管理多智能体项目并防止上下文漂移。

Sourced from ClawHub, Authored by zenchantlive

Installation

Please help me install the skill `workspace-anchor` from SkillHub official store. npx skills add zenchantlive/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.