configs-update

작성자: launchdarkly

LaunchDarkly 설정 및 그 변형들을 업데이트, 보관, 삭제합니다. 설정 속성을 수정하거나, 모델 파라미터를 변경하거나, 업데이트해야 할 때 사용하세요.

npx skills add https://github.com/launchdarkly/ai-tooling --skill configs-update

Config Update & Lifecycle

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.

Prerequisites

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 changes
  • update-ai-config -- update config metadata (name, description, tags, archive)
  • update-ai-config-variation -- update variation model, prompts, or parameters

Optional MCP tools:

  • delete-ai-config -- permanently delete a config (irreversible)
  • delete-ai-config-variation -- permanently delete a variation (irreversible)

Core Principles

  1. Fetch Before Changing: Always check the current state before modifying
  2. Verify After Changing: Fetch the config again to confirm updates were applied
  3. Archive Before Deleting: Archival is reversible; deletion is not

Workflow

Step 1: Assess Health and Understand Current State

Start with get-ai-config-health to get a structured health assessment. This detects:

  • Variations with no model (show as "NO MODEL" in the UI)
  • Variations with neither instructions nor messages
  • Orphaned tool references (tools attached that don't exist in the project)
  • Configs with no variations at all

The health verdict (healthy, warning, unhealthy) helps you prioritize what to fix.

Then use get-ai-config to review the full detail:

  • Current mode (agent or completion)
  • Existing variations and their models
  • Current instructions or messages
  • Attached tools and parameters

Step 2: Make the Update

Update config metadata -- Use update-ai-config:

  • Change name or description
  • Add or replace tags
  • Archive with archived: true (reversible)

Update a variation -- Use update-ai-config-variation:

  • Switch model (provide new modelConfigKey and modelName)
  • Change instructions or messages
  • Tune parameters (temperature, max_tokens, etc.)
  • Attach or detach tools via the parameters object

Archive a config -- Use update-ai-config with archived: true. Archiving is the preferred way to retire a config:

  • It is reversible (unarchive with archived: false)
  • The config is hidden from active lists but preserved
  • After calling the archive, treat a successful response as confirmation and proceed to verification
  • When a user says "remove", "retire", "decommission", or "no longer need", default to archiving unless they explicitly say "delete permanently"

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.

Step 3: Verify

Use get-ai-config to confirm the response shows your updated values.

Report results:

  • Update applied successfully
  • Config reflects changes
  • Flag any issues or rollback if needed

What NOT to Do

  • Don't update production configs without testing in another variation first
  • Don't change multiple things at once -- make incremental changes
  • Don't skip verification
  • Don't delete without explicit user confirmation -- always suggest archiving first
  • Don't retry an update because the API response doesn't echo back the exact values you sent -- verify with get-ai-config instead

More resources

To learn more about creating and managing variations, read Create and manage config variations.

Related Skills

  • configs-variations -- Create variations to test changes side-by-side
  • tools -- Update tool attachments

launchdarkly의 다른 스킬

aiconfig-online-evals
launchdarkly
사용 중단됨 리디렉션 — 이 스킬은 online-evals로 이름이 변경되었습니다. 이 스킬을 사용하지 말고 대신 online-evals를 호출하세요. 이전 참조를 위해 유지됨…
official
launchdarkly-experiment-setup
launchdarkly
LaunchDarkly에서 실험을 설정하고 실행합니다. 메트릭, 처리 방식, 플래그 구성을 사용하여 실험을 생성하고, 데이터 수집을 위해 반복을 시작하며, 디자인을 전환합니다…
official
custom-metrics
launchdarkly
구성에 대한 사용자 정의 비즈니스 메트릭을 생성, 추적, 검색, 업데이트 및 삭제합니다. 전체 수명 주기를 다룹니다: API를 통해 메트릭 종류를 정의하고, SDK를 통해 이벤트를 전송하며…
official
projects
launchdarkly
코드베이스에서 LaunchDarkly 프로젝트를 설정하기 위한 가이드입니다. 스택을 평가하고, 적절한 접근 방식을 선택하며, 프로젝트 관리를 통합하는 데 도움을 줍니다…
official
aiconfig-ai-metrics
launchdarkly
사용 중단됨 리디렉션 — 이 스킬은 built-in-metrics로 이름이 변경되었습니다. 이 스킬을 사용하지 말고 built-in-metrics를 호출하세요. 이전 참조를 위해 유지됩니다…
official
aiconfig-projects
launchdarkly
더 이상 사용되지 않는 리디렉션 — 이 스킬은 projects로 이름이 변경되었습니다. 이 스킬을 사용하지 말고 projects를 호출하세요. aiconfig-projects에 대한 이전 참조를 위해 유지됩니다…
official
aiconfig-migrate
launchdarkly
사용 중단된 리디렉션입니다. 이 스킬은 migrate로 이름이 변경되었습니다. 이 스킬을 사용하지 말고 대신 migrate를 호출하세요. aiconfig-migrate에 대한 이전 참조가 계속 작동하도록 유지됩니다.
official
aiconfig-tools
launchdarkly
사용 중단된 리디렉션입니다. 이 스킬은 tools로 이름이 변경되었습니다. 이 스킬을 사용하지 말고 tools를 호출하세요. 이전에 aiconfig-tools를 참조한 항목들이 계속 연결되도록 유지됩니다.
official