project-tooling

Verify GitHub, Vercel, and Supabase CLI installation and authentication during project bootstrap.

1|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/artofrawr/claude-control --skill project-tooling-artofrawr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-tooling
Source: https://github.com/artofrawr/claude-control/tree/main/skills/project-tooling
Command: npx skills add https://github.com/artofrawr/claude-control --skill project-tooling-artofrawr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, vercel, supabase, and includes scripts (resource) components.

What problem does it solve?

This Skill consolidates the tooling setup and validation workflow for modern AI-enabled projects by ensuring required CLIs are installed and authenticated, and by providing a repeatable initialization script.

Core Features & Use Cases

  • Verify GitHub CLI (gh), Vercel CLI, and Supabase CLI are installed and authenticated during project bootstrap.
  • Provide a central validation script to streamline onboarding, repository creation, and deployment platform linking.
  • Optional Render CLI support for deployments, with guidance on integrating across platforms.

Quick Start

Install and authenticate the core CLIs, then run the tooling verification at project initialization.

Frequently Asked Questions about project-tooling

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify GitHub, Vercel, and Supabase CLI tooling is set up correctly for my project?

To verify project tooling, you can run a central validation script that checks whether the GitHub, Vercel, and Supabase CLIs are installed and authenticated, ensuring your development environment is ready for bootstrap workflows.

What is the best way to automate project bootstrap and deployment linking across multiple platforms?

Automating project bootstrap involves running a consolidated initialization script that handles repository creation and deployment platform linking across GitHub, Vercel, and Supabase to ensure a repeatable setup process.

Do I need to install and authenticate the GitHub, Vercel, and Supabase CLIs before setting up my environment?

Yes, you must install and authenticate the core CLIs before project initialization. The tooling verification process enforces this by checking that the GitHub, Vercel, and Supabase CLIs are properly configured.

Can I use Render CLI for deployments alongside GitHub, Vercel, and Supabase?

Yes, Render CLI is supported as an optional deployment platform. The tooling provides guidance on integrating Render alongside the core GitHub, Vercel, and Supabase CLIs for cross-platform deployments.

Why does my project initialization fail when linking Vercel or Supabase deployments?

Project initialization and deployment linking fails when the required CLIs are either not installed or not properly authenticated. Running the central validation script helps identify and resolve these environment issues.