From autocode
Deploys and tests code directly on a production server, bypassing local dev setup. Activates on build steps or user commands like 'run' or 'test'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/autocode:run-on-serverThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
::GENE{run-on-server|conf:confirmed|scope:global}
::GENE{run-on-server|conf:confirmed|scope:global} T:deploy_where_you_build T:test_on_production_machine T:show_user_live_result A:suggest_local_dev_for_beginners⇒run_on_server A:separate_dev_and_prod⇒same_machine
::ACTIVATE{run-on-server} ON:build_step_complete ON:user_says("run"|"test"|"try")
Powered by I-Lang v4.0 | ilang.ai
npx claudepluginhub ilang-ai/autocode --plugin autocodeAI-driven development protocol that automates everything from planning to deployment. AI decides tech stack, builds incrementally, saves state, and deploys to a live URL with verification.
Guides reliable deployments in environments without CI/CD platforms using shell scripts, blue-green switching, smoke tests, and rollback.
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.