npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@intentsolutionsio/devops-automation-pack

v1.0.6

Published

25 professional DevOps plugins for CI/CD, deployment, Docker, Kubernetes, and infrastructure automation. Save 20+ hours of manual work.

Readme

DevOps Automation Pack for Claude Code

Professional DevOps tools that save you 10+ hours per week

Version 1.0.0 | October 2025


What Is This?

The DevOps Automation Pack is a collection of 25 professional plugins for Claude Code that automate your DevOps workflow.

Instead of manually:

  • Writing Git commit messages
  • Creating CI/CD pipelines from scratch
  • Optimizing Dockerfiles
  • Troubleshooting Kubernetes pods
  • Writing Terraform modules

You get:

  • AI-generated conventional commits
  • Production-ready pipelines in minutes
  • Automatic Docker optimization
  • Instant Kubernetes diagnostics
  • Reusable infrastructure modules

All built-in to Claude Code.


What's Included

25 Professional Plugins

Git Workflow (5 commands)

  • /commit-smart (gc) - Generate conventional commits with AI
  • /pr-create (gpr) - Create pull requests with professional templates
  • /branch-create (bc) - Create properly named feature branches
  • /merge-safe (ms) - Safe merge with conflict detection
  • /rebase-interactive (ri) - Interactive rebase workflow

CI/CD Automation (6 plugins: 1 agent + 5 commands)

  • CI/CD Expert Agent - Pipeline design specialist
  • /github-actions-create (gha) - Generate GitHub Actions workflows
  • /gitlab-ci-create (glci) - Generate GitLab CI pipelines
  • /circleci-config (cci) - Generate CircleCI configuration
  • /pipeline-optimize (po) - Analyze and speed up slow pipelines
  • /deployment-strategy (ds) - Recommend deployment approach

Docker (4 plugins: 1 agent + 3 commands)

  • Docker Specialist Agent - Container optimization expert
  • /dockerfile-generate (dg) - Create optimized Dockerfiles
  • /docker-compose-create (dcc) - Generate docker-compose.yml
  • /docker-optimize (do) - Reduce image size by 50-80%

Kubernetes (4 plugins: 1 agent + 3 commands)

  • Kubernetes Expert Agent - K8s orchestration specialist
  • /k8s-manifest-generate (km) - Generate production-ready manifests
  • /k8s-helm-chart (kh) - Create Helm charts with best practices
  • /k8s-troubleshoot (kt) - Debug pod failures instantly

Terraform (4 plugins: 1 agent + 3 commands)

  • Terraform Architect Agent - Infrastructure as code expert
  • /terraform-module-create (tm) - Generate reusable modules
  • /terraform-plan-analyze (tpa) - Analyze plans for risks
  • /cloudformation-generate (cfn) - Create CloudFormation templates

Deployment (2 plugins: 1 agent + 1 command)

  • Deployment Specialist Agent - Release management expert
  • /monitoring-setup (ms) - Set up Prometheus + Grafana

Total: 19 commands + 6 AI agents = 25 powerful plugins


Quick Start

Installation takes 5 minutes:

  1. Download the pack from your purchase email
  2. Extract the ZIP file
  3. Install with claude plugin install .
  4. Try it with /commit-smart

Your first workflow (5 minutes):

# Create a feature branch
/branch-create

# Make changes, then commit
/commit-smart

# Open a pull request
/pr-create

See docs/QUICK_START.md for detailed walkthrough.


Who Is This For?

Perfect For:

  • Junior developers learning DevOps practices
  • Senior engineers who want to move faster
  • DevOps teams standardizing workflows
  • Startups adopting cloud infrastructure
  • Enterprises enforcing best practices

You'll Benefit If You:

  • Write Git commits, PRs, or create branches
  • Build or optimize CI/CD pipelines
  • Work with Docker containers
  • Deploy to Kubernetes
  • Manage infrastructure with Terraform
  • Set up monitoring and alerting

Required Knowledge:

  • Basic Git understanding (commit, push, pull)
  • Familiarity with your chosen tools (Docker, K8s, etc.)
  • No expert-level knowledge needed - plugins guide you

Real Results

What users accomplish:

| Task | Manual Time | With Pack | Saved | |------|-------------|-----------|-------| | First CI/CD pipeline | 2-3 days | 2 minutes | 20 hours | | Docker migration | 1 week | 15 minutes | 39 hours | | Kubernetes deployment | 2-3 weeks | 3 days | 2+ weeks | | Pipeline optimization | - | 2 hours | 7.2 hr/day | | Terraform adoption | 3 weeks | 2 days | 2.5 weeks |

Average time saved: 10-15 hours per week

See docs/USE_CASES.md for 7 detailed real-world scenarios.


Documentation

Getting Started

Reference

  • Troubleshooting - Solutions to 20 common problems
  • Plugin Reference - Complete command documentation (see each plugin's help)

Support

  • Email: [email protected]
  • Response time: Within 24 hours
  • Include: Error message, command, OS, Claude Code version

Requirements

Minimum Requirements

  • Claude Code version 1.5.0 or higher
  • 10 MB free disk space
  • Git installed (for Git workflow commands)

Optional Requirements

Depending on which plugins you use:

  • Docker commands: Docker installed and running
  • Kubernetes commands: kubectl configured
  • Terraform commands: Terraform installed
  • CI/CD commands: Repository with remote (GitHub/GitLab)

Note: You only need to install tools for the features you'll use.


Technology Coverage

The pack supports these technologies:

Version Control:

  • Git (GitHub, GitLab, Bitbucket)
  • Conventional Commits standard

CI/CD Platforms:

  • GitHub Actions
  • GitLab CI
  • CircleCI
  • Jenkins (via pipeline optimization)

Containers:

  • Docker
  • docker-compose
  • Multi-stage builds
  • Alpine/Debian/Ubuntu base images

Orchestration:

  • Kubernetes (1.25+)
  • Helm 3
  • kubectl

Infrastructure:

  • Terraform (1.0+)
  • AWS CloudFormation
  • Multi-cloud (AWS, GCP, Azure)

Monitoring:

  • Prometheus
  • Grafana
  • AlertManager

Pricing

Launch Price: $39 (regular $49)

What You Get:

  • All 25 plugins (19 commands + 6 agents)
  • Lifetime updates for version 1.x
  • Email support
  • Complete documentation
  • No subscription, pay once

Money-Back Guarantee:


Frequently Asked Questions

Does this work with my tech stack?

The pack is tech-agnostic for most commands. It detects your stack and adapts.

Works with:

  • Any Git hosting (GitHub, GitLab, Bitbucket, etc.)
  • Any programming language
  • Any cloud provider (AWS, GCP, Azure)
  • Any CI/CD platform (GitHub Actions, GitLab CI, CircleCI, etc.)

Do I need to be a DevOps expert?

No. The pack is designed for all skill levels:

  • Beginners: Step-by-step guidance and explanations
  • Intermediate: Fast workflow automation
  • Experts: Time-saving tools and best practices enforcement

Can I use this for commercial projects?

Yes. Your license covers:

  • Personal projects
  • Commercial projects
  • Team usage (one license per developer)

How often is it updated?

Version 1.x updates: Free for life

  • Bug fixes: As needed
  • New features: Quarterly
  • Security patches: Immediately

Version 2.x: When Claude Code adds new capabilities (separate purchase)

What if I have issues?

Support channels:

  1. Documentation: Check docs/000-docs/157-DR-FAQS-troubleshooting.md (covers 20 common issues)
  2. Email: [email protected] (response within 24 hours)
  3. Refund: 30-day money-back guarantee

Next Steps

1. Install the Pack

See docs/INSTALLATION.md for step-by-step instructions.

2. Run Your First Workflow

Follow docs/QUICK_START.md - takes 5 minutes.

3. Explore Use Cases

Read docs/USE_CASES.md to see how others use it.

4. Get Help If Needed

Check docs/000-docs/157-DR-FAQS-troubleshooting.md or email support.


License

This plugin pack is licensed for individual use. See LICENSE file for details.

Key Points:

  • Use on unlimited personal projects
  • Use on unlimited commercial projects
  • One license per developer
  • No redistribution
  • No reselling

About

Created by: Intent Solutions Version: 1.0.0 Released: October 2025 Support: [email protected]

Built for Claude Code - The official CLI from Anthropic


Version History

v1.0.0 (October 10, 2025)

  • Initial release
  • 25 plugins (19 commands + 6 agents)
  • Complete documentation
  • Comprehensive testing

Ready to save 10+ hours per week?

Start with the Quick Start Guide

Need help? Email [email protected]

Have questions? See Troubleshooting →