stage-queries
Installation
SKILL.md
Stage Queries
When to Use
Use this skill when the user asks to find prims by type, filter by attribute, list all prims, or look up attribute types before reading or writing them.
Inputs
Resolve inputs in this order: existing repository files and referenced snippets, explicit user request, then broader agent context.
- Target API surface: Python, C/C++, or both.
- Query goal: list all prims, filter by prim type, require/exclude attributes, or inspect attribute schemas before read/write.
- Filter predicates, requested attribute tokens, and whether names must be resolved through a path dictionary.
- Desired execution mode: Python ovstage query or C compatibility query.
- Repository source snippets referenced below. Treat these snippets as the API source of truth.