Update, archive, and delete LaunchDarkly configs and their variations. Use when you need to modify config properties, change model parameters, update instructions or messages, archive unused configs, or permanently remove them.
69
84%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
You're using a skill that will guide you through updating, archiving, and deleting configs and their variations. Your job is to understand the current state of the config, make the changes, and verify the result.
This skill requires the remotely hosted LaunchDarkly MCP server to be configured in your environment.
Required MCP tools:
get-ai-config-health -- assess config health before making changes (detects missing models, orphaned tools, empty configs)get-ai-config -- understand current state before making changesupdate-ai-config -- update config metadata (name, description, tags, archive)update-ai-config-variation -- update variation model, prompts, or parametersOptional MCP tools:
delete-ai-config -- permanently delete a config (irreversible)delete-ai-config-variation -- permanently delete a variation (irreversible)Start with get-ai-config-health to get a structured health assessment. This detects:
The health verdict (healthy, warning, unhealthy) helps you prioritize what to fix.
Then use get-ai-config to review the full detail:
Update config metadata -- Use update-ai-config:
archived: true (reversible)Update a variation -- Use update-ai-config-variation:
modelConfigKey and modelName)Archive a config -- Use update-ai-config with archived: true. Archiving is the preferred way to retire a config:
archived: false)Delete -- Use delete-ai-config or delete-ai-config-variation (irreversible, requires confirm: true). Always suggest archiving first. Only proceed with deletion if the user explicitly confirms they want permanent, irreversible removal.
Use get-ai-config to confirm the response shows your updated values.
Report results:
get-ai-config insteadTo learn more about creating and managing variations, read Create and manage config variations.
configs-variations -- Create variations to test changes side-by-sidetools -- Update tool attachments82ce1ba
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.