Skip to content

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.

Pick the solver you want an AI coding agent to operate.

Install the runtime and one solver plugin, sync the bundled skill, then run a health check:

Terminal window
uv add sim-cli-core sim-plugin-comsol
uv run sim plugin sync-skills --target .agents/skills --copy # Codex
uv run sim plugin sync-skills --target .claude/skills --copy # Claude Code
uv run sim check comsol
uv run sim plugin doctor comsol --deep