esp32-debug
01kukucaiCndy/embedded_ai_skills
Skill Claude CodeCodex
ESP32 debugging via serial log and USB-JTAG (OpenOCD + GDB). Invoke when user encounters bugs, crashes, or unexpected behavior on ESP32 and needs systematic root cause analysis.
kukucaiCndy/embedded_ai_skills
Skill Claude CodeCodex
ESP32 debugging via serial log and USB-JTAG (OpenOCD + GDB). Invoke when user encounters bugs, crashes, or unexpected behavior on ESP32 and needs systematic root cause analysis.
kukucaiCndy/embedded_ai_skills
Skill Claude CodeCodex
ESP32 Arduino CLI development on Windows/Linux/macOS. Invoke when user chooses Arduino framework for ESP32. Handles arduino-cli install, ESP32 core setup, compile/upload/monitor via CLI.
kukucaiCndy/embedded_ai_skills
Skill Claude CodeCodex
ESP-IDF (official) development on Windows/Linux/macOS. Invoke when user chooses IDF framework for ESP32. Handles env setup, project creation, compile/flash/monitor, and JTAG debugging.
kukucaiCndy/embedded_ai_skills
Skill Claude CodeCodex
ESP32 development entry point. Invoke when user mentions ESP32, esp32 dev, or wants to set up an ESP32 project. Asks user to choose IDF or Arduino framework then loads the corresponding sub-skill. Supports Windows, Linux, macOS.
kukucaiCndy/embedded_ai_skills
Skill Claude CodeCodex
A development toolkit for Nordic nRF528xx microcontrollers, including the nRF52832, nRF52840, and nRF52810.
kukucaiCndy/embedded_ai_skills
Skill Claude CodeCodex
A debugging workflow for Nordic nRF528xx projects that uses serial or RTT logs, J-Link, or both to investigate problems.
kukucaiCndy/embedded_ai_skills
Skill Claude CodeCodex
A project-starting workflow for nRF528xx development that detects the chip and helps define hardware resources such as GPIO, SPI, I2C, and UART.
kukucaiCndy/embedded_ai_skills
Skill Claude CodeCodex
SOP for setting up nRF Connect SDK (Zephyr-based) development environment on macOS and Linux. 先检测已安装组件,仅安装缺失项。Installs and configures all required tools for Nordic nRF52/nRF53/nRF91 development.
kukucaiCndy/embedded_ai_skills
Skill Claude CodeCodex
An entry point for developing with STM32 microcontrollers, which are small computers used in embedded devices. It directs STM32 work to more specific setup, project, and debugging guides.
kukucaiCndy/embedded_ai_skills
Skill Claude CodeCodex
STM32 debugging via serial log and ST-Link. Invoke when user encounters bugs, crashes, or unexpected behavior on STM32 and needs root cause analysis.
kukucaiCndy/embedded_ai_skills
Skill Claude CodeCodex
A guide for installing an STM32 development environment, including the tools needed to build and work with STM32 firmware. STM32 microcontrollers are small computers used in embedded devices.
kukucaiCndy/embedded_ai_skills
Skill Claude CodeCodex
A guide for creating an STM32 microcontroller project from chosen hardware and software settings. It collects the chip, C or C++ language, HAL or CMSIS framework, clock setup, and peripherals, then prepares build files and checks the build.
kukucaiCndy/embedded_ai_skills
Skill Claude CodeCodex
EasyEDA Pro API skill for AI agents. Use when working with EasyEDA Pro EDA software, including PCB design, schematic editing, footprint/symbol management, and project operations. Supports live debugging in EasyEDA and EasyEDA extension development. Provides complete API reference (120+ classes, 62 enums, 70…
kukucaiCndy/embedded_ai_skills
Skill Claude CodeCodex
Draw and layout schematics in EasyEDA Pro. Invoke when user asks to draw circuit schematics, place components, adjust layout, fix overlapping parts, or create schematic pages in EasyEDA.
kukucaiCndy/embedded_ai_skills
Skill Claude CodeCodex
Use EmberInterDebugTool CLI for serial monitoring, device communication, firmware verification, and embedded debugging. Invoke when user needs serial interaction, log analysis, or AT command testing.
kukucaiCndy/embedded_ai_skills
Skill Claude CodeCodex
Initialize a ZMK keyboard firmware project. Invoke when user wants to create a new ZMK-based wireless/wired keyboard project, add a custom shield, or set up ZMK development environment.