Sim Plugin Ltspice — AI skill for Claude Code
Use AI coding agents with LTspice via sim-cli: run circuits, inspect waveforms/logs, and produce replayable simulation artifacts.
How to install Sim Plugin Ltspice
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-ltspice and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Sim Plugin Ltspice does
Use AI coding agents with LTspice via sim-cli: run circuits, inspect waveforms/logs, and produce replayable simulation artifacts.
Alternatives in AI
- Artifacts Builder — Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech 97.5k ★
- Project Butler — Project memory system for AI coding assistants (Claude Code, Cursor, Codex): session logs, project wiki, rules 372 ★
- Mirofish CLI — Multi-agent AI prediction engine - digital sandbox for scenario simulation (fork of 666ghj/MiroFish) 307 ★
README
sim-plugin-ltspice
Use Codex, Claude Code, or another AI agent to create, run, debug, and inspect LTspice circuits.
`sim-plugin-ltspice` gives agents a structured path for LTspice work: read or generate `.asc` schematics and `.net`/`.cir` netlists, run LTspice, parse `.log` and `.raw` artifacts, extract `.meas` values, and turn simulation output into grounded engineering reports.
LTspice itself is not bundled. This plugin supplies the agent-friendly file-format, run, and result-inspection layer around the LTspice tools you provide.
What an agent can do with LTspice
- Generate or edit simple SPICE netlists for parameter sweeps and quick checks.
- Convert supported
.ascschematics into runnable netlists when the platform supports it. - Launch LTspice batch runs through the
simCLI or a direct LTspice command. - Parse
.logfiles for warnings, errors, and.measoutputs. - Parse
.rawwaveforms for post-processing and KPI extraction. - Debug failed runs using verifiable artifacts instead of guessing from a screenshot or a final answer.
The value is not just starting LTspice. The value is making the full circuit-authoring → run → debug → measurement-extraction loop legible to an AI agent and auditable by an engineer.
Common workflows
1. Run a circuit and collect structured results
uv run sim run --solver ltspice path/to/design.net --json
Use this when the agent should keep a structured run record and surface stable errors/results through the sim runtime.
2. Inspect completed LTspice artifacts
Use the bundled Python library when a task already produced `.log` or `.raw` files and the agent needs to extract values without re-running the solver:
python - <<'PY'
from sim_plugin_ltspice.lib import RawRead, parse_log
log = parse_log("design.log")
print(log.measures)
raw = RawRead("design.raw")
print(raw.trace_names())
PY
3. Ask an agent to work on an LTspice task
Give Codex, Claude Code, or another coding
Related Skills
Sim Plugin Openfoam
Use AI coding agents with OpenFOAM via sim-cli: run cases, inspect results, and produce replayable CFD artifac
Sim Plugin Starccm
Use AI coding agents with STAR-CCM+ via sim-cli: simulation setup, solver runs, scene/result inspection, repla
Sim Plugin Dymola
Use AI coding agents with Dymola/Modelica via sim-cli: model compilation, simulation runs, result inspection,
Sim Plugin Hfss
Use AI coding agents with Ansys HFSS via sim-cli: project setup, frequency sweeps, S-parameter and field inspe
Sim Plugin Flotherm
Use AI coding agents with Flotherm via sim-cli: model construction, thermal solver runs, result inspection, re
Sim Plugin Autodeskfusion
Use AI coding agents with Autodesk Fusion 360 via sim-cli: live-session bridge, model inspection, scripted ope
Related Agents
Sim Steward
Use proactively on a /loop schedule to autonomously monitor, heal, and maintain the entire Rappterbook world s
Sim Engineer
Use to write or fix sim.js, the pure simulation logic for the Monty Hall problem (3-door and N-door), after SP
Sim Reviewer
Review the simulation layer of Monte Carlo studies: DGP truth, estimands,