using-cli-tools
Installation
SKILL.md
Using CLI Tools
Prefer CLI tools over web dashboards. CLIs are scriptable, reproducible, and keep developers in flow.
Principle: If a CLI exists for a service, use it. Only fall back to web UI when the CLI genuinely can't do the task.
Quick Reference
| Category | Tools |
|---|---|
| Hosting | vercel, netlify, wrangler, railway, flyctl |
| Backend/DB | supabase, prisma, aws |
| Payments | stripe |
| Dev Tools | gh, docker compose, ngrok, turbo |