sandbox-activate
SkillAI & modelsActivate a sandbox item by symlinking it to the Claude Code discovery location
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the sandbox-activate skill
What this skill tells your AI
The instructions your AI receives, as published by the-agency-ai/the-agency in .claude/skills/sandbox-activate/SKILL.md and read by ahel’s review.
Sandbox Activate
Wire up a sandbox item so Claude Code discovers and uses it.
Arguments
$ARGUMENTS is <name> — the item name (without extension).
Steps
-
Detect engineer from
usr/*/directories. -
Find the item by searching
usr/<engineer>/for files matching<name>:usr/<engineer>/claude/commands/<name>.md→ commandusr/<engineer>/agency/hooks/<name>.sh→ hookusr/<engineer>/agency/hookify/<name>.md→ hookifyusr/<engineer>/tools/<name>.*→ toolusr/<engineer>/scripts/<name>.*→ script
-
Check for existing symlink. If one exists, show target and ask to replace.
-
Create symlink based on type:
- command:
ln -sf ../../usr/<engineer>/claude/commands/<name>.md .claude/commands/usr-<engineer>.<name>.md - hookify:
ln -sf ../usr/<engineer>/agency/hookify/<name>.md .claude/hookify.usr-<engineer>.<name>.local.md - hook: create symlink + print the settings.local.json entry needed for manual wiring
- tool/script: print PATH instruction
- command:
-
Verify the symlink resolves.
-
Print confirmation.
Signals
- GitHub stars
- 55
- Forks
- 8
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
sandbox-activate- Source
- github.com/the-agency-ai/the-agency