원클릭으로
deploying-cost-optimized
Use when planning cost-effective deployments, optimizing hosting costs, or implementing FinOps strategies.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when planning cost-effective deployments, optimizing hosting costs, or implementing FinOps strategies.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Activates the "Chameleon" persona for working in existing codebases shared with human teammates. Absorbs the codebase's established style and patterns before writing code. Issues explicit warnings when mimicking sub-optimal patterns. Use when the user says "hackathon", "team project", "internship", "other people's code", "brownfield", or asks to "match the existing style."
Structured task planning with clear breakdowns, dependencies, and verification criteria. Use when implementing features, refactoring, or any multi-step work.
Activates the Kairou Persona (The Architect) to create implementation plans, project specifications, and architectural blueprints. Use when the user asks to "plan", "roadmap", or "architect" a solution.
Create Excalidraw diagram JSON files that make visual arguments. Use when the user wants to visualize workflows, architectures, or concepts.
Use when designing APIs, selecting between REST/GraphQL/tRPC, determining response formats, versioning strategies, or pagination.
Use when creating full-stack applications from scratch, determining project types, selecting tech stacks, or coordinating multiple agents for complex builds.
| name | deploying-cost-optimized |
| description | Use when planning cost-effective deployments, optimizing hosting costs, or implementing FinOps strategies. |
| disable-model-invocation | true |
This skill provides knowledge on cost-effective deployment strategies, modern hosting platforms, and FinOps (Financial Operations) best practices for 2025-2026.
/deploy workflowVercel (Best for: Next.js, React, Vue)
Netlify (Best for: Static sites, serverless functions)
Railway (Best for: Fullstack apps, databases)
Render (Best for: Docker apps, Postgres)
Supabase / PlanetScale / Neon (Databases)
Free Tier Combo Example:
├─ Frontend: Vercel/Netlify (Static + SSG)
├─ API: Railway/Render (Serverless functions)
├─ Database: Supabase (Postgres)
├─ Storage: Cloudinary (Image CDN)
└─ Total Monthly Cost: $0 (until scale)
Start Day One:
Monthly Rituals:
Cost-Saving Tactics:
Recommended Stack:
Frontend: Vite/React → Vercel
Backend: Node/Express → Railway
Database: Postgres → Supabase
Files: Cloudinary (images) / Vercel Blob
Auth: Clerk / Supabase Auth (both have free tiers)
Why: Zero config, auto-scaling, generous free tier
Monthly Cost: $0 until 10K+ users
Recommended Stack:
Frontend: Next.js → Vercel
API: tRPC/GraphQL → Railway/Render
Database: PlanetScale (MySQL) / Neon (Postgres)
Queue: Upstash (Redis + Queue)
Monitoring: Sentry (free 5K events/mo)
Why: Production-ready, scales to revenue
Monthly Cost: $0-20 until $1K MRR
Recommended Stack:
Frontend: Cloudflare Pages (unlimited bandwidth!)
API: AWS Lambda (1M requests free/mo)
Database: AWS Aurora Serverless v2
Cache: Upstash Redis
CDN: Cloudflare (free tier is VERY generous)
Why: Cost scales with usage, not server count
Monthly Cost: $0-50 until viral traffic
Cost Traps:
Vendor Lock-In:
CI/CD: GitHub Actions (2K free minutes/mo) Monitoring: Grafana Cloud (free 10K metrics) Logging: Axiom (500GB free ingestion) Error Tracking: Sentry (5K events/mo free) Uptime: UptimeRobot (50 monitors free) Analytics: Plausible (free self-hosted) / Umami