feat: adding skill for navigating segment usage#19
Open
Conversation
jfong-ld
approved these changes
Mar 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces a new Agent Skill for LaunchDarkly segment creation and management, expanding the feature flag skills set. The new skill enables agents to create, configure, and wire reusable audience segments for feature flag targeting, with comprehensive documentation and references for segment types and rule patterns.
Addition of LaunchDarkly Segment Creation Skill:
Skill registration and documentation
launchdarkly-segment-createskill toskills.jsonwith description, path, version, license, and compatibility requirements.README.mdto list the new skill and describe its purpose alongside other feature flag skills.Skill implementation and guidance
skills/feature-flags/launchdarkly-segment-create/README.mddetailing skill overview, usage examples, workflow, related skills, and license.SKILL.mdwith step-by-step instructions, workflow principles, edge cases, and best practices for segment creation and configuration in LaunchDarkly.Reference material for segment creation
segment-types.mdexplaining the different segment types, decision guides, constraints, context kinds, and when to use segments vs. flag targeting rules.segment-rule-patterns.mdproviding semantic patch instruction examples for segment rules and targets, clause operators, and wiring segments into flags.