Sim Plugin Workbench — Development skill for Claude Code
Use Codex and Claude Code with Ansys Workbench via sim-cli: journals, project inspection, persistent sessions, Mechanical handoff.
How to install Sim Plugin Workbench
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open svd-ai-lab/sim-plugin-workbench and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Sim Plugin Workbench does
Use Codex and Claude Code with Ansys Workbench via sim-cli: journals, project inspection, persistent sessions, Mechanical handoff.
Alternatives in Development
- Resume Work From A Handoff Document — You are tasked with resuming work from a handoff document through an interactive process 10k ★
- IPolloWork — Enterprise-grade, local-first Agent Workbench for people and agent teams 4.9k ★
- Claude Supermemory — Persistent memory across sessions and projects using Supermemory 2.3k ★
README
sim-plugin-workbench
Use Codex, Claude Code, or another AI agent to orchestrate [Ansys Workbench](https://www.ansys.com/products/ansys-workbench) projects from the workflow you already use.
`sim-plugin-workbench` gives an agent practical Workbench control paths: create and update analysis systems, run Workbench journals, inspect live session health, summarize systems and cells, manage project checkpoints, and hand the Model cell off to solver-specific plugins such as Mechanical.
The Workbench application and SDK are not bundled. Bring your own Workbench installation. See [LICENSE-NOTICE.md](LICENSE-NOTICE.md).
What an agent can do with Workbench
- Create or update Workbench analysis systems through journals.
- Keep Engineering Data, Geometry, and Model cells organized before solver work.
- Use a persistent PyWorkbench session when the SDK is available.
- Fall back to RunWB2 journal execution when the SDK path is unavailable.
- Inspect session health, UI capabilities, project identity, and system/cell state before continuing a workflow.
- Prepare a clean handoff to Mechanical for setup, solve, and result extraction.
Choose the right Workbench workflow
1. Persistent SDK session
Use this for repeatable agent-driven orchestration:
uv run sim connect --solver workbench --ui-mode gui
uv run sim inspect session.health
uv run sim exec --file step.wbjn
uv run sim inspect workbench.systems.summary
The SDK path is preferred because it keeps state across steps and lets the agent inspect Workbench state between bounded journal snippets.
2. RunWB2 fallback
Use this when the SDK is unavailable or incompatible:
uv run sim run --solver workbench path/to/journal.wbjn
RunWB2 is reliable for one-shot journals, but it should not be treated as a rich live session. Inspect the JSON result written by the journal and save a project checkpoint before handing off to another solver.
3. Workbench-to-Mechanical handoff
Use
Related Skills
Sim Plugin Comsol
Use Codex and Claude Code with COMSOL via sim-cli: .mph inspection, live Desktop sessions, bounded execution,
Sim Plugin Abaqus
Use Codex and Claude Code with Abaqus via sim-cli: CAE/noGUI authoring, batch jobs, ODB diagnostics, bounded e
Mnemo
Persistent memory layer for Claude Code and Codex — your Obsidian vault on autopilot. Seven skills: recall, sa
Aisquare CLI
Portable memory layer for coding agents — persistent user & project context across sessions, installed into Cl
Detach
Run Codex and Claude Code reliably in the background on macOS—with a native dashboard, persistent tmux session
Oompa
Persistent Codex and Claude Code sessions, isolated accounts, live agent control, and encrypted device sync.
Related Agents
Codex Fast Worker
CLI-backed mechanical implementer — the codex variant of fast-worker. Use for boilerplate implementation, test
Codex Orchestrator
CLI tool for delegating tasks to GPT Codex agents via tmux sessions. Designed for Claude Code orchestration wi
Thoughtbox Analyst
Persistent background teammate that monitors Thoughtbox sessions for evolution candidates, contradiction detec