create-template
Installation
SKILL.md
Create Template
Generate Harness v0 Template YAML for reusable components and push via MCP.
Instructions
- Determine template type - Step, Stage, Pipeline, or StepGroup
- Identify reusable parameters - Mark configurable fields with
<+input>for runtime inputs - Generate YAML using the structure below with a unique
versionLabel - Create via MCP using
harness_createwith resource_typetemplate - Verify creation using
harness_listwith resource_typetemplate
Template Types
- Step - Reusable step definitions
- Stage - Reusable stage definitions
- Pipeline - Complete reusable pipelines
- StepGroup - Groups of related steps