ck:deploy

Detect hosting platforms from repository docs and deploy projects automatically.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It removes the guesswork and setup friction of deploying a project by automatically detecting the best hosting target and guiding the deployment flow without forcing you to learn each platform from scratch.

Core Features & Use Cases

  • Auto-detects deployment platform by reading docs/config (e.g., docs/deployment.md, platform config files, and common project structures) and then selecting the most suitable match.
  • Generates or updates deployment documentation by creating/updating docs/deployment.md with the platform, production URL, deploy command, environment variables, and rollback guidance.
  • Provides cost-optimized recommendations and guardrails by suggesting free tiers first, limiting scope to deployment operations (and handing advanced infra/debugging to /ck:devops).

Quick Start

Tell the AI: Deploy this project using the best available hosting platform for my 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 web project?

Auto-detecting the best hosting platform works by reading repository docs and known configuration files to select a suitable match for your web project. It evaluates platform config files and common structures to determine the target.

What is the best way to deploy a static site to Vercel or Netlify without manual setup?

Deploying a static site to Vercel or Netlify without manual setup is handled by automatically detecting target configurations and executing the correct deploy commands. It selects cost-optimized free tiers first and guides the entire flow.

Can I deploy to Cloudflare Pages or GitHub Pages using smart platform detection?

Yes, you can deploy to Cloudflare Pages or GitHub Pages using smart platform detection. The system reads your repository docs and platform config files to identify the target and execute the appropriate deployment commands.

Does deploying with auto-detection generate deployment documentation?

Yes, deploying with auto-detection generates or updates deployment documentation by creating docs/deployment.md. This file includes the platform, production URL, deploy command, environment variables, and rollback guidance.

Are there limitations to using auto-detection for hosting my project?

Limitations of using auto-detection include restricting operations to deployment only, avoiding exposure of secrets, and handing advanced infrastructure or debugging tasks to other devops tools rather than managing them directly.