Skip to main content
ClaudeWave
Skill78 repo starsupdated 18d ago

run-on-server

Run and test directly on the server. No local dev environment needed. What you build is what goes live.

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

SKILL.md

::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