This handles the lifecycle of LaunchDarkly AI configs: updating properties, changing model parameters, archiving what you don't need, and deleting when you really mean it. The workflow is deliberately cautious. You check health first, make incremental changes, then verify with a follow-up fetch. It defaults to archiving over deletion, which is smart since archiving is reversible and deletion isn't. Worth noting that it won't retry updates based on API responses alone, it always verifies by fetching the config again. If you're managing multiple variations or tuning prompts across environments, this gives you the guardrails to avoid breaking production configs while you experiment.
npx -y skills add launchdarkly/agent-skills --skill configs-update --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
moizibnyousaf/ai-agent-skills
github/awesome-copilot