一键导入
create-flag
Create a new LaunchDarkly feature flag in the specified project with the given key, name, description, and tags
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create a new LaunchDarkly feature flag in the specified project with the given key, name, description, and tags
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
List existing LaunchDarkly feature flags in a project, optionally filtered by tag or search query, to check for duplicates before creating new flags
Analyze a pull request diff or issue description and suggest feature flags that should be created, including recommended keys, names, and flag types
| name | create-flag |
| description | Create a new LaunchDarkly feature flag in the specified project with the given key, name, description, and tags |
| disable-model-invocation | false |
Creates a new boolean feature flag in LaunchDarkly. Invoke this skill when you have identified a concrete flag to create and have all required parameters ready.
Provide all of the following in your invocation:
default, my-project)new-checkout-flow)New Checkout Flow)repo:my-org/my-repo,pr:42)true for short-lived experiment/rollout flags; false for permanent kill switches (default: true)boolean (default), string, number, or jsoncreate_feature_flag with the provided parameters.get_feature_flag with the project key and flag key.After successful creation, report:
Created flag: **{flag_name}** (`{flag_key}`)
Project: {project_key}
URL: https://app.launchdarkly.com/projects/{project_key}/flags/{flag_key}
If the flag already exists, report that clearly and provide the existing flag's URL instead of creating a duplicate.