sdk-install

Orchestrate detect, plan, and apply steps to install and initialize a LaunchDarkly SDK.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Install and initialize the correct LaunchDarkly SDK during onboarding by running nested skills in order: detect, plan, apply. Parent onboarding Step 6 is first flag.

Core Features & Use Cases

  • Orchestrates three nested skills (detect, plan, apply) to ensure the right SDK is chosen and properly initialized for the target project.
  • Supports multiple language/framework stacks by guiding the onboard flow through nested steps and prerequisites.
  • Enables safe, credential-managed initialization by deferring secret insertion to the Apply step and following the onboarding prerequisites.

Quick Start

Run the sdk-install skill to begin onboarding and trigger the nested steps in the correct order: detect, plan, and apply.

Frequently Asked Questions about sdk-install

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

FAQPage Schema
How do I install and initialize the LaunchDarkly SDK during project onboarding?

To install and initialize the LaunchDarkly SDK, run the sdk-install skill to orchestrate nested detect, plan, and apply steps in order for your target project stack. It handles SDK detection, planning, and credential-managed initialization automatically.

What steps does the LaunchDarkly SDK onboarding workflow follow?

The LaunchDarkly SDK onboarding workflow coordinates three nested steps: detect to identify your tech stack, plan to determine the correct SDK, and apply to initialize it with required credentials. This ensures safe, properly sequenced setup.

When do I need to provide SDK credentials for LaunchDarkly initialization?

You need to provide LaunchDarkly SDK credentials at the Apply step of the initialization workflow. Credential insertion is deferred to this final step to ensure safe, credential-managed initialization following onboarding prerequisites.

Can I use the LaunchDarkly SDK installer with any programming language or framework?

The LaunchDarkly SDK installer supports multiple language and framework stacks through its nested detect, plan, and apply steps. It requires a compatible project to identify the correct SDK and properly initialize it for your specific tech stack.

What are the prerequisites for initializing a LaunchDarkly SDK?

Prerequisites for initializing a LaunchDarkly SDK include having a compatible project and SDK credentials available. The workflow relies on nested skills to detect your stack, plan the installation, and apply credentials safely during the onboarding process.