ov-jupyter/skills/notebook-templates/SKILL.md
Starter notebook templates provisioned into the workspace volume at deploy time. First data-only layer in the project — no packages, no services, no dependencies. Use when working with notebook-templates, data layers, or jupyter initial content.
npx skillsauth add overthinkos/overthink-plugins notebook-templatesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
| Property | Value |
|----------|-------|
| Dependencies | (none) |
| Packages | (none) |
| Services | (none) |
| Volumes | workspace -> ~/workspace |
| Data | data/notebooks -> workspace volume |
| Install files | (none) |
This is a data layer — the first of its kind in the project. It uses the data: field in layer.yml to map a directory of files to a named volume:
info: "Starter notebook templates for jupyter"
data:
- src: data/notebooks
volume: workspace
At build time, the contents of data/notebooks/ are staged into /data/workspace/ inside the image.
At deploy time, when the volume is configured as a bind mount (ov config --bind workspace), ov config copies the staged data from the image into the host-backed volume directory. This seeds the volume with starter content (e.g., getting-started.ipynb).
| File | Purpose |
|------|---------|
| getting-started.ipynb | Starter notebook for new jupyter deployments |
# image.yml
jupyter:
layers:
- notebook-templates
# ... other layers
# Deploy with bind-backed workspace volume
ov config jupyter --bind workspace
# Data is copied from image to host volume on first config
ov start jupyter
/ov-jupyter:jupyter/ov-jupyter:jupyter-ml/ov-jupyter:jupyter-ml-notebook/ov-build:layer -- data field documentation and layer authoring rules/ov-core:config -- data provisioning during ov config setup/ov-core:deploy -- volume backing configuration (bind, named, encrypted)/ov-jupyter:jupyter -- the JupyterLab layer that consumes the workspace volume/ov-jupyter:jupyter -- the image that includes this layerUse when the user asks about:
data: field in layer.ymlgetting-started.ipynb notebookov config seeds bind-backed volumes with image data/ov-build:eval — declarative testing (eval: block, ov eval image, ov eval live)tools
OpenCharly CLI (charly) binary installed into container/VM images for in-container use. Use when working with charly binary deployment inside containers, native D-Bus support, or the full charly toolchain (charly binary + virtualization + gocryptfs + socat).
development
Operator CachyOS workstation profile — a kind:local template + target:local deploy that installs the full dev stack (30 candies) onto a CachyOS host via ShellExecutor. Lives in the overthinkos/cachyos submodule. MUST be invoked before editing or applying the charly-cachyos workstation profile.
tools
Fedora box with the full charly toolchain using shared candies. Rootless-first — runs as uid=1000 with passwordless sudo (no root, no cap_add: ALL). Same candy list as charly-arch. Includes NVIDIA GPU runtime. MUST be invoked before building, deploying, configuring, or troubleshooting the charly-fedora box.
tools
Arch Linux box with the full charly toolchain. Rootless-first — runs as uid=1000 with passwordless sudo (no root, no cap_add: ALL). Composes /charly-coder:charly-mcp so the box is reachable as an MCP gateway on port 18765. NVIDIA GPU runtime composed in. MUST be invoked before building, deploying, configuring, or troubleshooting the charly-arch box.