sandbox-deactivate

Remove sandbox symlinks to deactivate items in development environments.

39|6|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/the-agency-ai/the-agency --skill sandbox-deactivate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sandbox-deactivate
Source: https://github.com/the-agency-ai/the-agency/tree/main/.claude/skills/sandbox-deactivate
Command: npx skills add https://github.com/the-agency-ai/the-agency --skill sandbox-deactivate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It simplifies the process of deactivating sandbox items by removing associated symlinks, avoiding manual file cleanup and ensuring clean environment management.

Core Features & Use Cases

  • Symlink Management: Finds and safely removes symlinks associated with sandbox items based on provided names.
  • Environment Cleanup: Helps developers and AI agents deactivate sandbox configurations without deleting source files.
  • Use Case: When an experimental feature or sandbox setup needs to be temporarily disabled, this skill automates the removal of all related symlinks.

Quick Start

To deactivate a sandbox item named "example-item", run the sandbox deactivate skill with the item name as argument.

Frequently Asked Questions about sandbox-deactivate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deactivate sandbox items by removing symlinks?

To deactivate sandbox items by removing symlinks, this skill automates the process by finding and safely removing the associated filesystem links based on provided item names. It performs safety checks before removal to ensure clean environment management.

Does removing symlinks delete my source files during sandbox cleanup?

No, removing symlinks during sandbox cleanup does not delete your source files. The skill ensures safe cleanup by only targeting the filesystem links associated with sandboxed components, leaving the original source files untouched.

What is the best way to disable an experimental feature in a development environment?

The best way to disable an experimental feature in a development environment is to automate the removal of its associated symlinks. This temporarily disables the sandbox setup without requiring manual file cleanup or deleting source files.

Do I need external dependencies to manage sandbox symlinks?

You do not need external dependencies to manage sandbox symlinks. This skill requires no external packages beyond standard symlink operations, relying on built-in safety checks to perform the removal effectively.

How do I temporarily disable a sandbox configuration without manual file cleanup?

To temporarily disable a sandbox configuration without manual file cleanup, run the skill with the specific item name as an argument. It automates the removal of related symlinks to deactivate the setup safely.