How to Build and Deploy a Custom Claude Code Plugin with Skills
Claude Code supports plugins — installable packages that add custom slash commands (called skills), agents, rules, and hooks. … Read more
Claude Code supports plugins — installable packages that add custom slash commands (called skills), agents, rules, and hooks. … Read more
OpenTofu is an open-source fork of Terraform, maintained by the Linux Foundation under the MPL 2.0 license. We … Read more
When you’re working with APIs or websites, you’ll run into HTTP status codes all the time — 200, … Read more
When a Python project is just one file, structure doesn’t matter. But the moment you start adding a … Read more
Sometimes you need a specific Terraform version — maybe a module requires it, or you’re matching what your … Read more
This guide walks you through setting up Terraform on WSL Ubuntu so you can provision AWS resources from … Read more
When your .gitlab-ci.yml references a Docker image from a private GitLab Container Registry, the CI/CD runner needs authentication … Read more
The AWS CLI v2 is the primary tool for managing AWS resources from the terminal. This guide shows … Read more
Every time you rebuild a Docker image with the same tag, the previous version loses its tag and … Read more