Hardware and IoT skills

3,149 tagged Hardware and IoT, measured the same way as everything else here.

Browse within: agentic-ai 171coding-agents 119skills 100eda 89robotics 80ai-workflows 74cortex-m 72embedded 67arduino 62rtl 59esp32 56github-copilot 56asic 53codex-plugin 53

verdi-rca

313

giftboydiyfactory/verdi_skill

Skill Claude CodeCodex

This skill should be used when the user asks to 'debug this failure', 'find root cause', 'compare passed vs failed', 'trace X values', 'analyze fmod vs vmod mismatch', or needs hardware simulation Root Cause Analysis methodology.

not rated 2 5mo ago A 56 tokens

little-planet/ascend-tune-lab

Skill Codex

Analyze Ascend NPU collective communication profiling data with a DB-first workflow. Use when the user provides clusteranalysisoutput/clusteranalysis.db, rank-level analysis.db, rank-level ascendpytorchprofiler{rankid}.db, together with profilerinfo.json, and asks about HCCL or hcom communication cost, collective…

not rated 2 21d ago A 119 tokens

miniapp-lamp-panel

315

tuya/tuyaopen-ide-manifests

Skill Claude CodeCodex

A development guide for Tuya Ray mini-app lighting panels, which are small app interfaces used to control lights and their settings.

not rated 2 today A 203 tokens

suharvest/sensecraft-solutions

Skill Claude Code

A workflow for extending an AI camera or vision application from one edge device to several platforms, such as Jetson, RK, reCamera, and Hailo. Edge platforms are small computers that process camera data locally.

not rated 2 2d ago C 119 tokens original Apache-2.0

jlceda-eda-rest

317

Paimon955/jlc-eda-mcp

Skill Claude CodeCodex

Drive JLCEDA Pro from Codex via WebSocket RPC using websocat as a short-lived local WS server (no Node/MCP required). Supports listing/calling all jlc. tools and full EDA API passthrough (eda.invoke/get/keys).

not rated 2 5mo ago C 60 tokens

wamcs/skills

Skill Claude CodeCodex

A Chinese-language implementation guide for performance optimisation using four approaches: deduplication, reuse, masking, and replacement. It covers changes such as combining operations, preallocating buffers, and using compilation tools.

not rated 2 changed 6d ago A 102 tokens

mlx-metal-kernels

320

ssmall256/mlx-metal-kernels-skill

Skill Claude Code

Provides guidance for writing custom Metal compute kernels using MLX's mx.fast.metalkernel() API for Apple Silicon GPUs (M1, M2, M3, M4). Covers kernel patterns for RMSNorm, LayerNorm, softmax, attention variants (causal, sliding window, GQA), and reductions. Includes profiling, debugging, simdgroupmatrix MMA (M3+)…

not rated 2 6mo ago A 91 tokens original MIT

nuedc

321

ProfYangShengXu/nuedc-skills

Skill Claude CodeCodex

A workflow for solving China’s National Undergraduate Electronic Design Contest (TI Cup), from understanding a task to designing circuits, writing code, compiling, flashing, and debugging. It can generate wiring diagrams and support MCU, FPGA, simulation, and PCB work, but physical wiring, soldering, and instrument operation still need a person.

not rated 2 28d ago A 65 tokens original MIT

ctq-extraction

322

Eklavya-San/CTQ-extraction

Skill Claude CodeCodex

Use when analyzing engineering drawings, technical CAD files, or manufacturing process control plans to extract Critical-To-Quality (CTQ) parameters, GD&T feature control frames, tolerances, and callout coordinates.

not rated 2 1mo ago A 46 tokens

bitbake

323

matteohoeren/bitbake-skill

Skill Claude CodeCodex

Expert guidance for writing BitBake recipes (.bb), append files (.bbappend), class files (.bbclass), configuration files (.conf), and understanding the BitBake build system used by OpenEmbedded and the Yocto Project.

not rated 2 4mo ago A 48 tokens

trim-cli

324

Shana-AE/.shanaae-configs

Skill Claude CodeCodex

A command-line skill for working with TRIM NAS and fnOS, including their files, photos, videos, apps, Docker, and storage.

not rated 2 today A 37 tokens

tinygo

325

gandarez/agent-skills

Skill Claude CodeCodex

Writes, reviews, and optimizes TinyGo code for microcontrollers and WebAssembly. Use when building embedded systems with TinyGo, flashing firmware to boards, writing WASM/WASI modules with TinyGo, integrating hardware drivers, or optimizing binary size for constrained devices.

not rated 2 5mo ago A 56 tokens original MIT

conow-device

326

conow-labs/agent-skills

Skill Claude CodeCodex

Conow + Tuya generic device end-user skill. Single CLI auto-routes between Tuya generic device endpoints (devices/all, home device list, detail / model / shadow issue) and Conow energy-device endpoints (topo / protocol / model / properties / alarms / indicators / issue) using the topo and protocol probes. Use this…

not rated 2 2mo ago A 240 tokens original MIT

i2c-driver-validator

327

adafruit/Agent_Skills

Skill Claude CodeCodex

Write and run I2C driver validation tests that compare Arduino and CircuitPython I2C transactions for a given sensor/breakout. Use when validating that an Arduino driver and a CircuitPython driver produce equivalent I2C bus traffic for chip ID reads and all configuration register set/get operations.

not rated 2 3mo ago A 64 tokens

fpga

328

george11642/george-plugins

Skill Claude CodeCodex

Master FPGA skill covering Vivado, SystemVerilog/Verilog/VHDL, RTL design, timing closure, CDC, AXI interfaces, FSMs, pipelines, memory interfaces, HLS, verification, and hardware optimization. Uses Context7 MCP for up-to-date library docs. Use when FPGA, Verilog, VHDL, HDL, RTL, synthesis, or hardware design…

not rated 2 5mo ago A 82 tokens

ulanzi-studio

329

ukinora/ulanzi-studio-plugin-skill

Skill Claude CodeCodex needs its repo

Build plugins for Ulanzi D200H / D200 / D200X stream controllers using the Ulanzi Studio SDK. Covers manifest.json schema, $UD SDK API, action class pattern, property inspector, CORS (incl. a Cloudflare relay workaround), flicker-free canvas rendering, marquee scrolling, realtime polling, credential/security…

not rated 2 1mo ago A 135 tokens original MIT

klayout-pnr

330

geniuskey/klayout-draw-mcp

Skill Claude CodeCodex

Use when doing placement and metal routing (manual or automatic) on GDS layouts via the klayout-draw-mcp MCP server — standard-cell rows, multi-layer wires, vias, and obstacle-aware maze (Lee) routing, with DRC checking in the loop.

not rated 2 2mo ago A 59 tokens original MIT

logisim-evolution

331

afishyke/Logisim-Evolution-MCP-Server

Skill Claude CodeCodex

Use this skill whenever a user asks to create, inspect, edit, wire, validate, simulate, test, convert, save, or open a Logisim or Logisim-evolution .circ project. It guides agents to use the logisim MCP tools safely and to verify circuit behavior before launching the GUI.

not rated 2 1mo ago A 67 tokens original MIT

hardware-logging

332

gurul/hardware-logging

Skill Claude CodeCodex

Debug firmware on a real board using hwlog structured serial logs. Use whenever working with ESP32/embedded firmware — flashing, testing on hardware, reading device output, or diagnosing crashes, reboots, or silent boards.

not rated 2 22d ago B 48 tokens original MIT

openeye

333

dumbspacecookie/openeye

Skill Claude CodeCodex

Use this skill when the user wants to verify that a real-world physical procedure was performed correctly using camera input — bolt installation, equipment pre-op checks, lockout/tagout, PPE verification, lab protocols, surgical site prep. Also use when the user asks about AR/XR procedure verification, persistent…

not rated 2 3mo ago A 84 tokens original MIT

zynq_dev

334

zdx8637-gitdog/Xilinx_Vivado_MCP

Skill Claude CodeCodex

A general engineering framework for projects using Zynq, a family of chips that combines programmable hardware with processor-based software. It follows a nine-stage process from requirements through implementation, deployment, monitoring, and recovery.

not rated 2 +1 changed 4d ago A 0 tokens

convert-schematic-pdf

335

ght123247/schematic-pdf-to-json

Skill Codex

Convert PDF circuit schematics into evidence-preserving SchematicIR JSON. Use when inspecting a schematic PDF, extracting components or connectivity, producing JSON, validating SchematicIR, or reviewing uncertain schematic recognition. Do not use for EDA drawing or PCB layout.

not rated 2 +1 1mo ago A 57 tokens original MIT

yasg1988/yandex-station-mcp

Skill Claude CodeCodex

A skill for controlling a Yandex Station through a separate MCP server. Yandex Station is a smart speaker that can play audio and respond to Alice voice commands.

not rated 2 +1 2mo ago A 0 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: