deploy

Automate MCU firmware, MPU image, and WPF deployments with manual approval for destructive steps.

2|1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/solitasroh/rkit --skill deploy-solitasroh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/solitasroh/rkit/tree/main/skills/deploy
Command: npx skills add https://github.com/solitasroh/rkit --skill deploy-solitasroh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

MCU and WPF deployment workflows involve risky, manual steps that can erase firmware or mis-deploy images. This skill automates and standardizes the deployment process while enforcing safety checks.

Core Features & Use Cases

  • Domain-aware deployment for MCU flash programming, MPU image deployment, and WPF publish workflows.
  • Safety rails including mandatory manual approval for destructive operations and preflight validations.
  • Reproducible, cross-platform deployment across STM32, NXP Kinetis K, i.MX variants, and WPF targets.

Quick Start

Invoke the deploy skill with a domain and target to begin a safe firmware or WPF deployment workflow.

Frequently Asked Questions about deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate safe firmware deployment for STM32 and i.MX targets?

Automated firmware deployment for STM32 and i.MX targets is handled by applying domain detection, preflight checks, and artifact validation before executing flash or write operations.

What is the safest way to prevent accidental data loss during WPF publish workflows?

To prevent accidental data loss during WPF publish workflows, the deployment process enforces mandatory manual approval before executing any destructive flash or write operations.

Can I deploy WPF applications and flash NXP Kinetis K firmware using the same workflow?

You can deploy WPF applications and flash NXP Kinetis K firmware through a single workflow that automatically detects the domain and applies the appropriate publish or programming steps.

Does automated MCU firmware flashing require manual approval before writing to the device?

Automated MCU firmware flashing requires explicit manual approval before any write operation, ensuring preflight validations and artifact checks pass before programming the target device.

What preflight checks are needed for MPU image deployment?

Preflight checks for MPU image deployment include domain detection, artifact validation, and verifying readiness before executing the image write operation to the target device.

Why should I use automated deployment instead of manual flashing for embedded firmware?

Automated deployment standardizes the flashing process across MCU and MPU targets, reducing the risk of erasing firmware or mis-deploying images through enforced safety rails and validations.