Coolify Manager

Diagnose and fix Coolify deployments, WordPress issues, and SSL certs via CLI and API.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.6/10
Tested
Jul 16, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 9f48caa

Ran a real WordPress-down-after-.htaccess-edit task: the baseline guess reverts blindly, while the skill's bundled references/wordpress_fixes.md gives the exact Coolify container path (/var/www/html/), the correct php_value syntax (no '=' sign), and the HTTP_AUTHORIZATION rewrite rule that fixes the common REST-API false-positive — all Coolify-specific knowledge a generic answer would miss.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 5/5

What Coolify Manager does

Manages and troubleshoots Coolify (self-hosted PaaS) deployments through the official Coolify CLI and REST API. Triggers on Coolify server management, down-service diagnosis, WordPress-on-Coolify issues (.htaccess, PHP limits, REST API false positives), SSL certificate checks, and container access.

How to install Coolify Manager

git clone https://github.com/ajmcclary/Coolify-Manager.git
mkdir -p ~/.claude/skills
cp -r Coolify-Manager ~/.claude/skills/coolify-manager

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Coolify Manager

  • /coolify-manager Diagnose and fix Coolify deployments, WordPress issues, and SSL certs via CLI and API.

It also activates on plain-language prompts like these:

  • my WordPress site broke after editing .htaccess, help me fix it
  • check why my Coolify deployment shows as down
  • the REST API on my WordPress site keeps returning false failures

Frequently asked questions

Is the Coolify Manager skill free?
Yes. The skill itself is free from ajmcclary/Coolify-Manager. SkillProof publishes the install command and an independent test verdict at no cost.
Does Coolify Manager work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Tested · Works. Ran a real WordPress-down-after-.htaccess-edit task: the baseline guess reverts blindly, while the skill's bundled references/wordpress_fixes.md gives the exact Coolify container path (/var/www/html/), the correct php_value syntax (no '=' sign), and the HTTP_AUTHORIZATION rewrite rule that fixes the common REST-API false-positive — all Coolify-specific knowledge a generic answer would miss.
What is the Coolify Manager SkillProof Score?
9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
How do I install Coolify Manager?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Coolify Manager with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.