ck:deploy

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automatically deploys projects by auto-detecting the optimal hosting platform and performing deployment, reducing manual platform decisions.

Core Features & Use Cases

  • Auto-detects deployment target from docs/deployment.md or project config files.
  • Supports 15 hosting platforms with cost-optimized recommendations.
  • Creates or updates deployment documentation post-deploy and coordinates docs synchronization.

Quick Start

Ask Claude to deploy the current project and auto-detect the best hosting platform.

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 to deploy my web app?

You can auto-detect the optimal hosting platform for deployment by using a tool that reads your project configuration files or docs/deployment.md to identify the target platform and execute the deployment workflow automatically.

Can I deploy a monorepo or static site without manually choosing a hosting platform?

Yes, you can deploy monorepos and static sites without manual platform selection by utilizing automated platform detection that evaluates your project structure and config files to recommend the most cost-optimized hosting environment.

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

The best way to keep deployment documentation updated is to use an automated deployment workflow that creates or updates your post-deploy docs synchronously, ensuring your deployment.md file reflects the latest hosting platform configuration.

Does automated deployment handle cloud infrastructure provisioning and credentials?

No, automated deployment does not handle cloud infrastructure provisioning or credential management; it strictly focuses on platform detection, executing the deployment workflow, and synchronizing documentation updates.

How do I configure deployment instructions for a specific platform in my project?

You configure deployment instructions by creating a docs/deployment.md file or adding platform-specific configurations to your project files, which the automated deployment tool reads to identify and execute the appropriate hosting workflow.

Why does my multi-platform deployment require platform-specific reference files?

Multi-platform deployment requires platform-specific reference files because the deployment tool uses them to coordinate distinct hosting workflows, ensuring the correct build and release steps are applied for the detected platform.