Skill Claude CodeCodex
Run CircuitPython code on a connected CircuitPython device and read the output. Use when testing CircuitPython code, debugging hardware interactions, or working with microcontrollers.
Skill Claude CodeCodex
Run CircuitPython code on a connected CircuitPython device and read the output. Use when testing CircuitPython code, debugging hardware interactions, or working with microcontrollers.
Skill Claude CodeCodex
A pytest-based framework for running functional hardware tests on a CircuitPython device and reporting pass/fail results per test script.
Skill Claude CodeCodex
This skill covers converting Arduino .ino hardware test sketches into CircuitPython .py scripts that run on a CircuitPython device and produce output compatible with testhwcircuitpython.py from the hw-tests-runner skill.
Skill Claude CodeCodex
Write and run I2C driver validation tests that compare Arduino and CircuitPython I2C transactions for a given sensor/breakout. Use when validating that an Arduino driver and a CircuitPython driver produce equivalent I2C bus traffic for chip ID reads and all configuration register set/get operations.