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.
npx agentmods add commands/kayaerhan/cursor-agent-tr/proje_dockergit clone --depth 1 https://github.com/KayaErhan/cursor-agent-trWrote 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.
[](https://agentmods.dev/commands/kayaerhan/cursor-agent-tr/proje_docker)<a href="https://agentmods.dev/commands/kayaerhan/cursor-agent-tr/proje_docker"><img src="https://agentmods.dev/badge/commands/kayaerhan/cursor-agent-tr/proje_docker.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.00709 |
| Opus 5 | $0.00000 | $0.00354 |
| Sonnet 5 | $0.00000 | $0.00142 |
| Haiku 4.5 | $0.00000 | $0.00071 |
Grade A, and why
proje_docker 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 5d 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.
How it starts
The opening of the file, as written. The whole thing — 66 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/proje_docker - Docker Kurulumu ve Konteyner Yapisi
Kullanici Docker kurulumu veya konteynerlestirme istediginde projeye uygun Dockerfile, Compose, .dockerignore ve ortam degiskeni dokumantasyonunu ekle veya guncelle.
Amaç
- Veritabani ve yardimci servisleri Compose ile ayaga kaldirmak (bu repoda sablon:
docker/compose.yml). - Gerekirse uygulama (or. Next.js) icin uretim veya gelistirme Dockerfile’i eklemek.
README.mdvedocs/USAGE.mdicinde Docker bolumunu guncel tutmak.
0) Kapsam
- Zorunlu degildir; kullanici istemedikce Docker dosyasi ekleme.
- Bu repoda hazir PostgreSQL + istege bagli pgAdmin sablonu
docker/altindadir; baska projede ayni yapiyi kopyalayabilir veya uyarlayabilirsin.
1) Stack Tespiti
package.json,next.config.*,Dockerfilevarligi, mevcutdocker-compose.yml/compose.ymldosyalarini kontrol et.- Veritabani
PostgreSQLisedocker/compose.ymlsablonu ile uyumluDATABASE_URLornegi ver.
2) Veritabani (PostgreSQL)
- Projede henuz yoksa ve kullanici DB’yi Docker’da istiyorsa:
docker/compose.ymlvedocker/env.exampleyapisini kullan veya projeye uyarla.- Kok veya
docker/.envicinenv.exampleicerigini senkron tut.
- Saglik kontrolu (
healthcheck) ve kalici volume kullanimini koru.
3) Uygulama Dockerfile (Next.js / Node)
- Istendiginde cok asamali Dockerfile ekle:
- Bagimlilik kurulumu,
next build,nodeile calistirma veyastandalonecikti.
- Bagimlilik kurulumu,
- Root
.dockerignoreekle:node_modules,.git,.next,*.mdgereksizleri haric tut. - Compose icinde
appservisi ekleneceksepostgres’edepends_onve ortak ag kullan.
4) Guvenlik
- Ornek sifreleri dokumantasyonda degistirilmesi gerektigini belirt.
- Gercek sifreleri repoya commit etme;
.envgitignore’da olmali.
5) Dokumantasyon
- Proje
README.md: "Docker ile calistirma" basligi, komutlar, portlar. docs/USAGE.mdveyadocker/README.md: baglanti URL’leri ve profil (--profile tools) aciklamasi.
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.
- 5d ago First seen · 66 lines · 0 tokens per session scan A a776410ef709
proje_docker is a command published in the GitHub repository KayaErhan/cursor-agent-tr (6 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 709 tokens. 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-08-31.
Other commands, from other repositories
create-docker-mcp-tunnel
Stand up an Anthropic MCP tunnel locally with Docker Compose so Claude can call a private MCP server (manual-credentials quickstart).
sandbox
Manage sandbox backends and tooling.
dockerfile
Validate Dockerfiles for GPU/CUDA configuration issues before building.
index
Command "index" from thrashr888/agentkernel, covering commands, quick reference, daily drivers (root level), sandbox lifecycle (sandbox / sb) and ssh (ssh).
deploy
Build, test, deploy with staged rollout.
status
List all SandboxClaims with phase, age, template, and bound pod. Detects stuck-in-Pending claims and surfaces likely causes.