Agent Plugins Marketplace
All plugins

embedded-iot-engineering

v0.1.2

Embedded & IoT Engineering specialist team — agents (embedded-systems-lead, firmware-rtos-specialist, power-budget-analyst, connectivity-protocol-specialist), skills, templates, commands, an advisory hook, best-practice rules, and a research-grounded knowledge bank. An embedded team for a firmware lead or hardware founder accountable for a fielded device — it treats the power budget as the spec, holds real-time deadlines as hard constraints, budgets flash/RAM like money, favors determinism over throughput, and requires OTA + rollback before fielding. Inherits ravenclaude-core protocols.

Claude Code5 Skills

By Matt CorbettLicense: MIT7 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
5 skill or MCP entries
Source updated
Sep 15, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install embedded-iot-engineering for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install embedded-iot-engineering@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/mcorbett51090/RavenClaude

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/embedded-iot-engineering/.

Plugin files

plugins/embedded-iot-engineering/
├── .claude-plugin/plugin.json
├── skills/budget-memory/SKILL.md
├── skills/build-power-budget/SKILL.md
├── skills/plan-ota/SKILL.md
├── skills/select-protocol/SKILL.md
└── skills/verify-real-time/SKILL.md

Included Skills5

budget-memoryskills/budget-memory/SKILL.md

Track flash and RAM (image, static, worst-case stack/heap) against the part's limits. Reach for this on any memory or footprint question.

build-power-budgetskills/build-power-budget/SKILL.md

Build the duty-cycled current profile and compute average current and battery life. Reach for this on any battery-life or energy question.

plan-otaskills/plan-ota/SKILL.md

Design a dual-bank OTA scheme with signed images and automatic rollback before fielding. Reach for this before any device ships.

select-protocolskills/select-protocol/SKILL.md

Select the radio on the power/range/bandwidth/cost trade — don't default to Wi-Fi. Reach for this on a connectivity question.

verify-real-timeskills/verify-real-time/SKILL.md

Characterize WCET and ISR latency and verify the schedule holds under worst case. Reach for this on any timing or determinism question.

Plugin manifests1

plugins/embedded-iot-engineering/.claude-plugin/plugin.json
{
  "name": "embedded-iot-engineering",
  "version": "0.1.2",
  "description": "Embedded & IoT Engineering specialist team — agents (embedded-systems-lead, firmware-rtos-specialist, power-budget-analyst, connectivity-protocol-specialist), skills, templates, commands, an advisory hook, best-practice rules, and a research-grounded knowledge bank. An embedded team for a firmware lead or hardware founder accountable for a fielded device — it treats the power budget as the spec, holds real-time deadlines as hard constraints, budgets flash/RAM like money, favors determinism over throughput, and requires OTA + rollback before fielding. Inherits ravenclaude-core protocols.",
  "author": {
    "name": "Matt Corbett"
  },
  "homepage": "https://github.com/mcorbett51090/RavenClaude",
  "license": "MIT",
  "keywords": [
    "embedded",
    "iot",
    "firmware",
    "rtos",
    "power-budget",
    "real-time",
    "ble",
    "lora",
    "ota"
  ],
  "requires": {
    "plugins": [
      "ravenclaude-core@>=0.7.0"
    ]
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[embedded-iot-engineering on Agent Plugins Marketplace](https://pluginsmp.com/plugins/embedded-iot-engineering)