saas-deployment

saas-deployment is a skill for Claude Code, Codex from komunite/tezgah. It costs 119 tokens per session (3,656 once invoked), scanned A, original, MIT.

A process for moving a SaaS application from development to production, where production is the live version used by customers. It covers hosting, domains, SSL, environment variables, delivery automation, and monitoring.

In plain words
What is it for?
Use it to deploy through Vercel, Railway, or Fly.io, configure a domain and SSL, manage environment variables, set up CI/CD, and prepare monitoring and operations.
Why use it?
It removes the assumption that publishing code alone makes an application ready for customers. It also checks that external services, security settings, and live credentials are configured correctly.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Good fit Use it to deploy through Vercel, Railway, or Fly.io, configure a domain and SSL, manage environment variables, set up CI/CD, and prepare monitoring and operations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/komunite/tezgah/saas-deployment
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.

Any agent
npx skills add komunite/tezgah --skill saas-deployment
Clone the repo
git clone --depth 1 https://github.com/komunite/tezgah

Made for: Claude Code, Codex.

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 saas-deployment

README.md
[![agentmods](https://agentmods.dev/badge/skills/komunite/tezgah/saas-deployment/github.svg)](https://agentmods.dev/skills/komunite/tezgah/saas-deployment)
Your own site
<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.

agentmods 80×15 button for saas-deployment

Your own site · 80×15
<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>
Per session 119 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,656 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00119 $0.03656
Opus 5 $0.00060 $0.01828
Sonnet 5 $0.00024 $0.00731
Haiku 4.5 $0.00012 $0.00366

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

Security

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.

skills/saas-deployment/SKILL.md · 309 lines

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.

Read the full file on GitHub · 309 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. 9d ago First seen · 309 lines · 119 tokens per session scan A e1e47dfd7159

Subscribe to this mod's changes

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.