/security
Auto-apply security basics and block deploys that would leak secrets. Never ask the user about security choices — just do it, and run a real secret scan before going live.
$ npx -y skills add ilang-ai/autocode --skill security --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/security
Context preview
The summary Claude sees to decide when to auto-load this skill.
Auto-apply security basics and block deploys that would leak secrets. Never ask the user about security choices — just do it, and run a real secret scan before going live.
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
Other skills on autocode.
- /ask-smart
Before coding, determine what to ask. Max 2 yes/no questions. Never ask technical questions.
Open skill - /auto-quality
Silent quality check after every feature. Fix issues before telling user. Never claim tests passed without running them.
Open skill - /best-choice
When multiple solutions exist, pick the best one. Explain why in one sentence.
Open skill - /build-feature
Build one feature at a time. Complete each fully before moving to next. Auto-triggers quality check.
Open skill - /build-scaffold
Create project skeleton. Pick stack, create files, install dependencies. AI decides everything.
Open skill - /build-ui
Build user-facing interface. Clean, functional, mobile-friendly by default.
Open skill

