embedded systems skills

57 tagged embedded systems, measured the same way as everything else here.

Browse within: arduino 34Code Generation 33maker 33mit-license 333d-printing 8cad 8claude-code-skills 8ai-assisted-development 5ci-cd 5

engram

01

EngramMemory/engram-memory

Skill Claude CodeCodex

Persistent semantic memory for AI agents. Store, search, recall, and forget memories across sessions using Qdrant + FastEmbed.

36 3mo ago A 29 tokens

engram

02

EngramMemory/engram-memory

Skill Claude CodeCodex

Persistent semantic memory for AI agents. Store, search, recall, and forget memories across sessions using Qdrant + FastEmbed.

36 3mo ago A 29 tokens

wedsamuel1230/arduino-skills

Skill Claude CodeCodex

Automated code review for Arduino/ESP32/RP2040 projects focusing on best practices, memory safety, and common pitfalls. Use when user wants code feedback, says "review my code", needs help improving code quality, or before finalizing a project. Generates actionable checklists and specific improvement suggestions.

21 12d ago A 68 tokens original MIT

wedsamuel1230/arduino-skills

Skill Claude CodeCodex

Extracts key specifications from component datasheet PDFs for maker projects. Use when user shares a datasheet PDF URL, asks about component specs, needs pin assignments, I2C addresses, timing requirements, or register maps. Downloads and parses PDF to extract essentials. Complements datasheet-parser for quick lookups.

21 12d ago A 67 tokens original MIT

readme-generator

05

wedsamuel1230/arduino-skills

Skill Claude CodeCodex

Auto-generates professional README.md files for Arduino/ESP32/RP2040 projects following open-source best practices. Use when user wants to document their project for GitHub, needs help writing a README, or says "make my project shareable". Follows awesome-readme standards with sections for Overview, Hardware…

21 12d ago A 80 tokens original MIT

electrum

06

yoelf22/electrum

Skill Claude CodeCodex

Run the 8-phase product definition workflow for software-augmented hardware: Explore → High-Level Design → Component Arrangement → System Description → Gate Checklist → Product Visual → PPTX Carousel → PDF Carousel. Use when the user has a hardware+software product idea to develop.

5 1mo ago A 57 tokens original MIT

misra-c-reviewer

07

atillab1/embedded-ai-workspace

Skill Claude CodeCodex

Use when reviewing embedded C code for MISRA-C:2012 (Amendment 4, 2023) compliance, or when the user asks about MISRA rules, embedded C safety, ISR safety, or wants a static-analysis-style review without commercial tools like IAR C-STAT or Axivion. Triggers on phrases like "MISRA review", "is this safe for embedded"…

5 4mo ago B 98 tokens original MIT

agile-v-builder

08

Agile-V/agentic_agile_v

Skill Claude CodeCodex

Implementation behavior for builder sessions following the Agile-V process.

5 1mo ago A 16 tokens CC-BY-SA-4.0

agile-v-core

09

Agile-V/agentic_agile_v

Skill Claude CodeCodex

Apply Agentic Agile-V process control, task briefs, risk-based evidence gates, and human approval rules.

5 1mo ago A 26 tokens CC-BY-SA-4.0

gevino-civile

11

geva-elettronica/GEVINO-Civile

Skill Claude CodeCodex

Use when writing Arduino/C++ firmware for the GEVA GEVINO Civile home/building-automation PLC (SAMD21, Arduino Zero compatible). Covers the single-header library, relay/input macros (K1-K7, In1-In4), the 5 serial ports, RS485 + Modbus, M-Bus, SIM800/ESP01 modems, Ethernet (W5500), SD (SdFat), flash-as-EEPROM…

5 1mo ago A 138 tokens original MIT

gevino-motor

12

geva-elettronica/GEVINO-Motor

Skill Claude CodeCodex

Use when writing Arduino/C++ firmware for the GEVA GEVINO Motor PLC (SAMD21, Arduino Zero compatible) with a Toshiba TB67S128FTG stepper/brushed-DC driver. Covers the single-header library, the microstep sine tables, motor control (ISEq/Param, MotorInit, MicrostepUp/Dw, Microsteps, brushed mode), pin/I-O macros…

5 2mo ago A 121 tokens original MIT

gevino-opto-pnp

13

geva-elettronica/GEVINO-Opto-PNP

Skill Claude CodeCodex

Use when writing Arduino/C++ firmware for the GEVA GEVINO Opto PNP industrial PLC (SAMD21, Arduino Zero compatible). Covers the single-header library, pin/I-O macros, non-blocking state-machine style, serial ports, RS485 + Modbus, Ethernet (W5500), SD (SdFat), flash-as-EEPROM (FlashStorage), the non-blocking ADC and…

5 2mo ago A 98 tokens original MIT

mcubuddy

14

cunjun/McuBuddy

Skill Claude CodeCodex

Use when debugging MCU firmware or boards with McuBuddy, including probe, boot, HardFault, peripheral, register, memory, ELF/SVD, RTOS, RTT/UART, Keil, GDB, pyOCD, J-Link, ST-Link, or CMSIS-DAP work.

4 15d ago A 64 tokens original MIT

ea-skill

15

jzl-maker/EA-SKILL

Skill Claude CodeCodex

An AI-assisted workflow for developing and testing embedded-device software. Embedded software runs on hardware such as microcontrollers, and the workflow covers project setup, feature work, tests, device programming, debugging, verification, and records.

4 4d ago A 151 tokens original MIT

diansai-2026

16

gugugugg/diansai-2026

Skill Claude CodeCodex

A full workflow guide for control-focused electronics competitions, covering the path from understanding the problem to testing and writing the design report.

2 1mo ago A 169 tokens original MIT

cad-api-scripting

17

Ed3Design/ed3design-engineering-bundles

Skill Claude CodeCodex

Generate and debug scripting code for CAD system APIs — Python for commercial CAD platforms, OpenSCAD language scripts, and equivalent programmatic modeling interfaces. Load this skill when the user wants to automate CAD construction, generate geometry programmatically, produce parameter-import scripts, or write…

2 1mo ago A 169 tokens original MIT

fusion-mcp-bridge

18

Ed3Design/ed3design-engineering-bundles

Skill Claude CodeCodex

Use when driving Fusion 360 from Claude Code through the local MCP-Bridge (HTTP server on 127.0.0.1:7654 with bearer-token auth, single-threaded Custom-Event handler). Covers the API quirks that consistently bite without a documented protocol: component activation before geometry, single-revolve over…

2 1mo ago A 204 tokens original MIT

Ed3Design/ed3design-engineering-bundles

Skill Claude CodeCodex

End-to-end workflow for converting a 2D concept image into a parametric 3D CAD model when manual outline tracing is unreliable. Bridges the lossy "image → text-description → manual-spline-points" gap by using AI image-to-3D-mesh services (Tripo3D, Rodin, Meshy) as an intermediate step, then auditing the imported mesh…

2 1mo ago A 222 tokens original MIT

hwcontract

20

MohibShaikh/hwcontract

Skill Claude CodeCodex

Use when firmware has timing or level requirements you can measure against a spec: pulse widths on a WS2812/NeoPixel strip, DShot ESC, servo, I2C, NEC IR, DS18B20/DHT sensor, A4988/DRV8825 stepper, PWM fan, HC-SR04, when a board prints a boot log over serial (ESP32, ESP8266, Zephyr, MicroPython, u-boot, Raspberry Pi…

0 7d ago A 149 tokens original MIT