Skip to content

ploicloud/skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ploi Cloud Deploy Skill

A Claude Code skill that deploys your project to Ploi Cloud with a single command.

What it does

Run /pc-deploy from any project directory and the skill will:

  1. Detect your project type (Laravel, Node.js, WordPress, PHP, Statamic, Craft CMS)
  2. Extract runtime versions, extensions, and required services
  3. Create or update the application on Ploi Cloud
  4. Configure build commands, environment variables, and databases
  5. Deploy, monitor, and auto-fix failures
  6. Report the live URL when done

Prerequisites

  • A Ploi Cloud account
  • The Ploi Cloud MCP server connected:
    claude mcp add --transport http ploi-cloud https://ploi.cloud/mcp

Install

All tools

Auto-detects your AI harness and installs to the right location:

npx skills add ploicloud/skill

Claude Code

git clone https://github.com/ploicloud/skill ~/.claude/skills/pc-deploy

Manual

Clone into your project's .claude/skills/ directory:

git clone https://github.com/ploicloud/skill .claude/skills/pc-deploy

Usage

From your project directory in Claude Code:

/pc-deploy

The skill requires a git repository with a remote URL (GitHub, GitLab, or Bitbucket).

Supported project types

Type Detection
Laravel composer.json with laravel/framework
Statamic composer.json with statamic/cms
Craft CMS composer.json with craftcms/cms
WordPress wp-config.php
PHP composer.json (generic)
Node.js package.json

Auto-detected services

Dependency Service
mysql2, Prisma with MySQL MySQL
pg, postgres, Prisma with PostgreSQL PostgreSQL
mongodb, mongoose MongoDB
predis/predis, ext-redis, redis, ioredis Redis
php-amqplib, amqplib RabbitMQ

Auto-fix

When a deployment fails, the skill diagnoses the error and applies a fix automatically (up to 5 retries):

  • Out of memory → increases memory allocation
  • Missing PHP extension → adds it to the config
  • Build failure → adjusts build commands
  • Health check failure → changes the health check path
  • Missing environment variable → adds the required secret

Documentation

About

Ploi Cloud skill for AI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors