Marketplace category archive

CI/CD Integrations Skills

Explore live CI/CD Integrations skills across the current marketplace catalog.

156live listings
10frameworks in use
Livetaxonomy archive

Category Skills

Browse the published marketplace skills currently assigned to this category.

CI/CD Integrations Security Reviewed

CircleCI Orb Pipeline Debugger

Diagnoses CircleCI orb configuration errors and pipeline failures using the CircleCI v2 API. Parses orb YAML schemas, detects version pinning issues, and suggests fixes for executor and job dependency problems.

Claude Code CI/CD Integrations
3w ago 👁 7 View skill →
CI/CD Integrations Security Reviewed

ArgoCD GitOps Sync Controller

Manages ArgoCD Application and ApplicationSet resources for Kubernetes GitOps deployments. Uses the ArgoCD REST API and argocd CLI to automate sync waves, health checks, and progressive rollout configurations.

MCP CI/CD Integrations
3w ago 👁 4 View skill →
CI/CD Integrations Security Reviewed

Tekton Pipeline Resource Optimizer

Analyzes Tekton Pipeline and Task resource definitions using the Tekton Results API. Recommends CPU/memory request adjustments based on historical TaskRun metrics from Prometheus.

Cursor CI/CD Integrations
3w ago 👁 4 View skill →
CI/CD Integrations Security Reviewed

GitHub Actions OIDC Token Verifier

Verifies GitHub Actions OIDC tokens against the GitHub OIDC provider JWKS endpoint. Validates subject claims, audience restrictions, and repository ownership for secure cloud deployments.

Claude Code CI/CD Integrations
3w ago 👁 3 View skill →
CI/CD Integrations Security Reviewed

GitLab CI Pipeline Validator

Validates .gitlab-ci.yml files against GitLab CI/CD schema using the gitlab-ci-lint API endpoint. Catches stage dependency errors, invalid artifact paths, and misconfigured rules before commit.

Claude Code CI/CD Integrations
3w ago 👁 3 View skill →
CI/CD Integrations Security Reviewed

Jenkins Groovy Shared Library Auditor

Audits Jenkins shared library Groovy scripts for security anti-patterns using the Script Security Plugin API. Detects unapproved method signatures, sandbox escapes, and credential leakage in pipeline code.

OpenClaw CI/CD Integrations
3w ago 👁 3 View skill →
CI/CD Integrations Security Reviewed

Buildkite Dynamic Pipeline Architect

Creates dynamic Buildkite pipelines using the Buildkite REST API and pipeline upload mechanism. Implements conditional step generation based on file change detection via git diff.

Cursor CI/CD Integrations
3w ago 👁 2 View skill →
CI/CD Integrations Security Reviewed

ArgoCD Application Deployer

Manages ArgoCD application deployments via the ArgoCD REST API and argocd CLI. Configures GitOps sync policies, automated rollbacks, and multi-cluster application sets with generator templates.

Claude Code CI/CD Integrations
3w ago 👁 3 View skill →
CI/CD Integrations Security Reviewed

Jenkins Pipeline Orchestrator

Automates Jenkins CI/CD pipeline configuration using the Jenkins REST API and Jenkinsfile DSL. Manages multi-branch pipelines, triggers builds via webhooks, and parses build artifacts for deployment readiness.

OpenClaw CI/CD Integrations
3w ago 👁 1 View skill →
CI/CD Integrations Security Reviewed

CircleCI Workflow Analyzer

Analyzes and optimizes CircleCI workflows using the CircleCI v2 API. Identifies bottlenecks in job dependency graphs, suggests parallelism improvements, and monitors pipeline credit usage.

Claude Code CI/CD Integrations
3w ago 👁 7 View skill →
CI/CD Integrations Security Reviewed

GitLab CI Pipeline Generator

Creates and manages GitLab CI/CD pipelines via the GitLab REST API v4. Generates .gitlab-ci.yml with multi-stage definitions, DAG dependencies, and environment-scoped deployments.

ChatGPT Agents CI/CD Integrations
3w ago 👁 1 View skill →
CI/CD Integrations Security Reviewed

CircleCI Orb Pipeline Composer

Composes multi-stage CircleCI pipelines using reusable Orbs and the CircleCI v2 API. Supports dynamic config generation with setup workflows and pipeline parameters for monorepo deployments.

Claude Code CI/CD Integrations
3w ago 👁 6 View skill →
CI/CD Integrations Security Reviewed

Tekton Pipeline Task Generator

Generates Tekton CI/CD pipeline tasks and PipelineRun manifests using the Tekton Pipelines API. Integrates with Tekton Hub for reusable task catalog lookups and automated resource binding.

Gemini CI/CD Integrations
3w ago 👁 2 View skill →
CI/CD Integrations Security Reviewed

Buildkite Dynamic Pipeline Agent

Creates Buildkite pipelines dynamically using the Buildkite REST API and pipeline upload commands. Manages agent targeting with queue tags and implements automatic retry strategies for flaky tests.

Cursor CI/CD Integrations
3w ago 👁 2 View skill →
CI/CD Integrations Security Reviewed

ArgoCD Sync Orchestrator

Manages ArgoCD application syncs using the argocd CLI and the Argo CD REST API (v1alpha1). Supports progressive delivery with Argo Rollouts integration and automated health checks via Kubernetes readiness probes.

ChatGPT Agents CI/CD Integrations
3w ago 👁 3 View skill →
CI/CD Integrations Security Reviewed

Argo Workflows Deployer

Orchestrates deployment pipelines using the Argo Workflows Engine API and Argo CD ApplicationSet controller. Implements progressive delivery with Argo Rollouts canary and blue-green strategies.

Gemini CI/CD Integrations
3w ago 👁 2 View skill →
CI/CD Integrations Security Reviewed

CircleCI Workflow Builder

Generates CircleCI config.yml workflows using the CircleCI Orbs SDK and Workflows API. Supports parallelism tuning with the CircleCI Test Splitting API and resource class optimization for Docker and machine executors.

Claude Code CI/CD Integrations
3w ago 👁 6 View skill →
CI/CD Integrations Security Reviewed

GitLab Pipeline Orchestrator

Automates GitLab CI/CD pipeline creation using the GitLab Pipelines API and .gitlab-ci.yml DSL. Manages multi-stage builds with artifact caching via the GitLab Artifacts API and triggers downstream pipelines through bridge jobs.

OpenClaw CI/CD Integrations
3w ago 👁 2 View skill →
CI/CD Integrations Security Reviewed

ArgoCD GitOps Sync Manager

Manages ArgoCD application sync operations with intelligent drift detection and rollback strategies. Uses the ArgoCD gRPC API and ApplicationSet CRD for multi-cluster GitOps deployments.

Gemini CI/CD Integrations
3w ago 👁 1 View skill →
CI/CD Integrations Security Reviewed

Jenkins Declarative Pipeline Generator

Generates Jenkins Declarative Pipelines using the Pipeline Model Definition Plugin API and Jenkins shared library conventions. Integrates with the Jenkins REST API for job provisioning and credentials management.

⭐ 564 jenkins
OpenClaw CI/CD Integrations
3w ago 👁 4 View skill →
CI/CD Integrations Security Reviewed

ArgoCD GitOps Sync Automator

Automates ArgoCD application synchronization using the ArgoCD gRPC/REST API and argocd-autopilot CLI. Manages ApplicationSets, sync waves, and health assessments for Kubernetes deployments.

⭐ 22.5k argocd
MCP CI/CD Integrations
3w ago 👁 3 View skill →
CI/CD Integrations Security Reviewed

GitHub Actions Matrix Strategy Builder

Generates optimized GitHub Actions workflow matrices using the actions/setup-node, actions/cache, and actions/upload-artifact APIs. Automatically detects language versions and OS combinations for maximum CI coverage.

Claude Code CI/CD Integrations
3w ago 👁 3 View skill →
CI/CD Integrations Security Reviewed

GitHub Actions Matrix Orchestrator

Dynamically generates GitHub Actions matrix strategies using the GitHub REST API and workflow dispatch events. Supports conditional job inclusion via the actions/github-script action and OIDC token federation for cross-account AWS deployments.

Claude Code CI/CD Integrations
3w ago 👁 2 View skill →
CI/CD Integrations Security Reviewed

GitLab Pipeline DAG Optimizer

Analyzes GitLab CI/CD pipeline YAML using the GitLab Pipelines API to detect bottlenecks and restructure directed acyclic graph (DAG) dependencies. Integrates with gitlab-runner exec and the Merge Request Approvals API for automated gate checks.

OpenClaw CI/CD Integrations
3w ago 👁 2 View skill →