ck:deploy

Detect hosting platforms from repository files and run deploy commands.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/nam3886/golang-echo-boilerplate --skill ck-deploy-nam3886
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:deploy
Source: https://github.com/nam3886/golang-echo-boilerplate/tree/main/.claude/skills/deploy
Command: npx skills add https://github.com/nam3886/golang-echo-boilerplate --skill ck-deploy-nam3886

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It removes the manual effort of choosing a hosting target and running platform-specific deploy commands by automatically detecting the appropriate deployment platform and guiding the deployment process.

Core Features & Use Cases

  • Automatic Target Detection: Reads docs/deployment.md and common config files to infer the best platform (Vercel, Netlify, Fly, Railway, Render, Cloudflare, etc.).
  • Cost-Optimized Recommendations: Ranks supported platforms by free/low-cost suitability for static sites, APIs, Docker apps, and monorepos.
  • Guided Execution & Documentation: Validates CLI tools and auth, runs deploy commands, verifies the URL, and creates or updates docs/deployment.md with the result.
  • Use Case: For a new Go API with a Dockerfile, detect Fly.io or Railway as candidates, perform an authenticated deploy, and add deployment notes to docs/deployment.md.

Quick Start

Use the ck:deploy skill to detect the best hosting platform and run a guided deploy for this repository.

Frequently Asked Questions about ck:deploy

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

FAQPage Schema
How do I auto-detect the best hosting platform for my repository?

Auto-detect deployment platforms by reading repository config files and docs/deployment.md to infer the best target. The skill ranks supported PaaS and static hosts by cost-optimized suitability for your specific project type.

What's the best way to deploy a Dockerized API to a PaaS automatically?

Deploy a Dockerized API by using platform detection to recommend targets like Fly.io or Railway. The skill validates your CLI tools and authentication, runs the platform-specific deploy commands, and verifies the resulting URL.

Which hosting platforms are supported for automated project deployment?

Supported hosting platforms include Vercel, Netlify, Fly, Railway, Render, and Cloudflare. The skill detects the appropriate target based on your repository files and recommends cost-optimized candidates for static sites, APIs, and Docker apps.

Do I need platform CLI access to run a guided deployment?

Platform CLI access and authentication are required to run guided deployments. The skill validates these prerequisites before executing platform-specific deploy commands and updating your deployment documentation.

How does automated deployment handle environment variables and secrets?

Automated deployment requires safe handling of environment variables and secrets during the process. The skill ensures secure management while creating or updating docs/deployment.md with the deployment result.

Can I use automated deployment for monorepos and static sites?

Automated deployment supports monorepos and static sites by ranking cost-optimized hosting targets based on your project type. The skill guides the execution and adds deployment notes to your repository documentation.