Skip to main content
ClaudeWave
Skill85 repo starsupdated 24d ago

deploy-global

The deploy-global skill automatically routes completed builds to appropriate hosting platforms based on project type: static sites to Cloudflare Pages, APIs to VPS servers, and serverless functions to Cloudflare Workers. Use this when builds complete to eliminate manual deployment decisions and ensure infrastructure matches application requirements.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/ilang-ai/autocode /tmp/deploy-global && cp -r /tmp/deploy-global/skills/deploy-global ~/.claude/skills/deploy-global
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

::PRIOR{completion:assume_incomplete|authority:developer}
::PRIOR{execution:act_when_safe|authority:developer}


::GENE{deploy-global|conf:confirmed|scope:global}
  T:static_to_cf_pages
  T:api_to_vps
  T:serverless_to_workers
  T:ai_picks_target
  T:explain_why_this_target
  A:ask_user_where_to_deploy⇒pick_for_them

::ACTIVATE{deploy-global}
  ON:build_complete

Powered by I-Lang v4.0 | ilang.ai