While exploring CreateOS , I saw the amazing feature "skills" and decided to build an Agentic workflow.
Circuit Sage is an electronics decision agent built on CreateOS. It combines a structured calculator with a language interface so you can describe your circuit problem and get an instant, analyzed answer.
Skills I used;
➡️frontend-design handled the entire visual system and interface, bringing the electronics lab aesthetic to life with animated meters, terminal style boot sequences and the circuit panel layout.
➡️find-skills was used to discover the right tools before building started.
What can Circuit Sage do?
There are 5 calculator modes.
🔹 V/I/R covers Ohm's Law and solves for whichever value you leave blank.
🔹Power mode solves for Power, Voltage or current using P = VI.
🔹Capacitor mode handles charge, energy, reactance and time constant calculations. 🔹Series and Parallel modes each handle up to 4 resistors and give you the total resistance of the network.
The safety check runs automatically. It flags dangerous power levels, high current situations and high voltage
It recommends the right resistor watts rating for your use case.
The language agent at the bottom is where it gets interesting. Instead of filling in fields, you just type what you want to know. Things like "voltage across 47 ohms with 200mA" or "is 500mA safe for a quarter watt 10 ohm resistor" and it figures out the rest.
➡️How to Use It
Switch the power toggle in the top right to boot the system. You will see an initialization sequence in the terminal before everything comes online. Pick your calculator mode, enter your known values, and hit Compute. The live meters update and the agent decision panel gives you analysis and safety feedback.
Link to my build:
production-circuit-sage-2h.t…
CreateOS link to turn your idea to reality:
createos.nodeops.network/cha…
I'll need your feedback on this, explore Circuit Sage.
#BuildItNow