This handles the actual code changes for adding LaunchDarkly's SDK to your project: installing dependencies, configuring credentials, and wiring up initialization at the right entrypoints. It's step 3 in LaunchDarkly's onboarding flow, sitting between the integration plan and actually running your app. The credential handling is notably careful, blocking to ask how you want secrets managed before touching anything (paste it, fetch via MCP, write to .env, or defer if you don't have an account yet). If your plan calls for dual SDK (server plus client), it enforces doing the full install and init for both tracks, not just one. Comes with guardrails against silently upgrading your other dependencies to satisfy peer conflicts.
npx skills add https://github.com/launchdarkly/agent-skills --skill apply