一键导入
using-sandboxes
Use when a task benefits from Container Use isolation, especially risky dependency installs, large refactors, or unfamiliar test commands.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when a task benefits from Container Use isolation, especially risky dependency installs, large refactors, or unfamiliar test commands.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use only when the user explicitly allows bounded unattended execution of an approved Alloy task.
Use when encountering a bug, regression, failing command, or unexpected behavior before attempting a fix.
Use before planning when requirements are ambiguous, large, user-visible, or likely to cause rework unless decisions are locked.
Use when implementing an approved Alloy plan. Maintains progress.md, enforces TDD/debug discipline, and stops on blocked gates.
Use when a task needs broad source understanding before planning or execution.
Use when turning context or a clear user request into an implementation-ready plan with acceptance criteria, files, commands, gates, risks, and handoff.
| name | using-sandboxes |
| description | Use when a task benefits from Container Use isolation, especially risky dependency installs, large refactors, or unfamiliar test commands. |
Container Use gives Alloy agents an opt-in Docker/Dagger-backed workspace for work that should not run directly on the host checkout.
Use a sandbox when:
Do not use a sandbox when:
When Container Use MCP tools are available, prefer this loop:
cu apply or cu merge.If the Container Use MCP is unavailable after alloy add container-use, stop and surface the missing runtime or MCP problem. Do not silently fall back to risky host execution for commands that needed isolation.