What problem does it solve? Operating on shared production servers risks accidentally destroying other tenants' containers, claiming occupied ports, or acting on misleading system readings. This Skill encodes the host map, tenant boundaries, port ownership, and hard safety rules so every remote command is informed before it runs. ## Core Features & Use Cases - Host and Tenant Map: Documents SSH access for the shared demo VM and editone-prod, the four-tenant container layout, and which containers are safe to touch. - Port and Resource Facts: Lists public and loopback port ownership, the real Docker disk location, RAM limits, and Cloud SQL connection details to prevent false conclusions from misleading readings like df /. - Safety Guardrails: Defines a read-before-write triage sequence, forbidden commands (docker system prune, volume removal, destructive migrations), and an escalation pattern for actions requiring a human. - Use Case: Before debugging a failing container on the demo box, load this Skill to confirm the container belongs to your tenant, check the correct disk and memory metrics, and follow the safe triage sequence instead of restarting shared services. ## Quick Start Before running any command on a remote host, ask the AI to load the box-ops skill and confirm which containers and ports are safe to touch for this task.