DevOps Pack
Ship and operate reliably: Dockerfile best practices, CI/CD pipelines, and secrets management in one install.
npx @aiskillet/cli add devops-pack --target claude-code
Install once: npm i -g @aiskillet/cli โ then it works in whatever tool you use.
The same skill, compiled to each target's native format.
What's inside 3
One install adds every capability below โ each also available on its own.
Write small, fast, secure images โ multi-stage builds, layer caching, non-root users, pinned versions. Use when writing/reviewing a Dockerfile or debugging bloated builds.
Design fast, reliable CI/CD โ cache deps, fail fast, stay reproducible, and gate deploys safely. Use when writing/reviewing a pipeline or when CI is slow or flaky.
Keep credentials out of code and logs โ secret stores, short-lived tokens, least privilege, rotation. Use when handling API keys/tokens or reviewing for leaked secrets.
- Author
- @aiskillet
- Source
- aiskillet/cookbook/tree/main/plugins/devops-pack
- Targets
- claude-code
- License
- MIT
- Tags
- devops, ci-cd, bundle