bylaunchdarkly· 96 skills
Migrate an application with hardcoded LLM prompts to a full LaunchDarkly AgentControl implementation in five stages: audit the code, wrap the call, move the tools, add tracking, attach evaluators. Use when the user wants to externalize model/prompt configuration, move from direct provider calls (OpenAI, Anthropic, Bedrock, Gemini, Strands) to a managed config, or stage a full hardcoded-to-LaunchDarkly migration.
$npx -y skills add launchdarkly/agent-skills --skill migrateInstalls into the current project.
Run `npx skills use "https://github.com/launchdarkly/agent-skills" --skill "launchdarkly/agent-skills/migrate"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/launchdarkly/agent-skills" that are relevant to the current task. Run `npx skills add "https://github.com/launchdarkly/agent-skills"` and select the relevant skills, then follow their instructions.