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:

  1. ensure_daytona_volume_layout() — creates all canonical directories
  2. init_memory_db() — bootstraps SQLite schema at memories/core.db
  3. seed_system_skills() — populates skills/system/ with bundled fleet-rlm skills

You do NOT need to mkdir any standard directories. They exist.

Filesystem Map

Installs
1
GitHub Stars
49
First Seen
Jun 20, 2026
volume-bootstrap — qredence/fleet-rlm