🎯

launchdarkly-flag-cleanup

🎯Skill

from launchdarkly/agent-skills

VibeIndex|
What it does

Safely removes feature flags from code using LaunchDarkly as the authoritative source for determining when and how to clean up flags.

πŸ“¦

Part of

launchdarkly/agent-skills(3 items)

launchdarkly-flag-cleanup

Installation

git cloneClone repository
git clone https://github.com/launchdarkly/agent-skills.git
Quick InstallInstall with npx
npx skills add launchdarkly/agent-skills
Quick InstallInstall with npx
npx skills add <owner/repo>
πŸ“– Extracted from docs: launchdarkly/agent-skills
3Installs
1
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Overview

# LaunchDarkly Agent Skills

LaunchDarkly's public collection of AI agent skills and playbooks. These skills encode repeatable workflows for working with LaunchDarkly, so coding agents can execute common tasks safely and consistently.

What Is This Repo?

Agent Skills are modular, text-based playbooks that teach an agent how to perform a workflow. This repo is designed to be a public, open-source home for LaunchDarkly skills and to align with the emerging Agent Skills Open Standard.

Available Skills

| Skill | Description |

|-------|-------------|

| feature-flags/launchdarkly-flag-cleanup | Safely remove flags from code using LaunchDarkly as the source of truth |

| skill-authoring/create-skill | Add a new skill to the LaunchDarkly agent-skills repo following conventions |

Quick Start (Local)

```bash

# Clone the repo

git clone https://github.com/launchdarkly/agent-skills.git

cd agent-skills

# If your agent supports skills.sh installs:

npx skills add launchdarkly/agent-skills

# Or manually copy a skill into your agent's skills path:

cp -r skills/feature-flags/launchdarkly-flag-cleanup /

```

Then ask your agent something like:

```

Remove the new-checkout-flow feature flag from this codebase

```

Install via skills.sh CLI

```bash

npx skills add

```

Contributing

See CONTRIBUTING.md for how to add new skills and the conventions we follow.

License

Apache-2.0