Find the perfect skill
GCP Node.js CI/CD Pipelines
DevOps
Generate production-ready CI/CD pipelines for Node.js and Angular applications on Google Cloud Platform, using Cloud Build and GKE deployment. Automates multi-environment deployments (dev, staging, production) with security scanning (Snyk, Trivy, SonarQube) and quality gates. Ideal when setting up or updating deployment pipelines for Node.js services, Express APIs, NestJS applications, or Angular frontends targeting GCP.
Duplicati Backup Management
DevOps
Manages Duplicati backups via REST API using Bearer token authentication. Enables checking server state, listing and starting backups by ID, and fetching error logs. Helps monitor and trigger backup jobs on a server.
Git Flow Release Process
DevOps
Complete guide for creating releases following Git Flow strategy with automated CI/CD. Handles semantic versioning, release branch creation, and automatic publishing.
Project Setup and Workflow File Generation
DevOps
Sets up new projects and generates workflow files such as CLAUDE.md, AGENTS.md, and Plans.md. It includes subskills for adaptive setup, project scaffolding, and generating configuration files. Use this skill when the user requests initialization or project setup, but avoid it for implementation or build tasks.
Release Automation
DevOps
Automates the complete release process by analyzing git commits since the last tag, determining the appropriate semantic version bump (major, minor, or patch), building executables for all platforms via `make build-all`, creating a git tag, and generating minimalistic release notes written by Claude. Helps streamline and standardize releases, ensuring versioning follows conventional commits and release notes focus on user-facing changes.
Maintainer Configuration
DevOps
Control triage scoring, stale policy, label mapping, and derived metrics in the maintainer workflow by editing `.github/maintainer/config.json`. Use this skill when scoring or actionability feels off, when you want different prioritization, or when changing automation policies. It outputs proposed edits with rationale, and warns that `semantics.generated.json` is auto-managed and should not be manually edited.
ElastiCache Configuration
DevOps
Provides automated assistance for configuring Amazon ElastiCache. Helps with step-by-step guidance, best practices, and generating production-ready configurations for ElastiCache clusters. Useful when managing or setting up ElastiCache in AWS environments.
AMCOS Agent Replacement
DevOps
Replaces a failed AI agent when recovery has failed or the failure is terminal. Manages artifact preservation, manager approval, new agent creation, orchestrator notification, and work handoff. Use when an agent crashes irrecoverably and needs to be replaced with a new instance.
Environment Variable Manager
DevOps
Manage environment variables across development, staging, and production with validation and sync tools.
Workflow Automation
DevOps
Design and implement efficient CI/CD pipelines and automated development processes using tools like GitHub Actions. This skill reduces manual work, improves consistency, and accelerates delivery while maintaining quality and security. It analyzes existing workflows, identifies automation opportunities, and creates reliable automation that integrates with existing tools.
Blue-Green Deployment Manager
DevOps
Implement zero-downtime deployments with blue-green or canary strategies and automatic rollback.
Micrometer Metrics Setup
DevOps
Set up Micrometer metrics in Spring Boot with dependencies, Actuator configuration, and custom registries. Covers Prometheus export, auto-configured JVM metrics, and Kubernetes scraping.