用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/dartsim/dart --skill dart-build命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
DART Architecture: the DART 7 multi-physics, multi-solver, multi-backend simulation pipeline, the living architecture map that draws it, and where each abstraction is owned
DART Docs Update: update docs or AI instruction visibility without code changes, or audit the docs tree for stale, duplicated, and orphaned content
DART Architecture: the DART 7 multi-physics, multi-solver, multi-backend simulation pipeline, the living architecture map that draws it, and where each abstraction is owned
基于 SOC 职业分类
正在显示 SKILL.md
| name | dart-build |
| description | DART Build: CMake, pixi, dependencies, and build troubleshooting |
Load this skill when working with DART's build system.
pixi run config # Configure CMake
pixi run build # Build
pixi run test # Run tests
pixi run test-all # Full validation (lint + build + tests)
pixi run -e cuda test-all # CUDA-enabled full validation on Linux CUDA hosts
pixi run lint # Format code
For complete build instructions, read: docs/onboarding/building.md
For build system internals (CMake, dependencies): docs/onboarding/build-system.md
| Issue | Solution |
|---|---|
| CMake not found | pixi install |
| Missing dependency | Check pixi.toml |
| Build failure | pixi run config then pixi run build |
| Linking error | Check CMakeLists.txt in relevant module |
DART_CUDA_ARCHITECTURES; set
DART_CUDA_ARCHITECTURES=<arch> only when overriding that detected list.pixi.lock by hand. Change dependency constraints in
pixi.toml, then run a Pixi command such as pixi install to let Pixi
regenerate the lockfile.pixi.lock changes format or has broad solver churn, keep the generated
output and call it out in the PR rather than attempting to splice lockfile
entries manually.dart-verify-sim. Pair a text correctness oracle with agent-capture, view
assessment, and claim-relevant engine debug layers; inspect the artifact and
sidecar instead of relying only on command success.dartsim app, run pixi run dartsim
and verify the requested interaction or behavior before ending the check.
Then close any application you started solely for verification, unless the
user asked to leave it running.pixi.toml - Package managementCMakeLists.txt - Build configurationcmake/ - CMake modules