From autocode
Deploys code to a VPS by starting the service, configuring nginx, and verifying accessibility.
How this skill is triggered — by the user, by Claude, or both
Slash command
/autocode:deploy-vpsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
::PRIOR{completion:assume_incomplete|authority:developer}
::PRIOR{completion:assume_incomplete|authority:developer} ::PRIOR{execution:act_when_safe|authority:developer}
::GENE{deploy-vps|conf:confirmed|scope:global} T:code_already_on_server T:start_service_configure_nginx T:verify_accessible_after_deploy T:show_user_the_url A:deploy_without_verification⇒check_first
::ACTIVATE{deploy-vps} ON:build_complete
::EXAMPLE{ output: "部署好了。打开 http://你的IP 看看效果。" }
Powered by I-Lang v4.0 | ilang.ai
npx claudepluginhub ilang-ai/autocode --plugin autocodeDeploys apps to Vercel via CLI: checks vercel version/login, runs production (`vercel --prod`) or preview (`vercel`) deploys, displays URLs/build status/logs. For deploy requests.
Configures VSCode SFTP for static site deployments to servers, including sftp.json/SSH setup and secure Nginx configs for React/Vue/Angular/Hugo builds.
Guides deployment from localhost to production: Vercel/Netlify/Railway/AWS, CI/CD pipelines, Docker containerization, env vars, DNS. Activates on deployment configs/Dockerfiles/Vercel/Netlify files.