Handles the boring but necessary CLI setup for GitHub, Vercel, Supabase, and Render. It verifies tools are installed and authenticated before you start a project, which prevents those annoying mid-workflow "command not found" moments. Includes a validation script you can drop into any project, plus all the common commands for creating repos, deploying to Vercel, running Supabase migrations, and generating TypeScript types from your database schema. The CI/CD snippets are actually useful if you're wiring up GitHub Actions. Not user-invocable, so Claude uses this automatically when deployment or infrastructure setup comes up. It's less about teaching you these tools and more about automating the checklist you'd run through anyway.
npx skills add https://github.com/alinaqi/claude-bootstrap --skill project-tooling