hosting

Automate Vercel hosting provisioning with login, project linking, and blob storage.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/mitcheman/bodega --skill hosting-mitcheman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hosting
Source: https://github.com/mitcheman/bodega/tree/main/.cursor/skills/hosting
Command: npx skills add https://github.com/mitcheman/bodega --skill hosting-mitcheman

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Configuring hosting for a Claude Code plugin project on Vercel used to require manual login, project linking, storage provisioning, and metadata wiring; this skill automates that onboarding.

Core Features & Use Cases

  • Signs in to Vercel and links the current workspace as a project.
  • Provisions a Vercel Blob store for assets and records, and writes project metadata to .bodega.md.
  • Records and exposes a preview URL for deployment verification and resume-friendly flows.

Quick Start

Run the hosting sub-skill during /bodega:setup to configure Vercel hosting.

Frequently Asked Questions about hosting

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

FAQPage Schema
How do I automate Vercel project setup for a Bodega store?

You can automate Vercel project setup by running the hosting skill during the onboarding workflow to handle login, project linking, and blob storage provisioning automatically.

What does Vercel CLI provisioning include for a Bodega project?

Vercel CLI provisioning includes browser-based login, workspace project linking, blob store provisioning for assets, and writing deployment URLs and state to .bodega.md.

Do I need the Vercel CLI installed to set up hosting for my store?

Yes, the hosting skill satisfies a requirement for Vercel CLI presence to automate project linking, blob storage provisioning, and metadata updates across environments.

Can I resume an in-progress Vercel deployment onboarding step?

Yes, the hosting skill supports resume-friendly flows by recording and exposing a preview URL for deployment verification during in-progress onboarding steps.

How do I provision Vercel Blob storage for my project assets?

The hosting skill provisions a Vercel Blob store for assets and records during the onboarding workflow, automatically writing project metadata and URLs to .bodega.md.

What are the limitations of automating Vercel hosting with this approach?

This hosting automation is specifically designed for Bodega projects, relying on Vercel CLI, browser-based login, and .bodega.md metadata updates to function correctly across environments.