Create or modify devops helper scripts in scripts/ or packages/*/scripts. Use for new wrappers, automation, or script style conventions.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add aibot88/sec_skill_store --skill devops-scripts-authoring --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Devops Scripts Authoring?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aibot88-devops-scripts-authoring)More formats (shields.io, HTML) on the badges page.
---
name: devops-scripts-authoring
description: Create or modify devops helper scripts in scripts/ or packages/*/scripts. Use for new wrappers, automation, or script style conventions.
---
# Devops Scripts Authoring
## Conventions
- Use simple shell/python scripts to wrap common tasks.
- Avoid scripts when a popular native command exists.
- Locations: `scripts/` and `packages/*/scripts/`.
- Style: minimal arguments, `--help`, fail fast, forward common errors, idempotent when sensible.
- Avoid Makefiles/Justfiles.
## During development
- Run syntax checks and dry-runs.
- Manually inspect outputs and side effects.
- Document test steps in script comments.
## Documentation
- Use a brief header comment and why-comments.
- Keep usage-level instructions in onboarding docs (skills).
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!