ck:deploy

Auto-detect hosting platforms and deploy projects with generated documentation.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/DatTran26/KienTruThiHanh --skill ck-deploy-dattran26
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:deploy
Source: https://github.com/DatTran26/KienTruThiHanh/tree/main/.agents/skills/deploy
Command: npx skills add https://github.com/DatTran26/KienTruThiHanh --skill ck-deploy-dattran26

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deployments are often manual, error-prone, and fragmented across multiple hosting targets; this skill automates the decision and execution by auto-detecting the best deployment target from project files and docs, then deploying accordingly.

Core Features & Use Cases

  • Auto-detects deployment target from docs/deployment.md and project config signals
  • Deploys to multiple platforms (Vercel, Netlify, Cloudflare, Render, Railway, Fly.io, Github Pages, AWS, GCP, Digital Ocean, etc.) with cost-aware recommendations
  • Generates or updates deployment documentation to reflect the chosen platform and production URL
  • Useful for monorepos or projects that need consistent deployment workflows across platforms

Quick Start

Run the deploy workflow to auto-detect and deploy your project to the best-fit platform.

Frequently Asked Questions about ck:deploy

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

FAQPage Schema
How do I automate deployment across multiple hosting platforms?

To automate multi-platform deployment, this skill auto-detects the best target hosting platform from your repository configuration signals and project files, then executes the deployment commands and generates the corresponding deployment docs automatically.

How does the skill detect which platform to deploy my project to?

Platform detection works by reading repository configuration signals and your docs/deployment.md file to identify the best-fit hosting target, ensuring the deployment workflow matches the project's existing platform context and requirements.

Can I deploy a monorepo to platforms like Vercel, Netlify, or AWS?

Yes, you can deploy monorepos to multiple platforms including Vercel, Netlify, Cloudflare, Render, Railway, Fly.io, Github Pages, AWS, GCP, and Digital Ocean with cost-aware recommendations for the chosen target.

What is the best way to keep deployment documentation updated after hosting changes?

The best way to keep deployment documentation updated is to automate it during the deployment process, which generates or updates your deployment docs to reflect the chosen platform and production URL after the deployment executes.

Do I need to manually select a hosting provider before running an automated deployment?

No, you do not need to manually select a hosting provider. The deployment workflow auto-detects the target hosting platform from project config signals and docs, then deploys accordingly without requiring manual selection input.