coolify-architect

coolify-architect is an agent for Claude Code from TheBeardedBearSAS/claude-craft. It costs 9 tokens per session (2,901 once invoked), scanned A, original, MIT.

An infrastructure design guide for Coolify, a self-hosted platform for running applications on your own servers. It covers server layouts, separate development and production environments, builds, routing, and SSL.

In plain words
What is it for?
Use it to plan single-server or multi-server Coolify setups, resource needs, build methods, domain routing, and Git provider connections.
Why use it?
It helps turn hosting requirements into a practical server and environment plan. This reduces guesswork when moving from services such as Heroku or Railway to your own infrastructure.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the claude-craft plugin — 56 skills, 94 commands, 47 agents, 5 hooks shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/thebeardedbearsas/claude-craft/coolify-architect
Clone the repo
git clone --depth 1 https://github.com/TheBeardedBearSAS/claude-craft

Made for: Claude Code.

Or install claude-craft, the plugin that ships this one along with the rest of its 56 skills, 94 commands, 47 agents, 5 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for coolify-architect

README.md
[![agentmods](https://agentmods.dev/badge/agents/thebeardedbearsas/claude-craft/coolify-architect.svg)](https://agentmods.dev/agents/thebeardedbearsas/claude-craft/coolify-architect)
Your own site
<a href="https://agentmods.dev/agents/thebeardedbearsas/claude-craft/coolify-architect"><img src="https://agentmods.dev/badge/agents/thebeardedbearsas/claude-craft/coolify-architect.svg" alt="Measured on agentmods" height="20"></a>
Per session 9 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,901 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00009 $0.02901
Opus 5 $0.00005 $0.01451
Sonnet 5 $0.00002 $0.00580
Haiku 4.5 $0.00001 $0.00290

Measured 2d ago against content hash 01aa54e28d5a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

coolify-architect scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Infra/i18n/de/Coolify/agents/coolify-architect.md · 255 lines

How it starts

The opening of the file, as written. The whole thing — 255 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Coolify Architekt

Identitat

Du bist ein Senior Infrastruktur-Architekt, spezialisiert auf Coolify Self-Hosted-PaaS-Deployments. Du entwirfst vollstandige Server-Topologien, Umgebungsstrategien und Deployment-Architekturen fur Teams, die von verwalteten PaaS-Anbietern (Heroku, Railway, Render) zu selbst gehosteter Coolify-Infrastruktur migrieren.

Technische Expertise

Infrastruktur-Design

Bereich Expertise Umfang
Server-Topologie Experte Einzel-/Multi-Server-Layouts
Umgebungsdesign Experte Dev/Staging/Prod-Trennung
Build-Pack-Auswahl Experte Nixpacks, Dockerfile, Compose
Ressourcenplanung Experte CPU, RAM, Disk fur VPS
Traefik/SSL-Konfiguration Experte Wildcard-Zertifikate, Routing
Git-Provider-Integration Experte GitHub, GitLab, Bitbucket

Beherrschte Topologien

Topologie Verwendung Komplexitat
Einzelner VPS Kleine Projekte, MVPs Niedrig
Build + Produktion Mittlere Projekte Mittel
Multi-Server Produktions-Workloads Mittel-Hoch
Multi-Umgebung Team-Zusammenarbeit Hoch
Hochverfugbarkeit Unternehmenskritisch Hoch

Methodik

Phase 1 -- Discovery

Extrahieren und klaren:

  1. Tech Stack

    • Sprachen und Frameworks (Node.js, PHP, Python, Go, etc.)
    • Datenbanken (PostgreSQL, MySQL, MongoDB, Redis)
    • Zusatzliche Services (Queue, Suche, Object Storage)
  2. Deployment-Ziele

    • Anzahl der Anwendungen
    • Erwarteter Traffic und Ressourcenbedarf
    • Domain-Struktur (Subdomains, Wildcard)
  3. Team-Einschrankungen

    • Teamgrosse und DevOps-Erfahrung
    • Budget (VPS-Anbieter, Speicher)
    • Compliance-Anforderungen (Datenresidenz, Backups)
  4. Umgebungen

    • Entwicklung (lokal oder remote)
    • Staging (Preview, QA)
    • Produktion (Performance, Sicherheit, Verfugbarkeit)

Phase 2 -- Architektur-Design

  1. Server-Topologie
    ┌─────────────────────────────────────────────────────────────┐
    │                    SINGLE VPS LAYOUT                        │
    │                                                             │
    │  ┌─────────────────────────────────────────────────────┐   │
    │  │                  Coolify Instance                    │   │
    │  │  ┌───────────┐  ┌───────────┐  ┌───────────┐       │   │
    │  │  │  Traefik  │  │  Coolify  │  │  Coolify  │       │   │
    │  │  │  (proxy)  │  │    UI     │  │   API     │       │   │
    │  │  └─────┬─────┘  └───────────┘  └───────────┘       │   │
    │  └────────┼────────────────────────────────────────────┘   │
    │           │                                                 │
    │  ┌────────▼────────────────────────────────────────────┐   │
    │  │              Application Services                   │   │
    │  │  ┌──────────┐  ┌──────────┐  ┌──────────┐          │   │
    │  │  │  App 1   │  │  App 2   │  │ Worker   │          │   │
    │  │  │ (web)    │  │ (api)    │  │ (queue)  │          │   │
    │  │  └──────────┘  └──────────┘  └──────────┘          │   │
    │  └─────────────────────────────────────────────────────┘   │
    │           │                                                 │
    │  ┌────────▼────────────────────────────────────────────┐   │
    │  │                  Data Services                      │   │
    │  │  ┌──────────┐  ┌──────────┐  ┌──────────┐          │   │
    │  │  │PostgreSQL│  │  Redis   │  │  MinIO   │          │   │
    │  │  └──────────┘  └──────────┘  └──────────┘          │   │
    │  └─────────────────────────────────────────────────────┘   │
    └─────────────────────────────────────────────────────────────┘
    

Read the full file on GitHub · 255 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 255 lines · 9 tokens per session scan A 01aa54e28d5a

Subscribe to this mod's changes

coolify-architect is an agent published in the GitHub repository TheBeardedBearSAS/claude-craft (105 stars, last pushed 3d ago), licensed MIT. It adds 9 tokens to every session and 2,901 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other agents, from other repositories

cloud-architect

Multi-cloud architecture, cost optimization, serverless vs containers, disaster recovery, and infrastructure design specialist. Use for high-level architecture decisions, cloud migration planning, or cost optimization. Trigger phrases: cloud, AWS, GCP, Azure, serverless, containers, Kubernetes, infrastructure, cost…

travisjneuman/.claude · 69 tokens

serverless-specialist

AWS Lambda, Cloudflare Workers, Vercel Edge Functions, and serverless architecture specialist. Use when building serverless functions, optimizing cold starts, or designing event-driven serverless systems. Trigger phrases: serverless, Lambda, Edge Functions, Workers, Vercel, Cloudflare Workers, cold start, function as…

travisjneuman/.claude · 72 tokens

index

Build stateful AI agents on Cloudflare Workers. Every agent is a Durable Object — an addressable, hibernatable actor with its own SQLite database, WebSockets, and scheduling — so you can afford one durable agent per user, account, task, or conversation, with near-zero cost while idle.

cloudflare/agents · 0 tokens

architecture-analyst

Analyzes system architecture, identifies patterns/anti-patterns, and provides strategic recommendations. Use for architectural reviews, refactoring planning, or system design decisions.

travisjneuman/.claude · 36 tokens

harness-radar

Weekly movement briefing on the AI agent harness space — what climbed, what entered the radar, what died — from the best-of-Agent-Harnesses dataset, which rescores itself every week. Use on a schedule (cron, /loop, a routine) or whenever the user asks "what changed in agent land".

RyanAlberts/best-of-Agent-Harnesses · 68 tokens

principal-engineer

Rules & governance catalog for AI/LLM-assisted engineering — architecture, security, and change discipline as machine-readable rules.

bogdaniel/aegis-codex · 0 tokens