aiconfig-migrate

Plan five-stage migration of hardcoded AI prompts to LaunchDarkly AI Configs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps teams migrate applications that hardcode AI prompts and model configurations to LaunchDarkly AI Configs, enabling safer, versioned control and per-turn targeting.

Core Features & Use Cases

  • Orchestrates a five-stage migration (audit, wrap, tools, tracking, evals) to externalize prompts, models, and knobs.
  • Provides fallbacks and mustache-based placeholders so behavior remains consistent when LaunchDarkly is unreachable.
  • Guides cross-language adoption (Python and Node.js) and coordinates with sibling skills (aiconfig-create, aiconfig-tools, aiconfig-targeting, aiconfig-online-evals) to complete the migration.

Quick Start

Audit the codebase to identify hardcoded AI prompts and model configurations, then begin the migration by running the Stage 2 flow with the aiconfig-create skill.

Frequently Asked Questions about aiconfig-migrate

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

FAQPage Schema
How do I migrate hardcoded AI prompts to LaunchDarkly AI Configs?

Migrate hardcoded AI prompts to LaunchDarkly AI Configs using a five-stage path: audit, wrap, tools, tracking, and evaluators. This process externalizes prompts, models, and knobs from Python and Node.js workflows to enable safer, versioned control.

What is the best way to manage fallbacks when externalizing AI prompt configurations?

Use fallback generation patterns and mustache-based placeholders to manage fallbacks when externalizing AI prompt configurations. These ensure consistent application behavior for your model configurations even when LaunchDarkly is unreachable.

Does the LaunchDarkly AI Configs migration path support both Python and Node.js workflows?

Yes, the LaunchDarkly AI Configs migration path supports both Python and Node.js workflows. It provides cross-language adoption guidance to systematically externalize AI prompts and model configurations across your application stack.

How do I audit my codebase to identify hardcoded AI prompts for migration?

Audit your codebase to identify hardcoded AI prompts as the first stage of the migration path. This initial review isolates embedded prompts and model configurations to plan their transition into LaunchDarkly Configs.

Why do I need sibling skills to complete the AI Configs migration process?

Sibling skills complete the AI Configs migration process by handling specific stages of the five-stage path. Tools like aiconfig-create, aiconfig-tools, and aiconfig-targeting execute the wrap, tools, and tracking stages to fully externalize prompts.