src/claude/skills/sandbox-status/SKILL.md
Show all active sandbox symlinks and their health (OK or broken)
npx skillsauth add the-agency-ai/the-agency src/claude/skills/sandbox-statusInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Show all active sandbox symlinks across all engineers.
Scan discovery directories for usr-* symlinks:
.claude/commands/usr-*.claude/hooks/usr-*.claude/hookify.usr-*.local.mdFor each symlink, resolve the target and check if it exists.
Display table:
Active Sandbox Symlinks:
Symlink Source Status
─────────────────────────────────────────────────────────────────────────────────────────────────
.claude/commands/usr-alice.my-thing.md usr/alice/claude/commands/my-thing.md OK
.claude/hookify.usr-alice.strict.local.md usr/alice/agency/hookify/strict.md OK
.claude/commands/usr-bob.quick-deploy.md usr/bob/claude/commands/quick-deploy.md BROKEN
If broken symlinks found: suggest /sandbox-deactivate.
If no symlinks: report "No active sandbox symlinks."
business
Sync worktree with master — merge, copy settings, run sandbox-sync, report changes
tools
List all git worktrees with status info (branch, clean/dirty, deps)
tools
Remove a git worktree and optionally delete its branch
development
Create a new git worktree with dedicated branch and bootstrapped dev environment