deploio
01Plugin Claude Code
Plugin marketplace listing 1 plugin: deploio.
Plugin Claude Code
Plugin marketplace listing 1 plugin: deploio.
Plugin Claude Code
Deploy and manage apps on Deploio (nine.ch PaaS) using nctl. Five skills covering first-time deployment, day-to-day management, debugging, backing service provisioning (PostgreSQL, Redis, S3), and CI/CD setup.
Instructions file
Instructions for renuo/deploio-claude-plugin, covering claude.md, what this repo is, repository structure, key nctl command groups and skill architecture.
Agent
Executes Deploio CLI operations via nctl on behalf of coordinator skills — creating and updating apps, resolving git credentials, monitoring builds and deployments, provisioning backing services, and managing CI/CD service accounts. Spawned by deploio-deploy, deploio-manage, deploio-debug, deploio-provision, and…
Command
Diagnose a broken or misbehaving Deploio app. Triggers the deploio-debug skill — autonomously pulls logs, release history, and runtime stats, then identifies the root cause and proposes a fix.
Command
Deploy the current app to Deploio for the first time. Triggers the deploio-deploy skill — detects your framework, confirms the plan, then deploys from your git remote.
Skill Claude CodeCodex
Sets up automated deployments to Deploio from CI/CD pipelines using nctl service accounts. This skill should be triggered when the user wants to automate deployments: "GitHub Actions Deploio", "CI/CD for Deploio", "auto-deploy to Deploio", "deploy on push", "automate deployments", "configure deployment pipeline"…
Skill Claude CodeCodex
Diagnoses and fixes Deploio app problems — crashes, build failures, release errors, and runtime errors. This skill should be triggered when something is broken or wrong: "app crashed", "deploy failing", "build error", "release failed", "app not starting", "getting 500 errors", "getting 503 errors", "bad gateway"…
Skill Claude CodeCodex
Handles first-time deployment of an app to Deploio — from git URL to live HTTPS URL. This skill should be triggered when deploying a new app for the first time: "deploy my app on Deploio", "create a Deploio app", "how do I deploy to Deploio", "host on Deploio", "push to Deploio", "new app on Deploio", "first deploy to…
Skill Claude CodeCodex
Day-to-day operations on a running Deploio app — config changes, routine log monitoring, console/exec access, and redeployments. This skill should be triggered for: "change env vars", "scale app", "add worker", "cron job", "scheduled job", "custom domain", "retry build", "deploy new version", "tail logs", "show me the…
Skill Claude CodeCodex
Provisions and connects managed backing services to Deploio apps — PostgreSQL, MySQL, Redis-compatible KVS, OpenSearch, and S3-compatible object storage. This skill should be triggered when the user needs to add a database, cache, or storage service: "add postgres to Deploio", "provision MySQL", "need a database on…