๐ŸŽฏ

zeabur-project-create

๐ŸŽฏSkill

from zeabur/zeabur-claude-plugin

VibeIndex|
What it does
|

Creates and configures new Zeabur cloud projects using the Zeabur CLI, supporting template deployment, region selection from available servers, and initial project setup with proper configuration.

๐Ÿ“ฆ

Same repository

zeabur/zeabur-claude-plugin(33 items)

zeabur-project-create

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add zeabur/zeabur-claude-plugin --skill zeabur-project-create
skills.sh Installโš  Installs to .agents/skills/
npx skills add zeabur/zeabur-claude-plugin --skill zeabur-project-create
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/zeabur-project-create/SKILL.md

SKILL.md

96Installs
16
-
Last UpdatedMar 25, 2026

More from this repository10

๐ŸŽฏ
zeabur-deployment-logs๐ŸŽฏSkill

Provides workflows for viewing service runtime and build logs on Zeabur platform, helping debug deployment failures and runtime errors using the Zeabur CLI.

๐ŸŽฏ
zeabur-template๐ŸŽฏSkill

Zeabur agent skill providing a template knowledge base for creating, validating, and troubleshooting Zeabur deployment templates, including converting docker-compose files to Zeabur template YAML.

๐ŸŽฏ
zeabur-restart๐ŸŽฏSkill

Provides a guided workflow for restarting Zeabur services via the Zeabur CLI, using service IDs for reliable identification and integrating with service list and deployment log skills for diagnostics.

๐ŸŽฏ
zeabur-domain-url๐ŸŽฏSkill

Zeabur agent skill for handling service domain and URL configuration, including setting up public URLs and resolving trailing slash issues on the Zeabur deployment platform.

๐ŸŽฏ
zeabur-variables๐ŸŽฏSkill

A Claude Code plugin for Zeabur CLI operations with 14 specialized skills covering deployment, environment variables, service management, domain configuration, database migration troubleshooting, startup ordering, and template creation.

๐ŸŽฏ
zeabur-update-service๐ŸŽฏSkill

Modifies Zeabur service configuration without requiring a full redeploy, enabling environment variable updates and individual service restarts.

๐ŸŽฏ
zeabur-service-list๐ŸŽฏSkill

Lists services deployed in a Zeabur project, returning service IDs, names, types, and creation times. Useful for retrieving service IDs needed by other Zeabur CLI commands like variable management, log viewing, and service restarts.

๐ŸŽฏ
zeabur-startup-order๐ŸŽฏSkill

A Zeabur skill that diagnoses and fixes service startup order issues where applications fail with "Connection refused" because they start before database or Redis dependencies are ready, providing healthCheck-based and wait-loop solutions.

๐ŸŽฏ
zeabur-migration๐ŸŽฏSkill

Agent skills for Zeabur CLI operations, deployment, and troubleshooting. Covers deployment logs, domain configuration, database migration issues, port mismatch fixes, project creation, and service restarts.

๐ŸŽฏ
zeabur-template-backup๐ŸŽฏSkill

Backs up Zeabur templates to a local git repository by downloading template YAML files with standardized naming conventions from Zeabur template URLs.