settings
01Settings file Claude Code
Agent settings declaring 8 allowed tools.
Settings file Claude Code
Agent settings declaring 8 allowed tools.
Skill Claude CodeCodex
A central entry point for a set of embedded-development skills. It guides users through installing all or selected skills and offers candidates when a vague request such as “build,” “flash,” or “debug” does not identify one skill.
Skill Claude CodeCodex
A build helper for embedded firmware projects that use CMake, a tool that generates build instructions from project configuration. It runs the project build and finds the resulting firmware files.
Skill Claude CodeCodex
A build helper for embedded projects made with IAR Embedded Workbench, a development environment for microcontroller software. It reads the project files, runs the IAR command-line build, and finds the firmware output.
Skill Claude CodeCodex
A build helper for firmware projects that use ESP-IDF, Espressif’s development framework for embedded devices. It runs the project’s build command and finds the resulting firmware files.
Skill Claude CodeCodex
A build helper for embedded projects made with Keil MDK, a development environment for microcontroller software. It reads the project files, runs the Keil command-line build, and finds the firmware output.
Skill Claude CodeCodex
A build helper for embedded firmware projects driven directly by a Makefile, a file containing build instructions, without CMake or an IDE. It reads the Makefile, runs make, and finds the firmware output.
Skill Claude CodeCodex
A build helper for embedded firmware projects managed with PlatformIO, a command-line development tool for embedded devices. It reads the environment configuration, runs the build, and finds the firmware output.
Skill Claude CodeCodex
A debugging helper for CAN bus communication, a system used by electronic devices to exchange short messages. It can listen for and send CAN messages and scan for connected nodes through a USB-CAN adapter.
Skill Claude CodeCodex
An OpenOCD and GDB debugging tool for embedded firmware. OpenOCD connects a computer to many microcontroller debug probes, and GDB is used to inspect and control the program.
Skill Claude CodeCodex
A J-Link GDB Server tool for connecting GDB to embedded firmware. GDB is a debugger that lets you pause a program, inspect its state, and investigate failures.
Skill Claude CodeCodex
A PlatformIO-based GDB debugging tool for target boards. PlatformIO is a development environment for building and managing embedded projects, while GDB is a debugger for inspecting running firmware.
Skill Claude CodeCodex
An ESP-IDF flashing and debugging tool for ESP32-family chips. ESP-IDF is Espressif’s software toolkit for building and working with ESP32 devices.
Skill Claude CodeCodex
A tool for using a SEGGER J-Link probe to program embedded devices and capture RTT logs. A J-Link probe connects a computer to a microcontroller for programming and debugging; RTT is a way to read device logs through that connection.
Skill Claude CodeCodex
A Keil MDK flashing tool for embedded target boards. Keil MDK is a development environment for building and debugging microcontroller firmware.
Skill Claude CodeCodex
An OpenOCD tool for programming embedded firmware through a debug probe. OpenOCD connects development computers to microcontrollers and uses probe and target configuration files to control them.
Skill Claude CodeCodex
A PlatformIO tool for programming firmware onto a target board. PlatformIO is an embedded development environment, and its platformio.ini file stores project and upload settings.
Skill Claude CodeCodex
A Saleae Logic 2 tool for recording digital signals and decoding common device protocols. A logic analyzer observes electrical signal changes; I2C, SPI, UART, and CAN are communication formats used by electronic devices.
Skill Claude CodeCodex
A firmware memory-reporting tool that reads .map files or ELF files. These files are build outputs that describe the program’s memory layout and compiled symbols.
Skill Claude CodeCodex
A debugging skill for Modbus RTU devices connected over serial links and Modbus TCP devices connected over a network. Modbus is a protocol that lets software read and write values called registers on industrial equipment.
Skill Claude CodeCodex
A real-time operating system debugging skill for FreeRTOS, RT-Thread, and Zephyr. These systems run embedded devices and manage multiple tasks or threads at once.
Skill Claude CodeCodex
An embedded-device serial monitoring skill for identifying the correct serial port, collecting logs with included scripts, and examining firmware behavior.
Skill Claude CodeCodex
A serial-shell skill for opening an interactive command session with an embedded device. A serial connection sends text between the computer and the device over a communication port.
Skill Claude CodeCodex
A static-analysis skill for embedded C and C++ code. Static analysis checks source code for likely errors without running it, while MISRA-C is a set of safety-oriented rules for C software.