What problem does it solve?
This Skill helps you safely operate the House production infrastructure without memorizing SSH details, Docker commands, or database access patterns. It reduces the risk of accidental changes by emphasizing read-only inspection first and requiring confirmation for any destructive or state-changing action.
Core Features & Use Cases
- Production server access: Connect to the OVH VPS over SSH and run one-off commands against the deployed House app.
- Docker and service inspection: Check container status, tail logs, restart services when explicitly approved, and inspect the deployment layout.
- Database operations: Read from PostgreSQL via Django shell or psql, list tables, run safe diagnostics, and create dumps before risky work.
- Deployment and maintenance guidance: Understand how CI-driven deploys work, how migrations are applied, and where to look for infrastructure documentation.
- Use Case: A developer needs to verify why a production endpoint is failing, inspect the web logs, query a few rows from the database, and confirm whether a migration already ran.
Quick Start
Use the infra skill to check the current status of the House production containers and read the latest web logs.