← Back to list

infra-ops
by canyouseeus
THE LOST+UNFOUNDS - Modern web application
⭐ 0🍴 0📅 Jan 23, 2026
SKILL.md
name: infra-ops description: Manages infrastructure standards including Supabase migrations, RLS policies, and environment variables. Use when changing the database schema or deployment process.
Infrastructure Ops Skill
This skill governs the backend and deployment integrity of THE LOST+UNFOUNDS.
Database & Supabase Standards
1. Migrations (SQL)
- Pattern: Every migration must be idempotent.
- Check-and-Execute: Use
DO $$blocks to check for existence beforeINSERTorCREATE. - Constraint Safety: Never assume a column is UNIQUE. Always check by slug or ID before inserting.
2. RLS (Row Level Security)
- Default Deny: New tables should have RLS enabled and a
service_roleorauthenticatedpolicy. - Service Role: Sensitive operations (like newsletter sending) should use the
SUPABASE_SERVICE_ROLE_KEYvia server-side handlers.
Environment Management
- Local .env: Always check
.env.localfor local development. - Vercel: Use the
set-vercel-env.shscript to sync environment variables. - Secrets: NEVER hardcode API keys. Use the
lib/api-handlerspattern to fetch secrets.
Zoho Mail Integration
- OAuth: Use the
_zoho-mail-handler.tsand associated refresh token logic. - Error Handling: Surface specific Zoho status codes if a send fails.
Deployment Verification
- Build Logs: After deployment, ALWAYS check Vercel logs for "Silent Failures" or JSON parsing errors.
- URL Check: Verify the
https://www.thelostandunfounds.com/sqlpage correctly lists new scripts.
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon