Chapter 34 · Launchdarkly Flag Targeting
Subchapter 34.6
README.mdMarkdown2 KBView on GitHub
An Agent Skill for controlling feature flag targeting, rollouts, and rules in LaunchDarkly.
This skill teaches agents how to:
For now, install by placing this skill directory where your agent client loads skills.
Examples:
skills/feature-flags/launchdarkly-flag-targeting/ into your client’s skills pathThis skill requires the remotely hosted LaunchDarkly MCP server to be configured in your environment. The remote server provides higher-level, agent-optimized tools that orchestrate multiple API calls and return pruned, actionable responses.
Refer to your LaunchDarkly account settings for instructions on connecting to the remotely hosted MCP server.
Once installed, the skill activates automatically when you ask about flag targeting:
Turn on the new-checkout flag in stagingRoll out dark-mode to 25% of users in productionTarget beta users for the new-pricing featureCopy the staging config for checkout-v2 to productionlaunchdarkly-flag-targeting/
├── SKILL.md
├── marketplace.json
├── README.md
└── references/
├── targeting-patterns.md
└── safety-checklist.mdApache-2.0