cicd

Generate CI/CD pipelines and ArgoCD manifests for Kubernetes deployments.

21|1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/unicorn-plugins/npd --skill cicd-unicorn-plugins
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cicd
Source: https://github.com/unicorn-plugins/npd/tree/main/skills/cicd
Command: npx skills add https://github.com/unicorn-plugins/npd --skill cicd-unicorn-plugins

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

CI/CD pipeline creation and GitOps deployment orchestration for Kubernetes-based projects, reducing manual configuration and error-prone setup by leveraging AI-guided workflows, templates, and artifact management.

Core Features & Use Cases

  • Automated CI/CD scaffolding: Generate Jenkinsfiles or GitHub Actions workflows tailored to your monorepo with backend/frontend components.
  • ArgoCD GitOps integration: Create and register ArgoCD Application YAMLs and manage manifest repos for environments (dev/staging/prod).
  • Environment-aware orchestration: Produce environment-specific pipelines, handle credentials and registry configurations, and support multi-cloud clusters.
  • Validation and governance: Ensure pipelines adhere to best practices, provide dry-run checks, and generate reports for compliance.

Quick Start

Start by initiating the CI/CD skill and specifying your chosen CI tool, cloud, and repository details to generate the corresponding pipelines and ArgoCD manifests.

Frequently Asked Questions about cicd

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a CI/CD pipeline for a monorepo with backend and frontend components?

To generate a CI/CD pipeline for a monorepo, this skill scaffolds Jenkinsfiles or GitHub Actions workflows tailored to your backend and frontend components, handling environment-specific configurations and registry setups automatically.

Can I set up ArgoCD GitOps deployments across AWS, Azure, or GCP using this skill?

Yes, you can set up ArgoCD GitOps deployments across AWS, Azure, or GCP. The skill generates ArgoCD Application YAMLs and manages manifest repository updates for dev, staging, and prod environments.

Does this CI/CD skill support both Jenkins and GitHub Actions?

Yes, the CI/CD skill supports both Jenkins and GitHub Actions. It coordinates end-to-end pipeline creation by generating the appropriate templates, either Jenkinsfiles or GitHub Actions workflows, based on your chosen CI tool.

What is the best way to handle credentials and registry configurations for Kubernetes deployments?

The best way to handle credentials and registry configurations is through the skill's environment-aware orchestration, which guides secure credential handling and produces environment-specific pipeline configurations for your Kubernetes clusters.

How do I validate my CI/CD pipelines and ArgoCD manifests before applying them?

To validate CI/CD pipelines and ArgoCD manifests, the skill provides dry-run checks and governance validation. It ensures your generated templates adhere to best practices and generates compliance reports.

Do I need a separate manifest repository to use ArgoCD with this pipeline generation tool?

Yes, you need a manifest repository to use ArgoCD effectively. The skill manages manifest repository updates by registering ArgoCD Application YAMLs to orchestrate GitOps-based deployments across your target environments.