Skip to main content

Harness Skills

Last updated on

Harness Skills follow a shared operating model irrespective of the resource type they target, and group into workflow modes so you can quickly find the right skill for a task. This topic describes every available skill by category.


What will you learn in this topic?

By the end of this topic, you will be able to:


Before you begin

Before you invoke a skill from this catalog, ensure you have the following:

  • AI coding assistant: Claude Code, Cursor, GitHub Copilot, OpenAI Codex, or Windsurf, configured to load skill instructions. For more information, see Set up skills.
  • Harness MCP Server: A configured MCP server for tool execution.
  • Harness API key: An API key to authenticate with the Harness platform.

Operating model

The best Harness skills follow the same flow of control even when they target different resource types. This consistency keeps skill behavior predictable regardless of the resource you are working with.

  1. Establish scope first: Confirm account, org, and project context before listing, creating, updating, or deleting resources.
  2. Verify dependencies before generating dependents: Confirm that every connector, secret, environment, infrastructure definition, and template exists before a generated resource references it.
  3. Discover schema before writing payloads: Use harness_describe and API validation feedback instead of guessing field names or payload shape.

Workflow modes

Skills are grouped into four workflow modes based on the type of task you are performing. Use this table to identify which skills apply to your current task.

Workflow modeRepresentative skillsWhen to use
Create and scaffold/create-pipeline, /create-service, /create-connector, /create-templateDefine or generate new Harness resources and their YAML or MCP payloads.
Run and debug/run-pipeline, /debug-pipeline, /migrate-pipeline, /manage-delegatesExecute, diagnose, or repair behavior for resources that already exist.
Govern and secure/manage-roles, /manage-users, /create-policy, /security-report, /audit-reportHandle RBAC, policy, compliance, or security workflows.
Analyze and report/dora-metrics, /analyze-costs, /scorecard-review, /template-usageGenerate structured reports, recommendations, or adoption analysis.

Available skills

The skills repository organizes skills into five categories based on the platform area they cover.

Pipeline and template creation

Use the following skills to generate the pipelines, templates, triggers, and agents that define how your software gets built and delivered.

SkillDescription
/create-pipelineGenerate v0 pipeline YAML (CI, CD, approvals, matrix strategies).
/create-pipeline-v1Generate v1 simplified pipeline YAML (alpha, internal testing only).
/create-templateCreate reusable step, stage, pipeline, or step group templates.
/create-triggerCreate webhook, scheduled, and artifact triggers.
/create-agentCreate and update Harness AI agent instances for automated code and infrastructure tasks.
/create-agent-templateCreate AI-powered agent templates (alpha, internal testing only).

Resource management

Use the following skills to create and manage the resources your pipelines depend on, from services and connectors to secrets, registries, and workspaces.

SkillDescription
/create-serviceCreate service definitions (Kubernetes, Helm, ECS, Lambda).
/create-environmentCreate environment definitions with overrides.
/create-infrastructureCreate infrastructure definitions.
/create-connectorCreate connectors (Git, cloud, registries, clusters).
/create-secretCreate secrets (text, file, SSH, WinRM).
/manage-artifactsManage Harness Artifact Registry: Docker, Helm, Maven, and generic registries.
/manage-iacmManage IaCM Terraform workspaces, state files, and drift detection.
/manage-idpManage IDP service catalog templates, workflows, and scorecards.
/manage-supply-chainManage Software Supply Chain Assurance, including SBOM generation and policy enforcement.
/manage-cdeManage Cloud Development Environments (CDE) for on-demand dev workspaces.

Access control and feature flags

Use the following skills to control who can do what in your account, and to manage the feature flags that gate your releases.

SkillDescription
/manage-usersManage users, user groups, and service accounts.
/manage-rolesManage role assignments and RBAC.
/manage-feature-flagsCreate, list, toggle, and delete feature flags.

Operate and debug

Use the following skills on resources that already exist, whether you are running a pipeline, diagnosing a failure, or checking that a deployment is safe to ship.

SkillDescription
/run-pipelineExecute pipelines, monitor progress, handle approvals.
/debug-pipelineAnalyze execution failures, diagnose root causes.
/optimize-pipelineOptimize CI/CD pipeline performance: parallel execution, caching, resource tuning.
/migrate-pipelineConvert pipelines from v0 to v1 format.
/deployment-readinessPre-deployment readiness checks with go or no-go assessments.
/incident-responseCorrelate incidents with recent deployments and analyze impact.
/pr-analysisAnalyze pull request impact on Harness pipelines.
/template-usageTrack template dependencies and adoption.
/manage-delegatesMonitor delegate health and manage tokens.

Platform intelligence

Use the following skills to get reports and analysis across cost, security, reliability, and engineering performance, spanning modules such as CCM, STO, IDP, and AIDI.

SkillDescription
/analyze-costsCloud cost analysis and optimization (CCM).
/security-reportVulnerability reports, SBOMs, compliance (SCS/STO).
/dora-metricsDORA metrics and engineering performance (AIDI).
/gitops-statusGitOps application health and sync status.
/chaos-experimentCreate and run chaos experiments.
/scorecard-reviewService maturity scorecards (IDP).
/audit-reportAudit trails and compliance reports.
/create-policyCreate OPA governance policies for supply chain security.
/ai-operationsConfigure Harness AI-powered operations (AIDA), covering predictive failure analysis and automation.
/manage-slosManage Service Reliability: SLOs, SLIs, and error budgets.
/sei-analyticsAdvanced engineering analytics through AI DLC Insights (AIDI).