apply

Install LaunchDarkly SDKs and wire initialization code across server and client surfaces.

25|8|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/launchdarkly/ai-tooling --skill apply-launchdarkly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apply
Source: https://github.com/launchdarkly/ai-tooling/tree/main/skills/onboarding/sdk-install/apply
Command: npx skills add https://github.com/launchdarkly/ai-tooling --skill apply-launchdarkly

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates applying a LaunchDarkly SDK integration plan by installing the required SDKs and wiring minimal initialization code across tracked surfaces.

Core Features & Use Cases

  • Install the SDK dependencies for single-track or dual-SDK onboarding as defined by the integration plan.
  • Add initialization code at the appropriate server and/or client entrypoints and verify that the application compiles.
  • Manage the credential consent flow and environment configuration steps required by the plan before enabling LD features.

Quick Start

Use the apply skill to implement the integration plan by installing the SDK dependencies and adding the initialization code to the application entrypoints, then verify the project compiles.

Frequently Asked Questions about apply

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install and initialize the LaunchDarkly SDK in my application?

LaunchDarkly SDK installation and initialization is automated by wiring minimal code at server and client entrypoints, installing dependencies via exact SDK recipe commands, and verifying the application compiles successfully.

What is dual-SDK onboarding for LaunchDarkly integrations?

Dual-SDK onboarding installs and initializes LaunchDarkly SDKs across both server and client surfaces simultaneously, managing credential consent flows and environment configuration steps before enabling feature flags.

Can I use this to wire LaunchDarkly initialization code across multiple application entrypoints?

Yes, LaunchDarkly SDK initialization code is added at the appropriate tracked server and client entrypoints as defined by your integration plan, ensuring both single-track and dual-SDK surfaces are wired correctly.

Do I need exact SDK installation commands to apply the LaunchDarkly onboarding plan?

Yes, applying the LaunchDarkly onboarding plan requires exact SDK installation commands from the SDK recipes, along with adherence to environment-key handling and the consent flow for secret management.

How does credential consent and environment configuration work during LaunchDarkly SDK setup?

Credential consent and environment configuration are managed during LaunchDarkly SDK setup by prompting for credentials and configuring environment keys as defined by the integration plan before features are enabled.

What are the limitations of automating LaunchDarkly SDK onboarding?

Automated LaunchDarkly SDK onboarding is limited to installing dependencies and wiring initialization code; it requires exact SDK recipe commands, strict environment-key handling, and does not configure feature flag logic beyond minimal initialization.