Skip to content

Releases: zenconnor/ihatedevops

ihatedevops 0.0.2

Choose a tag to compare

@zenconnor zenconnor released this 22 Jul 20:33

Skill renamed: the plugin's skill is now devops-best-practices, so the slash command reads /ihatedevops:devops-best-practices. No behavior changes.

Update: claude plugin update ihatedevops (new sessions pick it up automatically).

🤖 Generated with Claude Code

ihatedevops 0.0.1

Choose a tag to compare

@zenconnor zenconnor released this 22 Jul 20:05

First release. A Claude Code skill (Codex-compatible via the open Agent Skills standard) that injects 10 atomic DevOps best practices into every session — secure Chainguard base images by default, multi-stage non-root builds, pin-everything, least-privilege CI, and more, with solo-dev and prototype modes.

Install (any shell with Claude Code installed):

claude plugin marketplace add zenconnor/ihatedevops && claude plugin install ihatedevops@ihatedevops

Inside an interactive claude session: /plugin marketplace add zenconnor/ihatedevops then /plugin install ihatedevops@ihatedevops

Or: curl -fsSL https://raw.githubusercontent.com/zenconnor/ihatedevops/main/install.sh | sh

Site: https://ihatedevops.com

🤖 Generated with Claude Code