github-actions-templates
Safe 69Build GitHub Actions workflows quickly
by wshobson
CI/CD workflows are time consuming to write and easy to misconfigure. This skill provides proven GitHub Actions templates for tests, builds, deployments, and security scans.
gitlab-ci-patterns
Safe 69Build GitLab CI pipeline patterns
by wshobson
Teams often struggle to design reliable GitLab CI workflows at scale. This skill provides proven pipeline patterns for builds, tests, deployments, caching, and security scanning.
git-advanced-workflows
Safe 69Master advanced Git workflows and recovery
by wshobson
Advanced Git history tasks can be risky and time consuming. This skill provides clear guidance for rebase, cherry-pick, bisect, worktrees, and reflog recovery.
distributed-tracing
Safe 70Implement Distributed Tracing with Jaeger and Tempo
by wshobson
Debugging microservices is difficult without visibility into request flows across services. This skill helps you implement distributed tracing with Jaeger and Tempo to track requests, identify bottlenecks, and understand service dependencies.
deployment-pipeline-design
Safe 69Design secure CI/CD pipelines
by wshobson
Many teams deploy without clear stages or approvals and face risky releases. This skill gives proven pipeline structures and rollout strategies to improve safety and speed.
dependency-upgrade
Low Risk 69Upgrade Dependencies with Confidence and Testing
by wshobson
Managing major dependency upgrades is risky without proper planning and testing. This skill guides you through compatibility analysis, staged rollout strategies, and comprehensive testing to safely upgrade frameworks and libraries without breaking your application.
cost-optimization
Safe 69Optimize Cloud Infrastructure Costs
by wshobson
Cloud spending can quickly grow out of control. This skill provides proven strategies for reducing costs through rightsizing, reserved capacity, and automation patterns across AWS, Azure, and GCP.
changelog-automation
Safe 69Automate Changelog Generation and Release Workflows
by wshobson
Managing changelogs manually is error-prone and time-consuming. This skill provides patterns and tools for automating changelog generation, release notes, and version management following industry standards like Keep a Changelog and Conventional Commits.
bazel-build-optimization
Safe 70Optimize Bazel builds for large monorepos
by wshobson
Large Bazel builds can become slow and hard to maintain. This skill provides proven templates and workflows to improve speed and reliability across enterprise codebases.
bats-testing-patterns
Safe 70Master Shell Testing with Bats Framework
by wshobson
Writing reliable shell scripts without tests leads to production failures. This skill teaches comprehensive Bats testing patterns to validate shell scripts with unit tests, fixtures, and CI/CD integration.
plugin-forge
Safe 81Build and Manage Claude Code Plugins
by softaworks
Creating Claude Code plugins requires proper directory structure, manifest files, and version management. This skill automates plugin scaffolding with scripts that generate correct plugin.json manifests, README templates, and handle semantic versioning across both plugin and marketplace manifests.
docker-expert
Safe 71Optimize Docker Containers
by sickn33
Docker containers often suffer from large image sizes, security vulnerabilities, and poor build performance. This skill provides expert guidance on multi-stage builds, security hardening, and production-ready orchestration patterns to create efficient, secure container deployments.
using-git-worktrees
Safe 69Create isolated git workspaces
by obra
Develop multiple features in parallel without git branch switching. This skill creates clean, isolated worktrees with automatic project setup and test baseline verification.
azure-validate
Safe 77Validate Azure deployment readiness
by microsoft
Before deploying to Azure, developers need confidence their infrastructure code and configuration are valid. This skill performs comprehensive pre-deployment validation including Bicep compilation, Terraform validation, Azure CLI checks, and policy compliance verification.
azure-storage
Safe 69Work with Azure Storage Services
by microsoft
This official Microsoft skill provides comprehensive guidance for Azure Storage services including Blob, Files, Queue, Tables, and Data Lake. It offers MCP tools integration and CLI commands to help developers manage cloud storage resources efficiently.
azure-resource-visualizer
Safe 71Visualize Azure Architecture with Mermaid Diagrams
by microsoft
Understand complex Azure infrastructure by generating detailed Mermaid diagrams that map resource relationships, dependencies, and configurations across your entire resource group.
azure-diagnostics
Safe 69Debug Azure Production Issues
by microsoft
This skill helps developers diagnose and troubleshoot production issues in Azure by providing structured debugging workflows, diagnostic commands, and KQL queries for Container Apps.
azure-deploy
Low Risk 75Deploy to Azure
by microsoft
This skill automates Azure deployments using azd, Bicep, or Terraform. It ensures deployments only proceed after proper validation, reducing failed deployments and cloud costs.
azure-cost-optimization
Low Risk 70Optimize Azure Costs and Reduce Cloud Spending
by microsoft
This skill analyzes Azure subscriptions to identify wasted spending and provides actionable recommendations to reduce cloud costs. It queries actual usage data, finds orphaned resources, and suggests rightsizing opportunities.
appinsights-instrumentation
Safe 83Add Application Insights telemetry to Azure apps
by microsoft
This skill provides step-by-step guidance for instrumenting web applications with Azure Application Insights, including SDK setup, configuration, and telemetry patterns for ASP.NET Core, Node.js, and Python apps.