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
ovstagewheel or the in-treepython/package. - Whether the build output dir (holding the ovstage shared library) is on the loader path
(
PATHon Windows,LD_LIBRARY_PATHon 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.