engram
01Skill Claude CodeCodex
Persistent semantic memory for AI agents. Store, search, recall, and forget memories across sessions using Qdrant + FastEmbed.
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
Skill Claude CodeCodex
Persistent semantic memory for AI agents. Store, search, recall, and forget memories across sessions using Qdrant + FastEmbed.
Skill Claude CodeCodex
Persistent semantic memory for AI agents. Store, search, recall, and forget memories across sessions using Qdrant + FastEmbed.
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.
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.
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…
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.
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"…
Skill Claude CodeCodex
Implementation behavior for builder sessions following the Agile-V process.
Skill Claude CodeCodex
Apply Agentic Agile-V process control, task briefs, risk-based evidence gates, and human approval rules.
Skill Claude CodeCodex
Independent review behavior for verifier sessions in the Agile-V process.
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…
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…
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…
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.
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.
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.
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…
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…
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…
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…