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 skills add komunite/tezgah --skill saas-deploymentgit clone --depth 1 https://github.com/komunite/tezgahWrote 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/skills/komunite/tezgah/saas-deployment)<a href="https://agentmods.dev/skills/komunite/tezgah/saas-deployment"><img src="https://agentmods.dev/badge/skills/komunite/tezgah/saas-deployment/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/komunite/tezgah/saas-deployment"><img src="https://agentmods.dev/badge/skills/komunite/tezgah/saas-deployment.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00119 | $0.03656 |
| Opus 5 | $0.00060 | $0.01828 |
| Sonnet 5 | $0.00024 | $0.00731 |
| Haiku 4.5 | $0.00012 | $0.00366 |
Grade A, and why
saas-deployment 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 9d 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 — 309 lines — stays where its author put it; the contents beside it link to each section on GitHub.
SaaS Deployment — Production'a Taşıma ve Operasyon
Bu skill, bir SaaS uygulamasını development ortamından production'a taşır ve operasyonel hazırlığını sağlar. Deployment "kodu sunucuya yüklemek" değildir — tüm dış servisleri production moduna geçirmek, güvenliği doğrulamak ve izleme kurmaktır.
Bağımlılık: Bu skill saas-launcher orkestratör skill'inin Faz 8'idir. Bağımsız olarak da kullanılabilir. İdeal olarak tüm diğer fazlar tamamlandıktan sonra uygulanır.
Bağlı skill'ler: Tüm diğer skill'lerin production geçiş adımları bu skill'de toplanır.
- saas-auth — Production OAuth callback URL'leri, production secret
- saas-payments — Live Stripe/LS anahtarları, production webhook URL
- saas-email — DNS doğrulaması tamamlanmış olmalı
- saas-landing-seo — SEO kontrol listesi geçirilmiş olmalı
- saas-api-security — Güvenlik kontrol listesi geçirilmiş olmalı
Hosting Platformu Seçimi
Vercel — Varsayılan Önerimiz
Ne zaman seç: Next.js kullanan hemen hemen her proje için.
Neden: Next.js'in yapımcısı olan şirketin hosting platformu. Sıfır konfigürasyon — repo'yu bağla, deploy et, bitti. Otomatik preview deployment'lar (her PR için ayrı URL), edge network ile global düşük latency, dahili analytics ve Web Vitals ölçümü, ücretsiz SSL.
Ücretsiz katman sınırları: Aylık 100 GB bandwidth, 100 saat build süresi, serverless function'lar 10 saniye timeout. Çoğu erken SaaS için fazlasıyla yeterli.
Ne zaman yetmez: Uzun süren background job'lar (10 saniyeyi aşan işlemler), WebSocket gerektiren uygulamalar (Vercel WebSocket desteği sınırlı), kendi veritabanını aynı platformda isteyenler.
Railway
Ne zaman seç: Veritabanı + uygulama tek platformda olsun isteyenler için.
Neden: PostgreSQL, Redis, MySQL gibi servisleri aynı platformda barındırır. Cron job ve background worker desteği. Docker container çalıştırma imkânı.
Ücretsiz katman: Aylık $5 kredi. Küçük projeler için yeterli ama traffic artınca hızla ücretli plana geçiş gerekir.
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.
- 9d ago First seen · 309 lines · 119 tokens per session scan A e1e47dfd7159
saas-deployment is a skill published in the GitHub repository komunite/tezgah (90 stars, last pushed 5mo ago), licensed MIT. It adds 119 tokens to every session and 3,656 once invoked, about $0.0006 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-08-30.
Other skills, from other repositories
source-command-ship
Complete deployment workflow with validation and testing.
infra
A cloud infrastructure skill for running software on services such as AWS, Google Cloud, or Azure. It covers deployment pipelines, automated releases, monitoring, alerts, service targets, and cloud costs.
deployment
This skill should be used when shipping an app to production — setting up CI/CD, deploys, preview environments, error monitoring, environment separation, or rollback. Trigger phrases include "deploy this", "set up CI/CD", "GitHub Actions", "add error tracking", "set up Sentry", "monitor production", "staging…
source-command-ui-interactive
Interactive component wizard with step-by-step guidance and enforced quality gates.
source-command-fix
Auto-fix all detected issues (short alias for comprehensive fixing).
source-command-loop
Start continuous development loop for automated workflows.