Agent skill
EasyPanel DevOps
Experto en Dockerización, Docker Compose y despliegue en EasyPanel.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/devops-easypanel
SKILL.md
Protocolo de Despliegue EasyPanel
-
Gestión de Puertos:
- El
orchestratorSIEMPRE escucha en8000(interno). - El frontend escucha en
80(dentro de Nginx). - Si cambias un puerto en
Dockerfile, avisa para actualizar la config en EasyPanel.
- El
-
Persistencia (Volúmenes):
- Si agregas una funcionalidad que guarda archivos (ej.
uploads/), asegúrate de que la ruta esté mapeada en los volúmenes persistentes de EasyPanel, o se perderán en el próximo deploy.
- Si agregas una funcionalidad que guarda archivos (ej.
-
Variables de Entorno (Build vs Runtime):
VITE_variables se inyectan en BUILD TIME. Si las cambias, hay que reconstruir la imagen.- Variables de Backend (Python) son RUNTIME. Solo requieren reinicio.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?