Skill 32 · Launchdarkly Flag Drift
Subchapter 32.4
README.mdMarkdown2 KBView on GitHub
An Agent Skill for detecting and reconciling drift between a feature flag’s in-code SDK fallback default and its LaunchDarkly default rule, keeping outage behavior consistent with production.
This skill teaches agents how to:
For now, install by placing this skill directory where your agent client loads skills.
Examples:
skills/feature-flags/launchdarkly-flag-drift/ into your client’s skills pathThis skill requires the remotely hosted LaunchDarkly MCP server to be configured in your environment. The remote server provides higher-level, agent-optimized tools that orchestrate multiple API calls and return pruned, actionable responses.
Refer to your LaunchDarkly account settings for instructions on connecting to the remotely hosted MCP server.
Once installed, the skill activates automatically when you ask about flag default drift:
The default rule for `new-checkout-flow` changed in production. Check if the code default driftedDoes the hardcoded default for `dark-mode` still match LaunchDarkly?Open a PR to sync the in-code default for `enable-new-billing` with its fallthroughlaunchdarkly-flag-drift/
├── SKILL.md
├── marketplace.json
├── README.md
└── references/
├── sdk-default-patterns.md
└── pr-template.mdApache-2.0