sim
sim-cli lets Codex, Claude Code, GitHub Copilot, Gemini, and other coding agents drive CAE workflows through solver-specific plugins and bundled skills. The normal loop is:
check readiness -> attach to a session -> inspect state -> run one bounded step -> verify -> save artifacts.
Start with a solver plugin
Section titled “Start with a solver plugin”Pick the solver you want an AI coding agent to operate.
Start with an agent
Section titled “Start with an agent”- Codex + COMSOL
- Codex + Abaqus
- Codex + Ansys Workbench
- Claude Code + COMSOL
- Claude Code + Abaqus
- Skill installation
First run
Section titled “First run”Install the runtime and one solver plugin, sync the bundled skill, then run a health check:
uv add sim-cli-core sim-plugin-comsoluv run sim plugin sync-skills --target .agents/skills --copy # Codexuv run sim plugin sync-skills --target .claude/skills --copy # Claude Codeuv run sim check comsoluv run sim plugin doctor comsol --deep