> building-cicd-pipelines
This skill enables Claude to generate CI/CD pipeline configurations for various platforms, including GitHub Actions, GitLab CI, and Jenkins. It is used when a user requests the creation of a CI/CD pipeline, specifies a platform (e.g., "GitHub Actions"), or mentions specific pipeline stages like "test," "build," "security," or "deploy." This skill is also useful when the user needs to automate software delivery, integrate security scanning, or set up multi-environment deployments. The skill is tr
curl "https://skillshub.wtf/jeremylongshore/claude-code-plugins-plus-skills/ci-cd-pipeline-builder?format=md"Overview
This skill empowers Claude to build production-ready CI/CD pipelines, automating software development workflows. It supports multiple platforms and incorporates best practices for testing, building, security, and deployment.
How It Works
- Receiving User Request: Claude receives a request for a CI/CD pipeline, including the target platform and desired stages.
- Generating Configuration: Claude generates the CI/CD pipeline configuration file (e.g., YAML for GitHub Actions or GitLab CI, Groovy for Jenkins).
- Presenting Configuration: Claude presents the generated configuration to the user for review and deployment.
When to Use This Skill
This skill activates when you need to:
- Create a CI/CD pipeline for a software project.
- Generate a CI/CD configuration file for GitHub Actions, GitLab CI, or Jenkins.
- Automate testing, building, security scanning, and deployment processes.
Examples
Example 1: Creating a GitHub Actions Pipeline
User request: "Create a GitHub Actions pipeline with test, build, and deploy stages."
The skill will:
- Generate a
github-actions.ymlfile with defined test, build, and deploy stages. - Present the generated YAML configuration to the user.
Example 2: Generating a GitLab CI Configuration
User request: "Generate a GitLab CI configuration that includes security scanning."
The skill will:
- Generate a
.gitlab-ci.ymlfile with test, build, security, and deploy stages, including vulnerability scanning. - Present the generated YAML configuration to the user.
Best Practices
- Security: Integrate static and dynamic analysis tools into the pipeline to identify vulnerabilities early.
- Testing: Include unit, integration, and end-to-end tests to ensure code quality.
- Deployment: Use infrastructure-as-code tools to automate infrastructure provisioning and deployment.
Integration
This skill can be used in conjunction with other plugins to automate infrastructure provisioning, security scanning, and deployment processes. For example, it can work with a cloud deployment plugin to automatically deploy applications to AWS, Azure, or GCP after the CI/CD pipeline successfully builds and tests the code.
> related_skills --same-repo
> agent-context-loader
PROACTIVE AUTO-LOADING: Automatically detects and loads AGENTS.md files from the current working directory when starting a session or changing directories. This skill ensures agent-specific instructions are incorporated into Claude Code's context alongside CLAUDE.md, enabling specialized agent behaviors. Triggers automatically when Claude detects it's working in a directory, when starting a new session, or when explicitly requested to "load agent context" or "check for AGENTS.md file".
> Google Cloud Agent SDK Master
Automatic activation for ALL Google Cloud Agent Development Kit (ADK) and Agent Starter Pack operations - multi-agent systems, containerized deployment, RAG agents, and production orchestration. **TRIGGER PHRASES:** - "adk", "agent development kit", "agent starter pack", "multi-agent", "build agent" - "cloud run agent", "gke deployment", "agent engine", "containerized agent" - "rag agent", "react agent", "agent orchestration", "agent templates" **AUTO-INVOKES FOR:** - Agent creation and scaffold
> Vertex AI Media Master
Automatic activation for ALL Google Vertex AI multimodal operations - video processing, audio generation, image creation, and marketing campaigns. **TRIGGER PHRASES:** - "vertex ai", "gemini multimodal", "process video", "generate audio", "create images", "marketing campaign" - "imagen", "video understanding", "multimodal", "content generation", "media assets" **AUTO-INVOKES FOR:** - Video processing and understanding (up to 6 hours) - Audio generation and transcription - Image generation with I
> yaml-master
PROACTIVE YAML INTELLIGENCE: Automatically activates when working with YAML files, configuration management, CI/CD pipelines, Kubernetes manifests, Docker Compose, or any YAML-based workflows. Provides intelligent validation, schema inference, linting, format conversion (JSON/TOML/XML), and structural transformations with deep understanding of YAML specifications and common anti-patterns.