.claude/skills/sandbox-create/SKILL.md
Create a new experimental command, hook, rule, tool, or script in your sandbox
npx skillsauth add the-agency-ai/the-agency .claude/skills/sandbox-createInstall 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.
Scaffold a new item in your sandbox with collision detection.
$ARGUMENTS is <type> <name> where:
command, hook, hookify, tool, scriptParse arguments: Extract type and name. Validate name matches ^[a-z0-9-]+$.
Detect engineer: Scan usr/*/ directories. If only one, use it. If multiple, match against git config user.name.
Collision check: Search ALL locations for the same name:
.claude/commands/, .claude/hooks/, .claude/hookify.*, claude/tools/usr/*/claude/commands/, usr/*/claude/hooks/, usr/*/claude/hookify/, usr/*/tools/, usr/*/scripts/Scaffold the item based on type with appropriate template (command .md, hook .sh, hookify .md, tool .ts, script .sh).
Make executable (hook and script types only).
Print result:
Created: usr/<engineer>/<path>/<name>.<ext>
Next: edit the file, then activate it:
/sandbox-activate <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