Skip to main content
ClaudeWave
Skill78 estrellas del repoactualizado 18d ago

run-on-server

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

Instalar en Claude Code
Copiar
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
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

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