project-setup-c

Installation
SKILL.md

Project Setup (C)

When to Use

Use this skill when the user asks to create a new C/C++ consumer of ovstage, declare an ovstage dependency, include the ovstage headers, or build/link code against ovstage.

Inputs

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

  • The consuming target type: unit test, benchmark, plugin, or application.
  • Whether the consumer also interns tokens / builds path lists (the path dictionary, obtained from the instance via ovstage_get_path_dictionary) and/or exchanges tensor data (DLPack, <dlpack/...>). Both come with <ovstage/ovstage.h>.
  • How the consumer's build system adds an include directory and a link dependency.
  • Repository source snippets referenced below. Treat these snippets as the API source of truth.

Prerequisites

Installs
4
GitHub Stars
8
First Seen
Jul 26, 2026
project-setup-c — nvidia-omniverse/ovstage