.claude/skills/sandbox-activate/SKILL.md
Activate a sandbox item by symlinking it to the Claude Code discovery location
npx skillsauth add the-agency-ai/the-agency .claude/skills/sandbox-activateInstall 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.
Wire up a sandbox item so Claude Code discovers and uses it.
$ARGUMENTS is <name> — the item name (without extension).
Detect engineer from usr/*/ directories.
Find the item by searching usr/<engineer>/ for files matching <name>:
usr/<engineer>/claude/commands/<name>.md → commandusr/<engineer>/claude/hooks/<name>.sh → hookusr/<engineer>/claude/hookify/<name>.md → hookifyusr/<engineer>/tools/<name>.* → toolusr/<engineer>/scripts/<name>.* → scriptCheck for existing symlink. If one exists, show target and ask to replace.
Create symlink based on type:
ln -sf ../../usr/<engineer>/claude/commands/<name>.md .claude/commands/usr-<engineer>.<name>.mdln -sf ../usr/<engineer>/claude/hookify/<name>.md .claude/hookify.usr-<engineer>.<name>.local.mdVerify the symlink resolves.
Print confirmation.
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