ck:deploy

Detect the hosting platform and deploy the current project automatically.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Deployments are platform-specific and manual to pick the target provider. This skill automates the detection and deployment process across multiple hosting platforms, reducing friction and errors.

Core Features & Use Cases

  • Auto-detects deployment target from project config files and docs/deployment.md.
  • Deploys to 15 platforms with cost-optimized recommendations and platform-aware workflows.
  • Generates or updates deployment documentation after a successful deployment.

Quick Start

Run a deployment for your project and let the skill automatically detect the target platform and begin 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 automate deployment to multiple hosting platforms?

Automate deployment by auto-detecting the target hosting platform from project config files and docs/deployment.md, then executing the deployment for static sites and full-stack apps. This reduces manual platform selection friction and errors.

What is the best way to deploy a web app without manually picking a provider?

Deploying a web app without manually picking a provider is best handled by cost-aware platform prioritization and platform-aware workflows. The skill auto-detects signals from project configs to select an optimal target and execute.

How does auto-detect work for CI/CD deployment targets?

Auto-detect for CI/CD deployment targets works by reading detection signals from project config files and docs/deployment.md. It analyzes per-project type to determine the correct hosting platform among 15 supported providers.

Can I deploy a full-stack app across different hosting providers?

Yes, you can deploy a full-stack app across different hosting providers. The process handles static sites and full-stack apps across 15 supported platforms, applying platform-aware workflows and cost-optimized recommendations.

What happens when deployment target detection is ambiguous?

When deployment target detection is ambiguous, the process applies safeguards and prompts for clarification. This ensures the correct hosting platform is selected before executing the deployment for your project.

Does deploying a project update deployment documentation automatically?

Yes, deploying a project updates deployment documentation automatically. After a successful deployment, the process generates or updates deployment documentation to reflect the current state of the project.