saas-storage

saas-storage is a skill for Claude Code, Codex from komunite/tezgah. It costs 115 tokens per session (2,064 once invoked), scanned A, original, MIT.

A file-storage setup for SaaS products using Supabase Storage, a file service connected to Supabase databases. It covers storage buckets, access rules, uploads, image optimization, and plan-based storage limits.

In plain words
What is it for?
Use it for profile photos, documents, product images, exported reports, and other user-uploaded files, including their security and storage metadata.
Why use it?
It gives an application a defined place to store user files while connecting file access to user identity. It is intended for products that need uploads, rather than every SaaS product.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it for profile photos, documents, product images, exported reports, and other user-uploaded files, including their security and storage metadata.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/komunite/tezgah/saas-storage/github.svg)](https://agentmods.dev/skills/komunite/tezgah/saas-storage)
Your own site
<a href="https://agentmods.dev/skills/komunite/tezgah/saas-storage"><img src="https://agentmods.dev/badge/skills/komunite/tezgah/saas-storage/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-storage

Your own site · 80×15
<a href="https://agentmods.dev/skills/komunite/tezgah/saas-storage"><img src="https://agentmods.dev/badge/skills/komunite/tezgah/saas-storage.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 115 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,064 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.00115 $0.02064
Opus 5 $0.00057 $0.01032
Sonnet 5 $0.00023 $0.00413
Haiku 4.5 $0.00012 $0.00206

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

Security

Grade A, and why

saas-storage 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 10d 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-storage/SKILL.md · 162 lines

How it starts

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

SaaS Storage — Supabase Storage ile Dosya Depolama

Bu skill, bir SaaS uygulamasının dosya depolama katmanını Supabase Storage ile kurar. Profil fotoğrafları, kullanıcı tarafından yüklenen dokümanlar, ürün görselleri veya dışa aktarılan raporlar — dosya depolama çoğu SaaS'ta gerekli bir katmandır.

Supabase Storage, zaten veritabanı için kullandığın Supabase projesinin parçasıdır — ek servis hesabı veya yapılandırma gerektirmez. RLS ile dosya seviyesinde güvenlik, dahili görsel dönüştürme ve Dashboard'da görsel dosya yönetimi sunar. Ücretsiz katman: 1 GB depolama, 2 GB bandwidth/ay.

Bağımlılık: Bu skill saas-launcher orkestratör skill'inin opsiyonel bir fazıdır. Bağımsız olarak da kullanılabilir. Her SaaS'ta gerekmez — yalnızca dosya yükleme ihtiyacı varsa uygula.

Bağlı skill'ler:

  • saas-database — Dosya metadata'sı (isim, boyut, tür, URL) veritabanında saklanır. Supabase Storage aynı projenin parçasıdır.
  • saas-auth — Dosya erişimi kullanıcı kimliğine bağlıdır.
  • saas-api-security — Yükleme endpoint'leri input validation ve rate limiting gerektirir.

Supabase Storage Kurulumu

Bucket Oluşturma

Supabase Storage'da dosyalar bucket'larda organize edilir. Her bucket bir klasör gibidir.

Önerilen bucket yapısı:

  • avatars — Kullanıcı profil fotoğrafları (public)
  • uploads — Kullanıcı dosyaları (private — RLS ile korunmalı)
  • exports — Sistem tarafından üretilen dosyalar (private)

Public vs. Private bucket:

  • Public: Dosya URL'si ile herkes erişebilir. Profil fotoğrafları, ürün görselleri için.
  • Private: Erişim RLS politikalarına tabidir. Kullanıcı dokümanları, hassas dosyalar için.

RLS Politikaları

Storage bucket'ları da veritabanı tabloları gibi RLS ile korunur:

  • Profil fotoğrafı yükleme: Kullanıcı sadece kendi klasörüne (avatars/{user_id}/) yükleyebilsin
  • Dosya okuma: Kullanıcı sadece kendi dosyalarını görebilsin
  • Dosya silme: Kullanıcı sadece kendi dosyalarını silebilsin

Klasör yapısı ile RLS'i birleştir: {bucket}/{user_id}/{dosya} — bu sayede auth.uid() ile yol kontrolü yapılabilir.

Read the full file on GitHub · 162 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. 10d ago First seen · 162 lines · 115 tokens per session scan A 5d8f556d34f1

Subscribe to this mod's changes

saas-storage is a skill published in the GitHub repository komunite/tezgah (91 stars, last pushed 5mo ago), licensed MIT. It adds 115 tokens to every session and 2,064 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.

Related

Other skills, from other repositories

saas-builder

Clone, verify, map, and build on top of ixartz/SaaS-Boilerplate for a user's SaaS idea. Use when a user wants to reuse SaaS Boilerplate, evaluate how their product fits it, or build product-specific pages, database schema, roles, permissions, MVP features, and launch scope on top of the boilerplate.

ixartz/SaaS-Boilerplate · 75 tokens

supabase

Use when doing ANY task involving Supabase. Triggers: Supabase products (Database, Auth, Edge Functions, Realtime, Storage, Vectors, Cron, Queues); client libraries and SSR integrations (supabase-js, @supabase/ssr) in Next.js, React, SvelteKit, Astro, Remix; auth issues (login, logout, sessions, JWT, cookies…

supabase/agent-skills · 185 tokens

system-design-data-architecture

Choose and scale the data layer: SQL versus NoSQL per access pattern, single data ownership, replication and read scaling, partition key choice, hot partition and celebrity key mitigation. Use when selecting a store, planning sharding, or fixing a data-tier bottleneck.

HoangNguyen0403/agent-skills-standard · 59 tokens

nuxthub

Use when building NuxtHub v0.10.6 applications - provides database (Drizzle ORM with sqlite/postgresql/mysql), KV storage, blob storage, and cache APIs. Covers configuration, schema definition, migrations, multi-cloud deployment (Cloudflare, Vercel), and the new hub:db, hub:kv, hub:blob virtual module imports.

YuDefine/nuxt-supabase-starter · 78 tokens

backend-multi-tenancy

Use this skill when the user says 'multi-tenancy', 'SaaS', 'tenant isolation', 'row-level security', 'DB per tenant', 'schema per tenant', 'tenant provisioning', 'tenant migration', 'multi-tenant database', 'tenant context'. This skill implements tenant isolation strategies: row-level, schema-per-tenant, and…

j4flmao/agent-skills · 113 tokens

supabase

Use this skill when working with Supabase platform — PostgreSQL schema, Row Level Security, Realtime subscriptions, Auth, Storage, Edge Functions, pgvector. This skill enforces: RLS policies on every table, proper PostgreSQL schema design, real-time channel organization, storage bucket policies, edge function cold…

j4flmao/agent-skills · 100 tokens