Chapter 29 · Launchdarkly Flag Command
Subchapter 29.2
README.mdMarkdown2 KBView on GitHub
An Agent Skill for handling quick /flag lookups with fast resolution, disambiguation, and actionable summaries.
This skill teaches agents how to:
/flag style user requestsFor now, install by placing this skill directory where your agent client loads skills.
Examples:
skills/feature-flags/launchdarkly-flag-command/ 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 for quick flag lookups:
/flag dark modefind flag checkoutshow me the new-checkout flag in staginglaunchdarkly-flag-command/
├── SKILL.md
├── marketplace.json
└── README.mdApache-2.0