Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
wedsamuel1230 avatar

Ota Deployment Guardian

  • 37 installs
  • 19 repo stars
  • Updated May 26, 2026
  • wedsamuel1230/arduino-skills

Helps with devops & ci/cd tasks.

About

ota-deployment-guardian is a Claude Code skill for devops & ci/cd. It helps solo builders move faster with AI-assisted development.

  • ota-deployment-guardian
  • DevOps & CI/CD
  • AI-coding skill

Ota Deployment Guardian by the numbers

  • 37 all-time installs (skills.sh)
  • +4 installs in the week ending Jul 27, 2026 (Skillselion tracking)
  • Ranked #835 of 1,435 DevOps & CI/CD skills by installs in the Skillselion catalog
  • Data as of Aug 1, 2026 (Skillselion catalog sync)
npx skills add https://github.com/wedsamuel1230/arduino-skills --skill ota-deployment-guardian

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs37
repo stars19
Last updatedMay 26, 2026
Repositorywedsamuel1230/arduino-skills

What it does

Helps with devops & ci/cd tasks.

Files

SKILL.mdMarkdownGitHub ↗

OTA Deployment Guardian

Use this skill when a device is updated remotely and losing the update path would be expensive.

Resources

  • references/ota-safe-sketch.md - minimum sketch-side OTA contract and guardrails
  • references/discovery-and-network-ports.md - IDE, mDNS, IP reachability, and disappearing network port triage
  • references/recovery-and-rollback.md - rollout safety, rollback, and last-resort recovery planning
  • ../../docs/board-support/uno-r4-family.md - Uno R4 Minima and Uno R4 WiFi board-family caveats

When to Use

Use this skill when the request involves:

  • OTA uploads for ESP32, Nano ESP32, or Uno R4 WiFi
  • network port appears briefly or disappears
  • IDE can ping the device but cannot upload
  • keeping a remote weather station or deployed board updateable
  • avoiding self-bricking after an OTA deployment

Do not use this skill for ordinary bench USB uploads unless the user is clearly preparing for later OTA deployment.

Workflow

1. Confirm the board family:

  • ESP32 or Nano ESP32 -> open references/ota-safe-sketch.md
  • Uno R4 WiFi -> also open ../../docs/board-support/uno-r4-family.md

2. Separate discovery failures from sketch failures:

  • ping works but network port disappears -> open

references/discovery-and-network-ports.md

  • OTA works once, then disappears after the new sketch runs -> verify the new

sketch still implements the OTA path in ota-safe-sketch.md 3. Before suggesting a rollout, check references/recovery-and-rollback.md for recovery path, rollback strategy, and what must stay available over USB. 4. Treat core-version changes as a possible variable when OTA previously worked and later became unreliable.

Core Rules

  • Never assume OTA remains available after a new sketch unless the sketch keeps

the OTA path alive.

  • Distinguish reachability from OTA discovery. Ping success does not prove the

IDE can discover or upload.

  • Keep at least one recovery path in reserve for high-cost remote devices.
  • For Uno R4 WiFi, keep board-family caveats explicit. Its WiFi side is not the

same operational model as a plain ESP32 board.

Verification

  • Confirm the sketch still connects to the intended network and services the OTA

path after boot.

  • Confirm whether the failure is discovery-only, upload-only, or full device

reachability loss.

  • For remote deployments, confirm the rollback or physical recovery plan before

recommending an update.

  • If board or core versions changed recently, capture the exact versions before

concluding the failure is in user code.

Integration

  • Pair with arduino-cli-skill when the user needs command-line upload or port

inspection.

  • Pair with field-power-and-connectivity-triager when the OTA path fails only

off USB or in field power conditions.

  • Pair with error-message-explainer when the OTA sketch itself does not build.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.