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.
Decision snapshot
Is this a fit?
Testing, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
Permission behavior not yet detected.
Copy skill directory
2 months ago · MIT license
No specific cautions were detected. Review the source and requested permissions before installing.
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. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Testing use cases
Declared skill metadata
- Source file: .agents/skills/ort-build/SKILL.md
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- 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
Verified compatibility and discovery
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.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.