Autocode deploy-global
Choose deployment target based on project type. Static sites to CF Pages, APIs to VPS, serverless to Workers.
install
source · Clone the upstream repo
git clone https://github.com/ilang-ai/autocode
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ilang-ai/autocode "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/deploy-global" ~/.claude/skills/ilang-ai-autocode-deploy-global-7e3716 && rm -rf "$T"
manifest:
skills/deploy-global/SKILL.mdsource content
::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 v3.0 | ilang.ai