ort-build Skill
Build ONNX Runtime from source. Use this skill when asked to build, compile, or generate CMake files for ONNX Runtime. Published by microsoft in onnxruntime.
What is ort-build Skill?
Build ONNX Runtime from source. Use this skill when asked to build, compile, or generate CMake files for ONNX Runtime. Published by microsoft in onnxruntime. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Testing use cases
Technical details
- Install or run with Copy skill directory
When to use ort-build Skill
- Use it for testing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/onnxruntime
- Skill file: .agents/skills/ort-build/SKILL.md
What it does
Build ONNX Runtime from source. Use this skill when asked to build, compile, or generate CMake files for ONNX Runtime.
Skill instructions
Building ONNX Runtime The build scripts build.sh (Linux/macOS) and build.bat (Windows) delegate to tools/cibuild/build.py. Build phases Three phases, controlled by flags: - --update — generate CMake build files - --build — compile (add --parallel to speed this up) - --test — run tests For native builds, if none are specified (and --skiptests is not passed), all three run by default. For cross-compiled builds, the default is --update + --build only. When to use --update You need --update when: - First build in a new build directory - New source files are added (some CMake targets use glob patterns, others use explicit file lists — re-run to pick up new files either way) - CMake configuration changes (new flags, updated CMakeLists.txt) You do not need --update when only modifying existing .cc/.h files — just use --build. Skipping it saves time. Examples bash Full build (update + build + test) ./build.sh --config Release --parallel .\build.bat --config Release --parallel Windows Just rege
Explore related resources
Frequently asked questions
What is ort-build?
ort-build is a open-source AI agent skill with Copy skill directory. Build ONNX Runtime from source. Use this skill when asked to build, compile, or generate CMake files for ONNX Runtime.
Who is ort-build best for?
ort-build is best for reusing agent instructions, scripts, and references, testing workflows.
How do I install ort-build?
Install or run ort-build using Copy skill directory. Check ort-build for the latest setup command.
Is ort-build actively maintained?
ort-build may need a closer maintenance check before production use.
Auto-fetched from GitHub.