Setting the file. One moment.
Skill 30 · Launchdarkly Flag Create
Subchapter 30.4
README.mdMarkdown2 KBView on GitHub
An Agent Skill for introducing new feature flags into a codebase, matching existing patterns and conventions.
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-create/ 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.
Once installed, the skill activates automatically when you ask about creating flags:
Create a feature flag for the new checkout flowWrap the dark mode feature in a LaunchDarkly flagAdd a feature toggle for the new pricing pagelaunchdarkly-flag-create/
├── SKILL.md
├── marketplace.json
├── README.md
└── references/
├── flag-types.md
└── sdk-evaluation-patterns.mdApache-2.0