sv

Solid

This skill should be used when the user invokes `/sv` or asks to "hand this off to sandvault", "continue in the sandbox", "sandvault this task", or to clone the current repo into a sandboxed Claude session with per-repo deploy-key access. Writes a task briefing to the sandvault shared workspace and launches `sv-clone` in a new terminal window, pointing the sandboxed Claude at the briefing as its first prompt.

AI & Automation 369 stars 20 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 90/100

Stars 20%
86
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Sandvault Handoff Hand off the current task to a sandboxed Claude running inside sandvault. ## When to use The user invokes `/sv` when they want Claude to continue the current work inside a sandvault sandbox. ## Steps ### 1. Summarize the task Write a clear, actionable summary of what the user wants done. Include: - What the goal is - What approach to take (if already discussed) - What files are involved - Any decisions already made in this conversation - The current branch name and any relevant context ### 2. Write the handoff file Write the task briefing to `/Users/Shared/sv-$USER/tmp/handoff-<repo>.md`, where `$USER` is the host user and `<repo>` is the source repo's basename (e.g. `/Users/Shared/sv-jesse/handoff-sandvault.md`). This is the sandvault shared workspace — readable from inside the sandbox via the mounted `/Users/Shared` tree, so the sandboxed Claude can read it at startup. The briefing is **not** copied into the clone; it lives in the shared workspace and the sandboxed Claude is pointed at it by path (see step 4). Nothing is written into the source repo itself. The handoff file should include: - A "# Task Handoff" heading - Task context, approach, decisions, branch, relevant files - A "## Setup" section: note that gitignored build artifacts (`.venv/`, `node_modules/`, build dirs) won't be in the clone. Check for `requirements.txt`, `pyproject.toml`, `package.json` etc. and instruct the sandboxed Claude to set up the environment first. - A "## What t...

Details

Author
webcoyote
Repository
webcoyote/sandvault
Created
10 months ago
Last Updated
today
Language
Shell
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category