ck:deploy

Detect deployment targets from project configs and generate deployment commands.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/mafvietnam/mafapp --skill ck-deploy-mafvietnam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:deploy
Source: https://github.com/mafvietnam/mafapp/tree/main/.claude/skills/deploy
Command: npx skills add https://github.com/mafvietnam/mafapp --skill ck-deploy-mafvietnam

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deployments to multiple hosting platforms require manual setup, config matching, and platform-specific commands.

Core Features & Use Cases

  • Auto-detects deployment targets from project config files and deployment docs to simplify publishing.
  • Supports 15+ platforms (Vercel, Netlify, Cloudflare, Railway, Fly.io, Render, Heroku, TOSE, Github Pages, AWS, GCP, Digital Ocean, Vultr, Coolify, Dokploy) with cost-aware recommendations.
  • Generates deployment instructions and updates docs templates to keep production runbooks in sync.

Quick Start

Ask me to deploy this project to the detected deployment target.

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 to multiple cloud platforms without manual config matching?

You can automate deployment by auto-detecting the target cloud platform from project config files and deployment docs, reducing manual setup. This Skill scans your project structure and generates deployment commands for suitable platforms with minimal user input.

What's the best way to deploy a full-stack app across Vercel, Netlify, or Railway?

The best way to deploy full-stack apps across platforms like Vercel, Netlify, or Railway is using cost-aware recommendations based on your project configs. It auto-detects target platforms and suggests best-fit options for static sites and full-stack apps.

Does auto-deploy work with my existing deployment documentation?

Yes, auto-deploy works with your existing deployment documentation by implementing detection via docs/deployment.md and config files. It preserves a safe, auditable deployment process while updating docs templates to keep production runbooks in sync.

How do I generate deployment instructions for platforms like AWS, GCP, or Fly.io?

You generate deployment instructions by detecting your project structure and applying it to supported platforms like AWS, GCP, or Fly.io. The process produces deployment commands or updates docs/deployment.md automatically.

Can I deploy static sites to GitHub Pages or Cloudflare without specifying the platform?

Yes, you can deploy static sites to GitHub Pages or Cloudflare without specifying the platform because the tool auto-detects the deployment target. It analyzes your project configs and structure to suggest best-fit options automatically.