This guides Claude through creating LaunchDarkly feature flags that actually match your codebase's existing patterns. It starts by searching for how you already use the SDK, checks naming conventions and wrapper patterns, then creates the flag and adds evaluation code that fits in. The workflow is thorough: explore before creating, pick the right flag type (boolean for toggles, multivariate for experiments), add the code following your team's style, and verify everything compiles. Flags always start disabled for safety. The real value is in Step 1, which prevents the common mistake of introducing flag patterns that clash with what your team already does. Requires the LaunchDarkly MCP server.
npx skills add https://github.com/launchdarkly/agent-skills --skill launchdarkly-flag-create