Use when a user asks how to operate ONCE itself via CLI or TUI, including install/bootstrap, app lifecycle commands, backups/restores, updates, service management, and troubleshooting on an ONCE host.
When to use this skill vs. other ONCE skills:
once-cli-operator) for ONCE CLI/TUI operations: start, stop, update, backup, restore, remove, troubleshooting.once-readiness-evaluator for app compatibility assessment (port 80, /up, /storage checks).nas-once-deployment for full NAS deployment orchestration (access mode, image build, Cloudflared, end-to-end workflow).Default routing rule: If the user asks about deployment or hosting an app on NAS, defer to nas-once-deployment (orchestrator-first). This skill handles operational lifecycle questions only.
Teach practical, safe operation of ONCE as an operator. Focus on running and managing apps with ONCE commands and workflows, not developing ONCE internals.
Core principle: inspect state first, then run the smallest safe command sequence, then verify with evidence.
Primary skill for: ONCE CLI/TUI operations, lifecycle management, troubleshooting.
Use this skill when users ask things like:
Explicit skill handoffs (use these exact phrases):
nas-once-deployment skill."once-readiness-evaluator skill."Do not use this skill for:
nas-once-deployment)once-readiness-evaluator)Always structure operational guidance as:
Current State ChecksRecommended CommandsWhat Success Looks LikeRecovery Path (if relevant)Keep commands copy-paste ready and in execution order.
Use the command catalog in references/command-map.md.
Default to this sequence for unknown systems:
once listonce versiononce start|stop|update|backup|restore|remove ...)If ONCE service health is suspected, include background service checks and related commands.
once) for guided setup and interactive operations.Use references/troubleshooting.md symptom-to-action playbooks.
When troubleshooting:
When discussing app compatibility during operations:
80/up/storage (and /rails/storage for Rails compatibility)/hooks/pre-backup, /hooks/post-restoreCanonical definition: See once-readiness-evaluator skill for full compatibility contract and scoring rubric.
See references/examples.md for operator-ready command flows.