create-pipeline-v1

Generate Harness v1 Pipeline YAML with Python scripts and MCP v2 server.

1|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/thisrohangupta/cursor-harness-plugin --skill create-pipeline-v1-thisrohangupta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pipeline-v1
Source: https://github.com/thisrohangupta/cursor-harness-plugin/tree/main/skills/create-pipeline-v1
Command: npx skills add https://github.com/thisrohangupta/cursor-harness-plugin --skill create-pipeline-v1-thisrohangupta

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires harnessio-mcp-client, python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the need for creating simplified Harness v1 Pipeline YAML, providing a more concise syntax and modern features suitable for users seeking an updated pipeline format.

Core Features & Use Cases

  • Simplified Syntax: Offers a new, concise syntax with flat structure and modern features like expressions and action steps.
  • CI/CD Support: Includes stages for CI (build, test) and CD (deployment, rollback), with options for parallel execution and strategies.
  • Approval and Security: Incorporates stage-level and inline approvals, and integrates with native actions for security scanning and artifact uploads.
  • Use Case: Ideal for users who require a modern pipeline format with streamlined syntax and enhanced capabilities for CI/CD workflows.

Quick Start

Use the /create-pipeline-v1 skill to generate a v1 pipeline YAML for a Node.js application, including caching, parallel linting and testing, and Docker push.

Frequently Asked Questions about create-pipeline-v1

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

FAQPage Schema
How do I generate Harness v1 simplified Pipeline YAML for CI/CD workflows?

You can generate Harness v1 simplified Pipeline YAML by running Python scripts integrated with the Harness MCP v2 server. This produces concise syntax with flat structure, expressions, and action steps for CI/CD workflows.

What is the difference between Harness v1 simplified Pipeline YAML and traditional pipeline formats?

Harness v1 simplified Pipeline YAML offers a concise syntax with a flat structure and modern features like expressions and action steps, providing a more streamlined format compared to traditional pipeline YAML configurations.

Do I need the Harness MCP v2 server and Python to create v1 pipelines?

Yes, generating v1 pipelines requires the harnessio-mcp-client and Python libraries. The Python scripts rely on Harness MCP v2 server integration to produce the simplified pipeline YAML output.

Can I include parallel execution, approvals, and security scanning in Harness v1 pipeline YAML?

Yes, Harness v1 pipeline YAML supports CI and CD stages with parallel execution, stage-level and inline approvals, and integrates native actions for security scanning and artifact uploads.

What's the best way to structure a Node.js CI/CD pipeline using Harness v1 YAML?

Use the v1 pipeline YAML format to structure a Node.js CI/CD pipeline with caching, parallel linting and testing, and Docker push steps. The simplified syntax allows flat structuring of these build and deployment actions.