| name | armorer |
| description | Operate applications through Armorer rather than ad hoc shell commands. Use when installing, uninstalling, running, configuring, or inspecting Armorer-managed apps; checking Armorer jobs, queue state, logs, or Core behavior; and verifying deployment or runtime health through Armorer commands and observed evidence. |
Use The Canonical Armorer Skill
Use ../../../SKILL.md as the source of truth for this skill.
If you are acting directly from this repository:
- inspect state first with Armorer commands such as
pnpm armorer -- list
- prefer
pnpm armorer -- ... over ad hoc shell flows
- treat install, run, uninstall, and repair work as job-aware operations
- verify status, health, config, or runtime state before reporting success
- inspect
~/.armorer/chat_tui.log and docker logs --tail 120 armorer-core when chat or Core behavior looks wrong