aiconfig-update

launchdarkly/agent-skills · updated Apr 8, 2026

$npx skills add https://github.com/launchdarkly/agent-skills --skill aiconfig-update
0 commentsdiscussion
summary

You're using a skill that will guide you through updating, archiving, and deleting AI Configs and their variations. Your job is to understand the current state of the config, make the changes, and verify the result.

skill.md

AI Config Update & Lifecycle

You're using a skill that will guide you through updating, archiving, and deleting AI Configs and their variations. Your job is to understand the current state of the config, make the changes, and verify the result.

Prerequisites

  • Existing AI Config to modify
  • LaunchDarkly API access token or MCP server

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

API Key Detection

  1. Check environment variablesLAUNCHDARKLY_API_KEY, LAUNCHDARKLY_API_TOKEN, LD_API_KEY
  2. Check MCP config — If applicable
  3. Prompt user — Only if detection fails

Workflow

Step 1: Understand Current State

Fetch the config to see what exists before changing anything:

GET /projects/{projectKey}/ai-configs/{configKey}

Step 2: Make the Update

Follow API Quick Start:

  • Update instructions/messages — PATCH variation
  • Switch model — PATCH variation with modelConfigKey and model
  • Tune parameters — PATCH variation with model.parameters
  • Archive config — PATCH config with {"archived": true}
  • Delete — DELETE config or variation (irreversible)

Step 4: Verify

  1. Fetch updated config:

    GET /projects/{projectKey}/ai-configs/{configKey}/variations/{variationKey}
    
  2. Confirm the response shows your updated values

  3. Report results:

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

What NOT to Do

  • Don't update production directly without testing
  • Don't change multiple things at once
  • Don't skip verification
  • Don't delete without user confirmation

Related Skills

  • aiconfig-variations — Create variations to test changes
  • aiconfig-tools — Update tools

References

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.862 reviews
  • Layla Srinivasan· Dec 20, 2024

    Solid pick for teams standardizing on skills: aiconfig-update is focused, and the summary matches what you get after install.

  • Amina White· Dec 16, 2024

    Registry listing for aiconfig-update matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Yuki Singh· Dec 12, 2024

    Keeps context tight: aiconfig-update is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Yuki Reddy· Dec 8, 2024

    I recommend aiconfig-update for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Dhruvi Jain· Dec 4, 2024

    Keeps context tight: aiconfig-update is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Kofi Jain· Dec 4, 2024

    I recommend aiconfig-update for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Oshnikdeep· Nov 23, 2024

    aiconfig-update has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Tariq Haddad· Nov 11, 2024

    Useful defaults in aiconfig-update — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Layla Farah· Nov 11, 2024

    aiconfig-update is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Zaid Ndlovu· Nov 7, 2024

    aiconfig-update fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

showing 1-10 of 62

1 / 7