Walks you through installing the right LaunchDarkly SDK by running three nested skills in sequence: detect your stack, generate a plan, then apply the changes. Part of a larger onboarding flow, so it stops after wiring up the SDK and doesn't create sample flags. Handles dual-SDK scenarios like Next.js where you need both server and client packages, respects monorepo boundaries, and won't hardcode keys into your source. The blocking decision points mean you'll get asked before it changes dependencies or writes secrets. If your project already has LaunchDarkly initialized, the parent flow should skip this entirely.
npx skills add https://github.com/launchdarkly/agent-skills --skill sdk-install