coolify-architect-guidance

Automate architectural guidance for reproducible Coolify stacks from GitHub.

Updated Feb 6, 2026
One-click install
npx skills add https://github.com/chris78rey/en_construccion --skill coolify-architect-guidance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coolify-architect-guidance
Source: https://github.com/chris78rey/en_construccion/tree/main/.opencode/skills/coolify-architect-guidance
Command: npx skills add https://github.com/chris78rey/en_construccion --skill coolify-architect-guidance

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides comprehensive architectural guidance to build reproducible deployment architectures in Coolify, ensuring GitHub pushes trigger automatic deployments with minimal manual intervention.

Core Features & Use Cases

  • Reference architecture: describes the layers from GitHub to Coolify, Traefik, containers, and Cloudflare.
  • Design rules & success criteria: includes docker-compose rules and deployment checks.
  • Use case: when a developer pushes to GitHub, it enables a push-to-deploy workflow with automated verification and deployment.

Quick Start

Use the coolify-architect-guidance skill to align an existing project with the recommended docker-compose base and deployment flow.

Frequently Asked Questions about coolify-architect-guidance

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up push-to-deploy pipelines in Coolify using Docker Compose?

Push-to-deploy pipelines in Coolify require a base docker-compose.yml, environment variable handling, and healthchecks configured per service to satisfy deployment criteria. Traefik handles routing from GitHub pushes to containers automatically.

What is a reproducible Coolify deployment architecture?

A reproducible Coolify deployment architecture describes layers from GitHub to Coolify, Traefik, containers, and Cloudflare. It ensures GitHub pushes trigger automatic deployments with minimal manual intervention using defined design rules.

Do I need healthchecks configured per service for Coolify deployments?

Yes, healthchecks configured per service are required to satisfy deployment criteria in Coolify. They enable automated verification during the push-to-deploy workflow.

How does Traefik work with Coolify and Docker Compose for automated deployment?

Traefik works with Coolify by routing traffic to containers defined in your docker-compose.yml. It acts as the proxy layer between Cloudflare and your services during automated GitHub deployments.

Can I use Coolify for push-to-deploy workflows from GitHub without manual intervention?

Yes, Coolify supports push-to-deploy workflows from GitHub with minimal manual intervention when your project aligns with the recommended docker-compose base, environment variable handling, and healthcheck configuration.

What are the docker-compose rules for successful Coolify deployments?

Docker-compose rules for successful Coolify deployments include providing a base docker-compose.yml, configuring environment variables, and setting healthchecks per service. These design rules ensure automated verification passes.