ck:deploy

Deploy projects to hosting platforms by matching repository signals to workflows.

Updated May 10, 2026
One-click install
npx skills add https://github.com/dthuy62/kollet-app --skill ck-deploy-dthuy62
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:deploy
Source: https://github.com/dthuy62/kollet-app/tree/main/.opencode/skills/deploy
Command: npx skills add https://github.com/dthuy62/kollet-app --skill ck-deploy-dthuy62

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes the guesswork and repetitive setup involved in deploying a project by detecting the right hosting target, command flow, and environment requirements for you.

Core Features & Use Cases

  • Auto-detection: Scans repository signals and docs to identify platforms such as Vercel, Netlify, Cloudflare, Railway, Fly.io, Render, and more.
  • Deployment Execution: Guides or runs the correct CLI, authentication, and release steps for static, frontend, full-stack, and Docker-based apps.
  • Post-Deploy Documentation: Creates or updates docs/deployment.md with the live URL, commands, variables, rollback steps, and troubleshooting notes.
  • Use Case: A team can hand over a project repository and get a production-ready deployment plan without manually reading every platform guide.

Quick Start

Use the deploy skill to analyze this repository, choose the best deployment platform, and generate the exact steps needed to publish it.

Frequently Asked Questions about ck:deploy

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

FAQPage Schema
How do I deploy a project to the best hosting platform automatically?

To deploy automatically, the Skill scans your repository signals and docs to match the project to the appropriate platform among Vercel, Netlify, Railway, or others, then runs the correct CLI commands to publish it.

What is the best way to deploy a Dockerized application without manual configuration?

Deploying a Dockerized application is handled by matching your repository signals to Docker-compatible platforms like Fly.io, Railway, or Render, verifying CLI authentication, and executing the correct release steps automatically.

How do I generate rollback instructions and deployment documentation after publishing?

Generating rollback instructions happens automatically post-deploy; the Skill creates or updates docs/deployment.md with the production URL, environment variables, rollback steps, and troubleshooting notes for your project.

Can I deploy a full-stack service to platforms like AWS or Cloudflare using this approach?

Yes, you can deploy full-stack services to Cloudflare, AWS, or other supported platforms by verifying required authentication steps and running the specific deployment workflow matched to your repository signals.

Does this deployment method support static sites and frontend apps on GitHub Pages or Vercel?

Static sites and frontend apps are fully supported; the auto-detection mechanism scans repository signals to identify and execute the correct deployment workflow for platforms like Vercel or GitHub Pages.

What are the limitations of automatic deployment detection for hosting platforms?

Automatic deployment detection relies on scanning repository signals and docs; if required CLI tools or authentication steps are missing or unverified, the deployment execution for the matched platform will fail to run correctly.