configs-update
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.
What this skill does
# 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 ## Related Skills - `configs-variations` -- Create variations to test changes side-by-side - `tools` -- Update tool attachments
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.