ck:deploy

Automate project deployment by auto-detecting the target hosting platform.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/tonamson/please-done --skill ck-deploy-tonamson
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ck:deploy
Source: https://github.com/tonamson/please-done/tree/main/ck/.opencode/skills/deploy
Command: npx skills add https://github.com/tonamson/please-done --skill ck-deploy-tonamson

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Deploy projects to the correct hosting platform by auto-detecting the target and orchestrating deployment across supported providers.

Core Features & Use Cases

  • Auto-detects deployment target from project configs and docs/deployment.md.
  • Supports 15+ platforms with environment-aware deployment decisions.
  • Use case: deploy a Next.js app on Vercel when vercel.json is present or on Netlify when netlify.toml exists.

Quick Start

Tell me to deploy this project and I will auto-detect the target platform and start the deployment.

Frequently Asked Questions about ck:deploy

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

FAQPage Schema
How do I auto-deploy a full-stack project to the correct cloud hosting platform?▼

Auto-deploy works by detecting the target hosting platform from project configuration files and docs, then executing the deployment automatically. It supports static and full-stack projects across Vercel, Netlify, Cloudflare, AWS, GCP, and Digital Ocean.

How does platform detection work for CI-CD deployment?▼

Platform detection for deployment works by reading common configuration files like vercel.json or netlify.toml, checking docs/deployment.md, and scanning for platform-specific cues to identify the correct target automatically.

Can I deploy a Next.js app to Vercel or Netlify without manually configuring the target?▼

Yes, you can deploy without manual configuration. The system auto-detects the target from project configs, deploying a Next.js app to Vercel when vercel.json is present or to Netlify when netlify.toml exists.

What's the best way to handle environment-aware deployments across multiple cloud providers?▼

The best way to handle environment-aware deployments is using a safe deploy workflow that auto-detects the target and applies environment-aware handling across 15+ supported platforms, ensuring correct configuration for each provider.

Does this deployment automation support Vultr and other smaller cloud hosting platforms?▼

Yes, this deployment automation supports Vultr alongside major providers like AWS, GCP, Cloudflare, and Digital Ocean, covering 15+ platforms for both static and full-stack project deployments.