volume-bootstrap
Installation
SKILL.md
Volume Bootstrap — In-Sandbox Filesystem Contract
When you land inside a Daytona sandbox with a volume attached, the filesystem is already initialized. This skill explains what's there and how to use it.
What's Already Done For You
When volume_name is set on the interpreter, the runtime automatically runs:
ensure_daytona_volume_layout()— creates all canonical directoriesinit_memory_db()— bootstraps SQLite schema atmemories/core.dbseed_system_skills()— populatesskills/system/with bundled fleet-rlm skills
You do NOT need to mkdir any standard directories. They exist.