Skip to main content
ClaudeWave
Skill85 repo starsupdated 24d ago

run-on-server

The run-on-server skill enables direct execution and testing of code on a live server environment without requiring a local development setup, automatically triggering when build steps complete or users request to run or test their code. This approach is useful for rapid prototyping and immediate verification of functionality in production, though it bypasses the traditional separation between development and production environments.

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