ワンクリックで
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