.claude/skills/sandbox-adopt/SKILL.md
Graduate a sandbox experiment to shared team-wide tooling
npx skillsauth add the-agency-ai/the-agency .claude/skills/sandbox-adoptInstall 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.
Move an item from an engineer's sandbox to the shared location, making it team-wide. Cleans up all symlinks.
$ARGUMENTS is <name> or <engineer>/<name>.
Find the item in sandbox directories.
Determine shared destination:
.claude/commands/<name>.md.claude/hookify.<name>.local.md.claude/hooks/<name>.shclaude/tools/<name>scripts/<name>.shCollision check against destination.
Remove ALL symlinks to this item across .claude/.
Move the file to the shared location.
Stage the new file: git add <shared-path>
Print summary including note about broken symlinks for other engineers.
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