Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
Jaswanth avatar

Jb Ship

  • Updated April 9, 2026
  • Jaswanth0709/jb-plugin

jb-ship is a Claude Code skill in the DevOps & CI/CD category. One-command deployment: commit, push, PR, monitor Vercel, auto-fix build failures

Key points

  • jb-ship
  • DevOps & CI/CD
  • AI-coding skill

Jb Ship by the numbers

  • Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add Jaswanth0709/jb-plugin
/plugin install jb-ship@jb-marketplace

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Last updatedApril 9, 2026
RepositoryJaswanth0709/jb-plugin

What it does

One-command deployment: commit, push, PR, monitor Vercel, auto-fix build failures

README.md

JB Plugin Marketplace

A custom Claude Code plugin marketplace.

Plugins

Plugin Description
jb-ship One-command deployment: commit, push, PR, monitor Vercel, auto-fix build failures

Installation

1. Add this marketplace (once)

In Claude Code, run:

/plugin marketplace add jb-marketplace --source github --repo Jaswanth0709/jb-plugin

2. Install a plugin

/plugin install jb-ship@jb-marketplace

3. Setup Vercel MCP (once per project)

claude mcp add --transport http vercel https://mcp.vercel.com

Then authenticate by typing /mcp in Claude Code.

Prerequisites

  • gh CLI: Must be installed and authenticated (gh auth login)
  • Vercel: Project must be connected to Vercel via GitHub integration

Usage

# Full pipeline: commit -> push -> PR -> monitor -> auto-fix
/ship

# Check deployment status anytime
/deploy-status
/deploy-status 42    # check specific PR

Plugin: jb-ship

How it works

/ship
  |
  |-- 1. Stage & commit changes
  |-- 2. Push to feature branch
  |-- 3. Create PR to main (if needed)
  +-- 4. Spawn background monitor
          |
          |-- Poll deployment status (every 30s, up to 10 min)
          |
          |-- On success -> "Ready to merge!"
          |
          +-- On failure (up to 3 retries) ->
                |-- Fetch Vercel build logs
                |-- Analyze error
                |-- Fix code
                |-- Commit & push fix
                +-- Resume polling

What gets auto-fixed

  • TypeScript compilation errors
  • ESLint errors
  • Import/export issues
  • Missing type annotations
  • Build configuration issues

What it will NOT fix

  • Environment variable issues
  • External service failures
  • Vercel platform issues
  • Dependency conflicts requiring manual resolution

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.