From 93018df532bd7dd8e88c4e3bd9556ee6560df339 Mon Sep 17 00:00:00 2001 From: Seth Hobson Date: Tue, 14 Oct 2025 21:13:27 -0400 Subject: [PATCH] fix: restore original plugin name arm-cortex-microcontrollers - Revert plugin name from embedded-systems to arm-cortex-microcontrollers - Keep original name chosen by contributor Ryan Snodgrass - Update all references in README.md and marketplace.json - Plugin structure remains properly organized in plugins/ directory --- .claude-plugin/marketplace.json | 4 ++-- README.md | 6 +++--- .../agents/arm-cortex-expert.md | 0 3 files changed, 5 insertions(+), 5 deletions(-) rename plugins/{embedded-systems => arm-cortex-microcontrollers}/agents/arm-cortex-expert.md (100%) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index d5d1471..b385197 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1816,8 +1816,8 @@ ] }, { - "name": "embedded-systems", - "source": "./plugins/embedded-systems", + "name": "arm-cortex-microcontrollers", + "source": "./plugins/arm-cortex-microcontrollers", "description": "ARM Cortex-M firmware development for Teensy, STM32, nRF52, and SAMD with peripheral drivers and memory safety patterns", "version": "1.2.0", "author": { diff --git a/README.md b/README.md index b452367..664125d 100644 --- a/README.md +++ b/README.md @@ -321,8 +321,8 @@ Next.js, React + Vite, and Node.js project setup with pnpm and TypeScript best p | **systems-programming** | Rust, Go, C, C++ for systems development | `/plugin install systems-programming` | | **jvm-languages** | Java, Scala, C# with enterprise patterns | `/plugin install jvm-languages` | | **web-scripting** | PHP and Ruby for web applications | `/plugin install web-scripting` | -| **functional-programming** | Elixir with OTP and Phoenix | `/plugin install functional-programming` | -| **embedded-systems** | ARM Cortex-M firmware and drivers | `/plugin install embedded-systems` | +| **functional-programming** | Elixir with OTP and Phoenix | `/plugin install functional-programming` | +| **arm-cortex-microcontrollers** | ARM Cortex-M firmware and drivers | `/plugin install arm-cortex-microcontrollers` | ### 🔗 Blockchain (1 plugin) @@ -862,7 +862,7 @@ Use these commands to explore available functionality: | Agent | Model | Description | | ---------------------------------------------------------------------------- | ------ | ---------------------------------------------------------- | -| [arm-cortex-expert](plugins/embedded-systems/agents/arm-cortex-expert.md) | sonnet | ARM Cortex-M firmware and peripheral driver development | +| [arm-cortex-expert](plugins/arm-cortex-microcontrollers/agents/arm-cortex-expert.md) | sonnet | ARM Cortex-M firmware and peripheral driver development | | [blockchain-developer](plugins/blockchain-web3/agents/blockchain-developer.md) | sonnet | Web3 apps, smart contracts, DeFi protocols | | [payment-integration](plugins/payment-processing/agents/payment-integration.md) | sonnet | Payment processor integration (Stripe, PayPal) | | [legacy-modernizer](plugins/framework-migration/agents/legacy-modernizer.md) | sonnet | Legacy code refactoring and modernization | diff --git a/plugins/embedded-systems/agents/arm-cortex-expert.md b/plugins/arm-cortex-microcontrollers/agents/arm-cortex-expert.md similarity index 100% rename from plugins/embedded-systems/agents/arm-cortex-expert.md rename to plugins/arm-cortex-microcontrollers/agents/arm-cortex-expert.md