Agent capability
fix-coolify-builds
Diagnose, analyze, repair, and verify Docker build, Docker Compose, Coolify deployment, and Traefik routing failures. Use for failing Dockerfiles or image builds, Coolify build/deploy logs, unhealthy or restarting containers, "Stopped after reaching restart limit" crash loops, missing post-crash containers, GitHub Actions failures related to container delivery, 404/502/503/504 responses, TLS or domain failures, incorrect Traefik labels, and Docker network problems involving the designated public Coolify network `coolify`.
Runtime provisioning
Provision this capability
The provisioning flow resolves the versioned manifest, verifies every SHA-256 digest, and applies the package atomically.
Shared Agent Skills
User scope: ~/.agents/skills/fix-coolify-builds
curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh fix-coolify-builds --client agents --scope user --registry __MM_RUNTIME_ORIGIN__
Codex
User scope: ~/.agents/skills/fix-coolify-builds
curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh fix-coolify-builds --client codex --scope user --registry __MM_RUNTIME_ORIGIN__
OpenCode
User scope: ~/.config/opencode/skills/fix-coolify-builds
curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh fix-coolify-builds --client opencode --scope user --registry __MM_RUNTIME_ORIGIN__
Antigravity
User scope: ~/.gemini/config/skills/fix-coolify-builds
curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh fix-coolify-builds --client antigravity --scope user --registry __MM_RUNTIME_ORIGIN__
Windows PowerShell
$installer = Join-Path $env:TEMP 'mm-skills-install.ps1'; Invoke-WebRequest '__MM_RUNTIME_ORIGIN__/install.ps1' -OutFile $installer; & $installer -Skill 'fix-coolify-builds' -Client 'agents' -Scope 'user' -Registry '__MM_RUNTIME_ORIGIN__'
Artifact integrity
Versioned package contents
| Path | Bytes | SHA-256 |
|---|---|---|
| agents/openai.yaml | 657 | 3393bee078589611… |
| README.md | 11,962 | 225a54f2549aff19… |
| references/diagnostic-playbook.md | 6,032 | 5c12c76e8b413864… |
| references/network-and-routing.md | 4,774 | 4a26322dba038443… |
| references/official-sources.md | 7,754 | c89d58e5b91d26e8… |
| references/restart-loops.md | 9,176 | b875f8ef9cf78d80… |
| scripts/compose_preflight.py | 12,725 | 7349d806df86bc97… |
| SKILL.md | 9,719 | 1812700212730894… |
| SOURCE.md | 497 | 87915e9147008214… |
| tests/test_compose_preflight.py | 1,542 | e744ec7e75b95737… |