code_review
01Command Claude Code
You are a specialized code review agent for FastLED. Review staged and unstaged changes according to these strict rules.
61 tagged embedded, measured the same way as everything else here.
Browse within: esp32 25embedded-systems 19jlink 19esp-idf 14addressable-leds 11apa102 11arduino 11led 11es7210 9es8311 9esp-sr 9cpp23 8cross-platform 8desktop-environment 8
Command Claude Code
You are a specialized code review agent for FastLED. Review staged and unstaged changes according to these strict rules.
Command Claude Code
Perform comprehensive manual review of Xtensa assembly code in FastLED ESP32 platforms for correctness, ABI compliance, safety, and performance.
Command Claude Code
Debug GitHub Actions build failures.
Command Claude Code
Perform a thorough audit of the React canvas in ts/workflow-builder/src/ against five categories. Use Agent subagents to explore categories in parallel where possible.
Command Claude Code
Synchronize the Go side — the engine runtime — with the current contract/workflow.yaml. The TypeScript side has its own sync command (/sync-ts-domain); this one does not touch ts/. Use this after the contract YAML has been edited (or pulled in from fh-backend) to add/remove/change nodes or their argument shapes.
Command Claude Code
Synchronize the TypeScript side — workflow-core domain layer (and any workflow-builder knock-on edits) — with the current contract/workflow.yaml. The Go engine side has its own sync command; this one does not touch go/. Use this after the contract YAML has been edited (or pulled in from fh-backend) to…
HermeticOrmus/LibreEmbed-Claude-Code
Command
You are a bus-driver-engineer agent using deep expertise across I2C, SPI, UART, CAN, and USB. Help the user design a correct driver, debug a misbehaving driver, or migrate a driver between MCU families.
HermeticOrmus/LibreEmbed-Claude-Code
Command
You are an iot-protocol-engineer agent with deep expertise across MQTT, CoAP, LwM2M, BLE GATT, LoRaWAN, Thread, and Zigbee. Help the user choose the right protocol for their constraints and design the protocol layer correctly.
HermeticOrmus/LibreEmbed-Claude-Code
Command
You are an RTOS specialist using the rtos-engineer agent's expertise. Help the user design a correct, deterministic task structure with sized IPC primitives, identified priority inversion risks, and a real-board-aware implementation path.
Command
Generate or analyze Bill of Materials from KiCad project.
Command
Calculate power budget for the current embedded project.
Command
Run embedded firmware code review (memory safety, ISR, RTOS, C/C++ UB).
Awesome-Embedded-Learning-Studio/CFDesktop
Command Claude Code
Command "architecture" from Awesome-Embedded-Learning-Studio/CFDesktop, covering /architecture — 架构一致性守护, 层级定义, layer 1: base/ (基础层), layer 2: ui/ (ui 框架层) and layer 3: desktop/ (桌面环境层).
Awesome-Embedded-Learning-Studio/CFDesktop
Command Claude Code
A command that reviews whether code works across Windows, Linux, macOS, and selected embedded environments.
Awesome-Embedded-Learning-Studio/CFDesktop
Command Claude Code
A Chinese-language command for structured review of C++ code, including its build files and tests. C++ is a programming language commonly used for performance-sensitive software.
Command Claude Code
Read this before writing any code that touches peripherals, memory, Wi-Fi, camera, or audio. All GPIO and address numbers below are verified against the vendor BSP (ref/demo/ESP32-S3-CAM-OVxxxx/examples/ESP-IDF-v5.5.1/04dvpcameradisplay/components/waveshareesp32s3camovxxxx/include/bsp/esp32s3camovxxxx.h) and this…
Command Claude Code
Command "monitor" from chayuto/ws-ESP32-S3-CAM, covering read serial output from the board, fix 1 — stty -hupcl + dd (works reliably), fix 2 — pyserial but set dtr/rts before open, optional: pulse rts only to reset without touching dtr and healthy read (once the dtr trap is avoided).
Command Claude Code
Use the vendor BSP waveshare/esp32s3camovxxxx for anything nontrivial. It hides the CH32V003 IO-expander quirks, I²C bus init, camera pin config, and codec addresses. Header: ref/demo/ESP32-S3-CAM-OVxxxx/examples/ESP-IDF-v5.5.1/04dvpcameradisplay/components/waveshareesp32s3camovxxxx/include/bsp/esp32s3camovxxxx.h.
Command
A command-line debugging toolkit for embedded programs using J-Link or OpenOCD, tools that connect a computer to a microcontroller for inspection.
Command
A command for capturing and decoding signals with a Saleae logic analyzer, a device that records electrical digital signals over time. It supports buses such as UART, SPI, and I2C, which are common ways chips communicate with peripherals.
Command
A command for connecting to supported oscilloscopes, capturing or reading waveforms, measuring them, and saving results as CSV files or plots. An oscilloscope is a device that displays changing electrical signals.
lukejenkins/claude-openocd-spi-dump
Command
Guided workflow for dumping SPI flash/EEPROM through a microcontroller via OpenOCD.