src/claude/skills/sandbox-try/SKILL.md
Try another engineer's sandbox experiment by symlinking it locally
npx skillsauth add the-agency-ai/the-agency src/claude/skills/sandbox-tryInstall 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.
Activate another engineer's experiment in your local environment.
$ARGUMENTS is <engineer>/<name> — e.g., jordan/my-workflow or alex/quick-deploy.
Parse arguments: Split on / to get engineer and item name.
Verify the item exists in usr/<engineer>/. If not found, show what IS in that sandbox.
Check for conflicts: Is there already an active symlink with the same name?
Create symlink using the author's prefix (not yours):
usr-<author>.<name> regardless of who activates/sandbox-activatePrint confirmation:
Trying: <engineer>/<name>
Symlink: .claude/commands/usr-<engineer>.<name>.md → usr/<engineer>/claude/commands/<name>.md
This is <engineer>'s experiment. To stop: /sandbox-deactivate <name>
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