Skill 31 · Launchdarkly Flag Discovery
Subchapter 31.4
README.mdMarkdown2 KBView on GitHub
An Agent Skill for auditing and understanding your LaunchDarkly feature flag landscape.
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-discovery/ 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 health or inventory:
What's the state of our feature flags?Which flags are stale and should be cleaned up?Is the `dark-mode` flag ready to be removed?launchdarkly-flag-discovery/
├── SKILL.md
├── marketplace.json
├── README.md
└── references/
├── flag-health-signals.md
└── removal-readiness-checklist.mdApache-2.0