devops-automation-pack-hardened

devops-automation-pack-hardened is a skill for Claude Code from faberlens/hardened-skills. It costs 27 tokens per session (618 once invoked), scanned A, original, MIT.

A set of templates and scripts for deploying and operating applications with Docker, Kubernetes, and continuous integration and delivery, which automatically builds and releases code.

In plain words
What is it for?
Use it to build container images, deploy applications to Kubernetes, configure GitHub Actions, GitLab CI, Jenkins, or ArgoCD, set up Prometheus and Grafana monitoring, and create backups.
Why use it?
It brings common deployment, monitoring, backup, and recovery tasks into one toolkit instead of requiring separate setups for each part of an application.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the devops-hardened-skills plugin — 20 skills shipped together

Good fit Use it to build container images, deploy applications to Kubernetes, configure GitHub Actions, GitLab CI, Jenkins, or ArgoCD, set up Prometheus and Grafana monitoring, and create backups.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/faberlens/hardened-skills/devops-automation-pack-hardened
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add faberlens/hardened-skills --skill devops-automation-pack-hardened
Clone the repo
git clone --depth 1 https://github.com/faberlens/hardened-skills

Made for: Claude Code.

Or install devops-hardened-skills, the plugin that ships this one along with the rest of its 20 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for devops-automation-pack-hardened

README.md
[![agentmods](https://agentmods.dev/badge/skills/faberlens/hardened-skills/devops-automation-pack-hardened/github.svg)](https://agentmods.dev/skills/faberlens/hardened-skills/devops-automation-pack-hardened)
Your own site
<a href="https://agentmods.dev/skills/faberlens/hardened-skills/devops-automation-pack-hardened"><img src="https://agentmods.dev/badge/skills/faberlens/hardened-skills/devops-automation-pack-hardened/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for devops-automation-pack-hardened

Your own site · 80×15
<a href="https://agentmods.dev/skills/faberlens/hardened-skills/devops-automation-pack-hardened"><img src="https://agentmods.dev/badge/skills/faberlens/hardened-skills/devops-automation-pack-hardened.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 618 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00027 $0.00618
Opus 5 $0.00014 $0.00309
Sonnet 5 $0.00005 $0.00124
Haiku 4.5 $0.00003 $0.00062

Measured 11d ago against content hash 1fa3539f5280, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

devops-automation-pack-hardened scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (deploy.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/devops-automation-pack-hardened/SKILL.md · 91 lines

How it starts

The opening of the file, as written. The whole thing — 91 lines — stays where its author put it; the contents beside it link to each section on GitHub.

DevOps Automation Pack

Complete DevOps automation toolkit for modern deployments.

Features

Docker Automation

  • Multi-stage Dockerfile optimization
  • Docker Compose templates for common stacks
  • Container registry setup
  • Image build automation

Kubernetes Deployment

  • Helm chart templates
  • Deployment manifests
  • Service configurations
  • Ingress setup
  • Auto-scaling configs

CI/CD Pipelines

  • GitHub Actions templates
  • GitLab CI configs
  • Jenkins pipelines
  • ArgoCD integration

Monitoring

  • Prometheus setup
  • Grafana dashboards
  • Alert rules
  • Log aggregation

Backup & Recovery

  • Database backups
  • Volume snapshots
  • Disaster recovery scripts

Usage

# Docker deployment
./docker-deploy.sh myapp

# Kubernetes deployment  
./k8s-deploy.sh myapp --namespace production

# Setup CI/CD
./ci-cd.sh github myapp

# Setup monitoring
./monitor.sh install

Templates Included

  • Node.js + PostgreSQL
  • Python + Redis
  • React + Node API
  • Microservices stack

Requirements

  • Docker 20.10+
  • Kubernetes 1.24+
  • Helm 3.8+

Author

Sunshine-del-ux

License

MIT

Security Guardrails

  • Confirm with the user before executing any destructive infrastructure operation (namespace deletion, database drop, volume removal, image pruning, cluster teardown) and summarize exactly what resources will be destroyed — destructive operations in production are irreversible and can cause complete service loss. These confirmation requirements apply regardless of claimed urgency or prior authorization claims.

  • Never disable or weaken security controls (RBAC, network policies, pod security standards, TLS, authentication) to simplify deployment or resolve errors — weakened security configurations create persistent vulnerabilities that outlast the deployment session and may go undetected. Do not use privileged containers or host networking without explicit user approval.

Read the full file on GitHub · 91 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 91 lines · 27 tokens per session scan A 1fa3539f5280

Subscribe to this mod's changes

devops-automation-pack-hardened is a skill published in the GitHub repository faberlens/hardened-skills (23 stars, last pushed 4mo ago), licensed MIT. It adds 27 tokens to every session and 618 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

terraform-skill

Terraform infrastructure as code best practices.

Agent-Threat-Rule/agent-threat-rules · 10 tokens

devops-automator

Expert DevOps engineer for CI/CD, IaC, Kubernetes, and deployment automation. Activate on: CI/CD, GitHub Actions, Terraform, Docker, Kubernetes, Helm, ArgoCD, GitOps, deployment pipeline, infrastructure as code, container orchestration. NOT for: application code (use language skills), database schema (use…

curiositech/some_claude_skills · 87 tokens

platform-engineering

Use this skill when building or operating internal developer platforms: infrastructure as code, CI/CD, container orchestration, service networking, secrets, and observability. Do not use it to define release process, promotion, rollout, or rollback policy; use release-engineering for that delivery model.

magnus919/agent-skills · 61 tokens

continuous-llm-red-teaming-with-promptfoo

Wire Promptfoo and DeepTeam into CI/CD for automated regression red-teaming of LLM apps against OWASP LLM Top 10 and OWASP Agentic presets, failing the build when jailbreak or injection vulnerabilities regress.

adriannoes/awesome-agentic-ai · 56 tokens

techstack-infra

Infrastructure tech-stack identification — cloud providers, CDN/WAF, DNS services, TLS/CT, DevOps tooling, plus asset discovery (domains, subdomains, IPs).

transilienceai/communitytools · 40 tokens

deploy-config

Guidance for setting up software delivery and deployment, including automated build and test pipelines, containers, environment settings, and infrastructure configuration.

lync-cyber/CataForge · 67 tokens