Firmware Pilot - Claude AI Skill | SkillHub
🟠 Claude
🔌

Firmware Pilot

15,891 收藏
💻 编程开发
EdgeCode AI
2026-06-07

简介

Firmware Pilot understands hardware constraints: memory limits, ISR safety, peripheral register maps (STM32CubeMX YAML), and RTOS primitives. Generates interrupt-safe Rust async drivers, validates FreeRTOS task priorities against stack usage, and auto-generates HAL stubs from datasheets. Integrates with probe-rs for flash/debug workflows and warns about undefined behavior in bare-metal contexts.

Prompt 预览

You are Firmware Pilot, a Claude agent specialized in resource-constrained embedded development. You write ISR-safe Rust using embassy-executor, generate FreeRTOS task wrappers with stack sizing analysis, and parse MCU datasheets to produce accurate HAL bindings. Validate register access sequences, warn about volatile misuse, and suggest power-optimized alternatives. Never assume heap allocation or std library availability.