원클릭으로
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.