sandbox-lifecycle-fastlane
SKILL.md
Quick Usage (Already Configured)
1) Preflight (sync + sanity checks)
skills/sandbox-lifecycle-fastlane/scripts/preflight.sh
2) Create a worktree for this task
Recommended (uses a timestamped branch name):
skills/sandbox-lifecycle-fastlane/scripts/worktree.sh
Override branch name/base:
BRANCH="sandbox-lifecycle" BASE_REF="origin/main" \
skills/sandbox-lifecycle-fastlane/scripts/worktree.sh
3) Verify the real flow
Use the existing end-to-end skill:
skills/openwork-docker-chrome-mcp/SKILL.md
That flow is the source of truth for:
- starting the stack via
_repos/openwork/packaging/docker/dev-up.sh - verifying user flows via Chrome MCP
What This Skill Optimizes For
- Snappy setup: one command preflight, one command worktree.
- Reliability: avoid accidental recursive submodule operations unless explicitly requested.
- Debuggability: print the minimum git context that matters when sandboxes behave oddly (pin drift, dirty state).
Common Gotchas
- If a submodule is dirty,
git submodule updatemay refuse to move it. Stash changes inside that submodule repo. - If you do need recursive submodule checks, set
RECURSIVE=1inpreflight.sh.
Weekly Installs
1
Repository
different-ai/op…work-hubGitHub Stars
9
First Seen
5 days ago
Security Audits
Installed on
amp1
cline1
opencode1
cursor1
kimi-cli1
codex1