50 chapters · 232 min
Skills
Chapter 17 of 50
Update, archive, and delete LaunchDarkly configs and their variations.
2 minutes · 463 words · 10 sections
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 (opens in a new tab).
configs-variations – Create variations to test changes side-by-sidetools – Update tool attachmentsInstall this repository
npx skills add launchdarkly/ai-tooling/plugin marketplace add launchdarkly/ai-toolingSkills install per repository, not per chapter — the CLI has no documented per-skill form, so we do not print one.
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.
The verbatim description from this skill’s front matter — the string an agent matches on to decide whether to load it.
skills/agentcontrol/configs-update/SKILL.mdmain, last pushed 9 August 2026.SKILL.md, not by matching a directory convention. 8 distinct layouts observed: skills/agentcontrol/*/SKILL.md, skills/experiments/*/SKILL.md, skills/feature-flags/*/SKILL.md, skills/metrics/*/SKILL.md, skills/observability/*/SKILL.md, skills/onboarding/*/SKILL.md, skills/onboarding/sdk-install/*/SKILL.md, skills/*/SKILL.md.h1 and no skipped levels:.claude-plugin/marketplace.json/launchdarkly/ai-tooling.md, and each chapter at its own .md URL.1 file · 1 KB
Everything this skill ships beside its prose. All of it is set here, as a subchapter of chapter 17.
Everything else published alongside the skill.