Plugin Claude Code
CST Studio Suite simulation automation: MCP server + cst-expert skill + constraint hooks.
Plugin Claude Code
CST Studio Suite simulation automation: MCP server + cst-expert skill + constraint hooks.
Plugin Claude Code
CST Studio Suite simulation automation — MCP server, version management, and domain knowledge for CAD modeling, material setup, solver control, and post-processing.
MCP server Claude CodeCodexCursor
MCP server "cst-sim" as configured in valenZW/cst-sim-agent. Launched with py -3 ${CLAUDE_PLUGIN_ROOT}/src/server.py.
Instructions file CodexOpenCode
AGENTS.md instructions for valenZW/cst-sim-agent, covering agents.md — repo guide / 仓库指引, english version, one-liner, repo layout and call chain.
Hook
Runs before the agent uses a tool for mcp__.*cst_execute_vba tool calls, executing pre_vba.py via python. From valenZW/cst-sim-agent.
Hook
Runs after a tool call finishes for mcp__.*cst_execute_vba and mcp__.*cst_.* tool calls, executing post_vba.py and post_mutate.py via python (2 commands). From valenZW/cst-sim-agent.
Hook
Runs when the agent finishes a response, executing stop_check.py via python. From valenZW/cst-sim-agent.
Skill Claude CodeCodex
This skill should be used for any CST Studio Suite simulation task — microwave/RF/antenna/EMC/photonics/thermal/particle/PCB-SI/EMS/Mechanics modeling, CST VBA scripting, or when using cst MCP tools (cstconnect, cstexecutevba, cstrunsimulation, cstcreatebrick, cstsetmaterial). Provides CST expert hard rules, VBA…