onestack
Installation
SKILL.md
Onestack
Overview
Use Dokploy as the default deployment control plane for local projects. Prefer the CLI for repeatable work, use JSON output for parsing, and open the Dokploy console only when the CLI cannot complete a step or an API key must be created manually.
Default console URL:
http://211.47.74.86:3000
Core Rules
- Run commands from the project root unless a different path is explicit.
- Prefer
dokploy ... --jsonand parse the result instead of relying on formatted text. - Never print API tokens, database passwords,
.envvalues, or full secret-bearing command lines in the final response. - Do not delete applications, databases, domains, volumes, or deployments without explicit user approval.
- Before deploying, inspect git status. Dokploy deploys from remote sources; uncommitted or unpushed local changes usually are not deployed.