manage-feature-flags

Create, list, toggle, and delete feature flags via the Harness Feature Management API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The Skill Unit helps streamline the process of creating, listing, toggling, and deleting Harness Feature Flags, addressing the challenges associated with managing feature rollouts and configurations across different environments.

Core Features & Use Cases

  • Feature Flag Creation: Build and customize boolean or multivariate flags.
  • Flag Listing: View flags across projects and workspaces.
  • Flag Toggling: Easily enable or disable flags for specific environments.
  • Flag Deletion: Safely remove flags from your Harness environment.
  • Use Case: Quickly enable a new feature flag for beta testing without manual adjustments in production settings.

Quick Start

Execute the create command followed by manage-feature-flags create "feature_flag_name" "feature_description".

Frequently Asked Questions about manage-feature-flags

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

FAQPage Schema
How do I automate feature flag management in Harness.io?

You can automate feature flag management in Harness.io by using this Skill to create, list, toggle, and delete boolean or multivariate flags via the MCP. It interacts directly with the Harness Feature Management API to streamline flag rollouts.

Can I toggle Harness feature flags for specific environments via MCP?

Yes, you can toggle Harness feature flags for specific environments via MCP. The Skill enables you to easily enable or disable flags and automate configuration changes across your production environments without manual UI adjustments.

Do I need a specific Harness MCP server version to manage feature flags?

Yes, managing feature flags requires the Harness MCP v2 server. You also need proper authorization to manipulate flags within the Harness.io platform before executing any flag creation or toggling commands.

What's the best way to create a Harness feature flag for beta testing?

The best way to create a Harness feature flag for beta testing is executing the create command: manage-feature-flags create followed by your desired feature_flag_name and feature_description. This quickly builds and customizes boolean flags.

What types of feature flags can I create using Harness.io MCP integration?

Using Harness.io MCP integration, you can create and customize both boolean and multivariate feature flags. This allows for flexible feature rollouts and configuration management across different projects and workspaces.

How do I safely delete feature flags from my Harness environment?

To safely delete feature flags from your Harness environment, use this Skill's deletion functionality to remove unwanted flags. It streamlines the removal process while managing configurations across different workspaces.