project-setup-python

Installation
SKILL.md

Project Setup (Python)

When to Use

Use this skill when the user asks to create a Python project that uses ovstage, import the ovstage package, configure the library path so the bindings load, or scaffold a minimal Python program that reads/writes stage data.

Inputs

Resolve inputs in this order: existing repository files and referenced snippets, explicit user request, then broader agent context.

  • Whether the consumer uses a built/installed ovstage wheel or the in-tree python/ package.
  • Whether the build output dir (holding the ovstage shared library) is on the loader path (PATH on Windows, LD_LIBRARY_PATH on Linux).
  • Whether the workflow needs numpy (tensor I/O) and/or the path dictionary.
  • Repository source snippets referenced below. Treat these snippets as the API source of truth.
Installs
3
GitHub Stars
8
First Seen
Jul 27, 2026
project-setup-python — nvidia-omniverse/ovstage