.claude/skills/sandbox-list/SKILL.md
Show all sandbox items across engineers with activation status
npx skillsauth add the-agency-ai/the-agency .claude/skills/sandbox-listInstall 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 what's in every engineer's sandbox, with activation status.
Detect current engineer from git config user.name matched against usr/*/.
Scan all sandboxes for items:
usr/<name>/claude/commands/*.mdusr/<name>/claude/hooks/*.shusr/<name>/claude/hookify/*.mdusr/<name>/tools/*usr/<name>/scripts/*.gitkeep filesCheck activation status for each item (symlink exists in .claude/).
Display grouped by engineer:
jordan (you):
Type Name Status
────────────────────────────────────────
command my-workflow active
hookify strict-imports inactive
tool audit-helper —
If no sandboxes: suggest /sandbox-init.
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