This walks Claude through the complete lifecycle of changing LaunchDarkly feature flag targeting: checking current state, applying rollouts or targeting rules, handling approval workflows when needed, and verifying the result. It covers the evaluation order that determines which users see what (individual targets beat rules, rules beat default rollout), and includes safety checks for production changes. The instructions map directly to LaunchDarkly's MCP server tools for toggling flags, updating percentage rollouts, managing targeting rules, and copying configurations between environments. One thing to note: it's opinionated about always confirming the environment first, which is smart given how easy it is to accidentally target production when you meant staging.
npx skills add https://github.com/launchdarkly/agent-skills --skill launchdarkly-flag-targeting