From utopia-funds-dd
Identifies cloud cost issues, unused resources, and billing optimization opportunities. Use when the user asks about "costs", "billing", "AWS invoice", "cloud spending", "reduce costs", or "optimize resources". Don't use for monitoring setup, deployment, or security.
How this skill is triggered — by the user, by Claude, or both
Slash command
/utopia-funds-dd:cost-optimizerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Helps identify and reduce cloud infrastructure costs — especially for solo founders who may not realize what they're paying for.
Helps identify and reduce cloud infrastructure costs — especially for solo founders who may not realize what they're paying for.
Check for configuration files:
vercel.json → Vercel (check plan tier)serverless.yml / cdk.json → AWSrailway.toml → Railwayfly.toml → Fly.iodocker-compose.yml → Self-hostedsupabase/ → Supabasefirebase.json → FirebaseAWS:
Vercel:
General:
# Check for cloud SDK usage
grep -rn "aws-sdk\|@aws-sdk\|boto3\|firebase\|supabase" --include="*.ts" --include="*.js" --include="*.py" . | head -20
Present a prioritized list of cost savings, estimated monthly impact, and effort to implement.
## 💰 Cost Optimization Report
### Detected Services
- {service}: {estimated tier/cost}
### Quick Wins
1. {action} — est. savings: ${X}/mo — effort: {low/medium/high}
### Cost Monitoring Setup
- {recommended tool}: {how to set up}
npx claudepluginhub the-utopia-studio/skills --plugin utopia-funds-dd2plugins reuse this skill
First indexed Apr 22, 2026
Blocks Edit/Write/Bash actions until Claude investigates importers, data schemas, and user instructions. Improves output quality by forcing concrete facts before edits.