Skip to content

Latest commit

 

History

History
63 lines (42 loc) · 1.75 KB

File metadata and controls

63 lines (42 loc) · 1.75 KB

LaunchDarkly Flag Command Skill

An Agent Skill for handling quick /flag lookups with fast resolution, disambiguation, and actionable summaries.

Overview

This skill teaches agents how to:

  • Parse /flag style 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

Installation (Local)

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

Prerequisites

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.

Usage

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

Structure

launchdarkly-flag-command/
├── SKILL.md
├── marketplace.json
└── README.md

Related

License

Apache-2.0