An Agent Skill for handling quick /flag lookups with fast resolution, disambiguation, and actionable summaries.
This skill teaches agents how to:
- Parse
/flagstyle user requests - Resolve flag keys from fuzzy queries
- Disambiguate between similar flags safely
- Return concise flag detail summaries
- Route users into deeper create/targeting/cleanup workflows when needed
For now, install by placing this skill directory where your agent client loads skills.
Examples:
- Generic: copy
skills/feature-flags/launchdarkly-flag-command/into your client's skills path
This 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 for quick flag lookups:
/flag dark mode
find flag checkout
show me the new-checkout flag in staging
launchdarkly-flag-command/
├── SKILL.md
├── marketplace.json
└── README.md
- LaunchDarkly Flag Discovery — Audit and assess flag health
- LaunchDarkly Flag Targeting — Change rollouts and targeting
- LaunchDarkly Flag Cleanup — Remove stale flags safely
- LaunchDarkly MCP Server
- LaunchDarkly Docs
Apache-2.0