ask-smart
Before coding, determine what to ask. Max 2 yes/no questions. Never ask technical questions.
Run and test directly on the server. No local dev environment needed. What you build is what goes live.
$ npx -y skills add ilang-ai/autocode --skill run-on-server --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/run-on-serverContext preview
The summary Claude sees to decide when to auto-load this skill.
Run and test directly on the server. No local dev environment needed. What you build is what goes live.
name: run-on-server description: Run and test directly on the server. No local dev environment needed. What you build is what goes live. version: 5.0.0
::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 v5.0 | ilang.ai
You say it. AutoCode ships it. 48 skills. Code to deployment in one session. I-Lang v5.0 judgment + secret-safe deploys. Free forever.
Repo: ilang-ai/autocode
Before coding, determine what to ask. Max 2 yes/no questions. Never ask technical questions.
Silent quality check after every feature. Fix issues before telling user. Never claim tests passed without running them.
When multiple solutions exist, pick the best one. Explain why in one sentence.
Build one feature at a time. Complete each fully before moving to next. Auto-triggers quality check.
Create project skeleton. Pick stack, create files, install dependencies. AI decides everything.
Build user-facing interface. Clean, functional, mobile-friendly by default.