·deployment-automation
</>

deployment-automation

ecto/muni

Guides deployment of Muni software to rovers (aarch64 cross-compilation, systemd) and depot (Docker Compose). Use when deploying firmware updates, installing services, configuring environments, troubleshooting deployment failures, or setting up new rovers/depot instances. Covers cross-compilation with `cross` tool, deploy.sh script usage, systemd service management, Docker Compose profiles, environment variables, and rollback procedures.

2Installs·0Trend·@ecto

Installation

$npx skills add https://github.com/ecto/muni --skill deployment-automation

SKILL.md

Guides deployment of Muni software across heterogeneous platforms: rovers (ARM64) and depot (x8664).

| Target | Platform | Method | Build Tool | Deploy Tool |

| Rovers | aarch64 (ARM64) | Binary + systemd | cross / cargo | deploy.sh (scp + ssh) | | Depot | x8664 | Docker containers | Docker | docker-compose |

Guides deployment of Muni software to rovers (aarch64 cross-compilation, systemd) and depot (Docker Compose). Use when deploying firmware updates, installing services, configuring environments, troubleshooting deployment failures, or setting up new rovers/depot instances. Covers cross-compilation with `cross` tool, deploy.sh script usage, systemd service management, Docker Compose profiles, environment variables, and rollback procedures. Source: ecto/muni.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/ecto/muni --skill deployment-automation
Source
ecto/muni
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is deployment-automation?

Guides deployment of Muni software to rovers (aarch64 cross-compilation, systemd) and depot (Docker Compose). Use when deploying firmware updates, installing services, configuring environments, troubleshooting deployment failures, or setting up new rovers/depot instances. Covers cross-compilation with `cross` tool, deploy.sh script usage, systemd service management, Docker Compose profiles, environment variables, and rollback procedures. Source: ecto/muni.

How do I install deployment-automation?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ecto/muni --skill deployment-automation Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/ecto/muni